deadname (historical, do-not-display)
- CURIE:
gmeow:namePurposeDeadname - IRI: https://blackcatinformatics.ca/gmeow/namePurposeDeadname
- Category: individual
- Defined by:
gmeow:slices/names - Box roles: ABox role (What is this?)
The deadname name purpose — a role that a particular appellation plays in the life of its bearer.
Structure
Types: gmeow:NamePurpose
Practical Pattern
Use gmeow:namePurposeDeadname as a controlled value typed as gmeow:NamePurpose.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Person Names
- Source:
slices/core/names/examples/person-names.ttl - Examples catalog: open in catalog#example-slices-core-names-examples-person-names
# --- The superseded deadname: RETAINED (the record stays auditable) but
# displayable false, so no projection ever surfaces it (P10).
ex:nameDead a gmeow:PersonName ;
gmeow:fullName "Jordan Chen"@en ;
gmeow:namePurpose gmeow:namePurposeDeadname ;
gmeow:displayable false .