sex assigned at birth
- CURIE:
gmeow:sexAssignedAtBirth - IRI: https://blackcatinformatics.ca/gmeow/sexAssignedAtBirth
- Category: property
- Defined by:
gmeow:slices/gender - Box roles: RBox role (What is this?)
The sex recorded for a person at birth (a gmeow:SexAssignedAtBirth value) — a RECORDED administrative datum, NOT a self-asserted identity and NOT a gufo IdentityFacet. Deliberately separate from gender identity/expression, which it never implies and is never implied by. Non-functional: a correction and a prior record coexist rather than contradict.
Structure
Property shape: object property; gmeow:Person -> gmeow:SexAssignedAtBirth
Practical Pattern
Use gmeow:sexAssignedAtBirth from gmeow:Person to gmeow:SexAssignedAtBirth 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
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: gender as reified, self-asserted, co-equal facets ( P9/P10).
# Each axis is a reified gmeow:IdentityFacet (the NameUsage relator idiom), never a
# flat enum column. Four tenets are visible here:
# • SELF-ASSERTION is the top authority — a self-asserted facet (selfAsserted
# true) outranks an external registry record (selfAsserted false), which is
# SUPPRESSED, never deleted (gmeow:displayable false, P10): kept for provenance,
# never leaked or displayed.
# • CO-EQUALITY — gender identity and gender expression are separate facets with
# no primary/preferred slot; expression is never inferred from identity.
# • SEX ≠ GENDER — gmeow:sexAssignedAtBirth is a RECORDED administrative datum,
# not an IdentityFacet, and implies nothing about identity or expression.
# • OPEN VOCABULARY — values are individuals (gmeow:genderNonBinary, …), never
# Person subclasses and never a forced enum.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/gender/> .
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:SexAssignedAtBirth
Projects To
| Profile | External Targets |
|---|---|
gedcom |
gedcom |
External Equivalences
Equivalent or closely aligned targets: fhir, 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:sexAssignedAtBirth |
equivalence | - |
skos:closeMatch | fhir:administrative-gender | gmeow-gender.sssom.tsv; gmeow:eqGender024; confidence 0.5 |
gmeow:sexAssignedAtBirth |
equivalence | - |
skos:closeMatch | wdt:P21 | gmeow-gender.sssom.tsv; gmeow:eqGender023; confidence 0.6 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:sexAssignedAtBirth |
projection | gedcom |
projects to / <= | gedcom:husband, gedcom:wife | gmeow:mapGedcomHusbandWife; confidence 0.85; lossy: the traditional husband/wife terms emit ONLY in the clean documentary M+F configuration; any ambiguity, contestation, or absence degrades to symmetric spouseIn; gender identity is NEVER a source (SEX != GENDER) |
gmeow:sexAssignedAtBirth |
projection | gedcom |
projects to / <= | gedcom:sex | gmeow:mapGedcomSexF; confidence 0.9 |
gmeow:sexAssignedAtBirth |
projection | gedcom |
projects to / <= | gedcom:sex | gmeow:mapGedcomSexM; confidence 0.9; lossy: the documentary sex-assigned-at-birth datum flattens to GEDCOM's SEX code ONLY when unambiguous; gender identity is NEVER a source (SEX != GENDER); any ambiguity degrades to 'U' |
gmeow:sexAssignedAtBirth |
projection | gedcom |
projects to / <= | gedcom:sex | gmeow:mapGedcomSexUContested; confidence 0.8; lossy: competing recorded values coexist in GMEOW (P9); the flat GEDCOM code degrades to 'U' rather than picking a winner |
gmeow:sexAssignedAtBirth |
projection | gedcom |
projects to / <= | gedcom:sex | gmeow:mapGedcomSexUIntersex; confidence 0.85; lossy: an intersex datum degrades to 'U' — GEDCOM's binary code cannot carry it and a forced M/F would misrepresent |
gmeow:sexAssignedAtBirth |
projection | gedcom |
projects to / <= | gedcom:sex | gmeow:mapGedcomSexUUnknown; confidence 0.9 |
Usage Advice
Use when
- Use to record the administrative sex datum captured at a person's birth, as a value distinct from and never equated with their gender identity or expression.
Avoid when
- Avoid using it as, or inferring it from, gender identity/expression, and avoid it for historical genealogical records (those keep external gedcom:sex); it is a co-equal axis, never a privileged gender selector.
How to use
- Point the person at a
gmeow:SexAssignedAtBirthvalue; leave it non-functional so a correction coexists with a prior record, and add agmeow:intersexVariationnote only where the coarse value is insufficient.
Examples
- ex:lillith
gmeow:sexAssignedAtBirthgmeow:saabFemale;gmeow:hasSensitivitygmeow:sensitivitySensitivePersonal.
Use For Consumers
Avoid For Consumers
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | fhir:administrative-gender |
closeMatch | wdt:P21 |