part text

The string value of a name part. Language-/script-tag the literal where applicable.

Structure

Property shape: datatype property; gmeow:NamePart -> rdfs:Literal

Practical Pattern

Use gmeow:partText from gmeow:NamePart to rdfs:Literal 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.

Person Names

ex:partGiven a gmeow:NamePart ;
    gmeow:namePartType gmeow:namePartGiven ; gmeow:partText "Robin" ; gmeow:partOrder 0 .
ex:partMiddle a gmeow:NamePart ;
    gmeow:namePartType gmeow:namePartMiddle ; gmeow:partText "Avery" ; gmeow:partOrder 1 .
ex:partSurname a gmeow:NamePart ;
    gmeow:namePartType gmeow:namePartSurname ; gmeow:partText "Chen" ; gmeow:partOrder 2 .

Common Companion Terms

gmeow:NamePart

Projects To

Profile External Targets
foaf foaf
schema-org schema
vcard rdf, vcard

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:partText projection foaf projects to / <= foaf:familyName gmeow:mapFoafFamilyName; lossy: non-displayable names (deadnames) dropped
gmeow:partText projection foaf projects to / <= foaf:givenName gmeow:mapFoafGivenName; lossy: non-displayable names (deadnames) dropped
gmeow:partText projection schema-org projects to / <= schema:familyName gmeow:mapSchemaFamilyName
gmeow:partText projection schema-org projects to / <= schema:givenName gmeow:mapSchemaGivenName
gmeow:partText projection vcard projects to / = rdf:type, vcard:Name, vcard:family-name, vcard:hasName gmeow:mapVcardFamilyName
gmeow:partText projection vcard projects to / = rdf:type, vcard:Name, vcard:given-name, vcard:hasName gmeow:mapVcardGivenName

Usage Advice

Use when

Avoid when

How to use

Examples