chosen / self-identified name
- CURIE:
gmeow:namePurposeChosen - IRI: https://blackcatinformatics.ca/gmeow/namePurposeChosen
- Category: individual
- Defined by:
gmeow:slices/names - Box roles: ABox role (What is this?)
The chosen name purpose — a role that a particular appellation plays in the life of its bearer.
Structure
Types: gmeow:NamePurpose
Practical Pattern
Use gmeow:namePurposeChosen 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 chosen legal name, decomposed into ordered parts (displayable).
ex:nameChosen a gmeow:PersonName ;
gmeow:fullName "Robin Avery Chen"@en ;
gmeow:namePurpose gmeow:namePurposeChosen ;
gmeow:displayable true ;
gmeow:hasNamePart ex:partGiven , ex:partMiddle , ex:partSurname .