chosen / self-identified name

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

# --- 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 .

Common Companion Terms

gmeow:NamePurpose