Gender Expression

A person's SELF-ASSERTED gender expression — how they present (a gmeow:GenderExpressionStyle value via gmeow:expressionValue). A distinct axis from gender identity: expression is never inferred from identity (or vice versa), nor from sex or address.

Structure

Subclass of: gmeow:IdentityFacet

Practical Pattern

Use gmeow:GenderExpression as a specialized kind of gmeow:IdentityFacet. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Self Asserted Facets

# --- Gender expression: a separate axis, never inferred from identity.
ex:expr a gmeow:GenderExpression ;
    gmeow:facetSubject    ex:robin ;
    gmeow:facetVantage    ex:robin ;
    gmeow:expressionValue gmeow:expressionAndrogynous ;
    gmeow:selfAsserted    true .

Common Companion Terms

gmeow:IdentityFacet

Usage Advice

Use when

Avoid when

How to use

Examples

Use For Consumers

Avoid For Consumers