has gender expression
- CURIE:
gmeow:hasGenderExpression - IRI: https://blackcatinformatics.ca/gmeow/hasGenderExpression
- Category: property
- Defined by:
gmeow:slices/gender - Box roles: RBox role (What is this?)
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
- Source:
slices/core/gender/examples/self-asserted-facets.ttl - Examples catalog: open in catalog#example-slices-core-gender-examples-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
- Use to link a person to each self-asserted gender-expression facet; non-functional, so several presentation facets (e.g. context-varying) coexist.
Avoid when
- Avoid inferring it from gender identity, sex-assigned-at-birth, pronouns, or honorifics, and avoid treating it as a privileged selector — it is a co-equal facet axis (Principle 9).
How to use
- Point the person at a
gmeow:GenderExpressionfacet whosegmeow:expressionValuecarries the style; supersede a presentation withgmeow:displayablefalse rather than deletion.
Examples
- ex:lillith
gmeow:hasGenderExpressionex:ge.