personal
- CURIE:
gmeow:contactPointTypePersonal - IRI: https://blackcatinformatics.ca/gmeow/contactPointTypePersonal
- Category: individual
- Defined by:
gmeow:slices/contacts - Box roles: ABox role (What is this?)
A personal contact point.
Structure
Types: gmeow:ContactPointType
Practical Pattern
Use gmeow:contactPointTypePersonal as a controlled value typed as gmeow:ContactPointType.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Contact Points
- Source:
slices/core/contacts/examples/contact-points.ttl - Examples catalog: open in catalog#example-slices-core-contacts-examples-contact-points
# --- Reified postal address: components are coordinates in the postal frame (P11).
ex:homeAddress a gmeow:PostalAddress ;
gmeow:contactPointType gmeow:contactPointTypePersonal ;
gmeow:postalAddressFrame gmeow:referenceFramePostalAddress ;
gmeow:streetAddress "742 Evergreen Terrace" ;
gmeow:addressLocality "Springfield" ;
gmeow:addressRegion "Oregon" ;
gmeow:postalCode "97403" ;
gmeow:countryCode "US" .