part text
- CURIE:
gmeow:partText - IRI: https://blackcatinformatics.ca/gmeow/partText
- Category: property
- Defined by:
gmeow:slices/names - Box roles: RBox role (What is this?)
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
- Source:
slices/core/names/examples/person-names.ttl - Examples catalog: open in catalog#example-slices-core-names-examples-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
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
- Use to carry the literal text of a
gmeow:NamePart— the actual string of a given name, surname, particle, or initial.
Avoid when
- Avoid carrying the whole name here (that is
gmeow:fullNameon the appellation) and avoid an untagged literal where a language or script is known — tag it for correct matching and rendering.
How to use
- Set
gmeow:partTexton agmeow:NamePart, language-/script-tagging the literal; addgmeow:partExpansionwhen the text is an abbreviated initial.
Examples
- ex:audleySurname
gmeow:partText"Audley"@en.