expression value
- CURIE:
gmeow:expressionValue - IRI: https://blackcatinformatics.ca/gmeow/expressionValue
- Category: property
- Defined by:
gmeow:slices/gender - Box roles: RBox role (What is this?)
The gmeow:GenderExpressionStyle value a gender-expression facet asserts (functional per facet). A predefined individual or a fresh one with rdfs:label; the single path to the value.
Structure
Property shape: object property; gmeow:GenderExpression -> gmeow:GenderExpressionStyle; functional
Practical Pattern
Use gmeow:expressionValue from gmeow:GenderExpression to gmeow:GenderExpressionStyle 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
# --- 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:GenderExpression, gmeow:GenderExpressionStyle
Usage Advice
Use when
- Use to name the single
gmeow:GenderExpressionStylevalue a gender-expression facet asserts; mint a fresh value individual with rdfs:label when no seeded style fits.
Avoid when
- Avoid placing more than one value on a facet (it is functional per facet) and avoid a flat datatype shortcut; this object path is deliberately the only one.
How to use
- Set exactly one
gmeow:GenderExpressionStyleindividual pergmeow:GenderExpressionfacet; for varying presentations create several facets, each with its owngmeow:expressionValue.