has gender expression

Relates a person to a self-asserted gender-expression facet. Non-functional and contextual. MUST NOT be inferred from gmeow:hasGenderIdentity, gmeow:sexAssignedAtBirth, pronouns or honorifics.

Structure

Property shape: object property; gmeow:Person -> gmeow:GenderExpression

Practical Pattern

Use gmeow:hasGenderExpression from gmeow:Person to gmeow:GenderExpression when the relationship itself belongs in the native GMEOW graph.

Example Snippets

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

Self Asserted Facets

ex:robin a gmeow:Person ;
    gmeow:name "Robin"@en ;
    gmeow:hasGenderIdentity   ex:selfId , ex:registryId ;
    gmeow:hasGenderExpression ex:expr ;
    gmeow:sexAssignedAtBirth  gmeow:saabFemale .   # recorded datum — NOT identity

Common Companion Terms

gmeow:Person, gmeow:GenderExpression

Usage Advice

Use when

Avoid when

How to use

Examples

Use For Consumers

Avoid For Consumers