gender value
- CURIE:
gmeow:genderValue - IRI: https://blackcatinformatics.ca/gmeow/genderValue
- Category: property
- Defined by:
gmeow:slices/gender - Box roles: RBox role (What is this?)
The gmeow:Gender value a gender-identity facet asserts (functional PER FACET — one value each; multiplicity is expressed by multiple facets). The value is a gmeow:Gender individual: a predefined one, or — when none fits — a fresh individual carrying rdfs:label (the custom-PronounSet idiom). The single path to the gender value; there is deliberately no flat datatype shortcut.
Structure
Property shape: object property; gmeow:GenderIdentity -> gmeow:Gender; functional
Practical Pattern
Use gmeow:genderValue from gmeow:GenderIdentity to gmeow:Gender 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
# --- The self-asserted identity: subject is its own vantage; displayed.
ex:selfId a gmeow:GenderIdentity ;
gmeow:facetSubject ex:robin ;
gmeow:facetVantage ex:robin ;
gmeow:genderValue gmeow:genderNonBinary ;
gmeow:selfAsserted true ;
gmeow:displayable true .
# --- An external registry's conflicting record: its vantage is the REGISTRY,
# not Robin — kept for provenance but SUPPRESSED (P10) and never self-
# asserted, because self-assertion outranks an imported datum.
ex:registryId a gmeow:GenderIdentity ;
gmeow:facetSubject ex:robin ;
gmeow:facetVantage ex:registry ;
gmeow:genderValue gmeow:genderWoman ;
gmeow:selfAsserted false ;
gmeow:displayable false .
Common Companion Terms
gmeow:GenderIdentity, gmeow:Gender
Projects To
| Profile | External Targets |
|---|---|
foaf |
foaf |
schema-org |
schema |
External Equivalences
Equivalent or closely aligned targets: foaf, schema, wdt
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:genderValue |
equivalence | - |
skos:closeMatch | foaf:gender | gmeow-gender.sssom.tsv; gmeow:eqGender003; confidence 0.6 |
gmeow:genderValue |
equivalence | - |
skos:closeMatch | schema:gender | gmeow-gender.sssom.tsv; gmeow:eqGender002; confidence 0.7 |
gmeow:genderValue |
equivalence | - |
skos:closeMatch | wdt:P21 | gmeow-gender.sssom.tsv; gmeow:eqGender004; confidence 0.85 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:genderValue |
projection | foaf |
projects to / <= | foaf:gender | gmeow:mapFoafGender; confidence 0.6; lossy: orientation + sexAssignedAtBirth dropped; sex/gender conflated; transform gmeow:fnSelectDisplayableGender |
gmeow:genderValue |
projection | schema-org |
projects to / <= | schema:gender | gmeow:mapSchemaGender; confidence 0.6; lossy: orientation + sexAssignedAtBirth dropped; sex/gender conflated; transform gmeow:fnSelectDisplayableGender |
Usage Advice
Use when
- Use to name the single
gmeow:Gendervalue a gender-identity facet asserts; reach for a fresh value individual with rdfs:label when no seeded gender fits.
Avoid when
- Avoid hanging more than one value on a facet (it is functional per facet — express multiplicity with more facets) and avoid inventing a flat gmeow:gender datatype shortcut; this object path is deliberately the only one.
How to use
- Set exactly one
gmeow:Genderindividual pergmeow:GenderIdentityfacet; for bigender or genderfluid persons create several facets, each with its owngmeow:genderValue.
Examples
Use For Consumers
Avoid For Consumers
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | foaf:gender |
closeMatch | schema:gender |
closeMatch | wdt:P21 |