work
- CURIE:
gmeow:contactPointTypeWork - IRI: https://blackcatinformatics.ca/gmeow/contactPointTypeWork
- Category: individual
- Defined by:
gmeow:slices/contacts - Box roles: ABox role (What is this?)
A work or professional contact point.
Structure
Types: gmeow:ContactPointType
Practical Pattern
Use gmeow:contactPointTypeWork 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 email: typed, provider-scoped, and split into its parts.
ex:workEmail a gmeow:EmailAddress ;
gmeow:addressValue "dana@acme.example" ;
gmeow:localPart "dana" ;
gmeow:domainPart "acme.example" ;
gmeow:contactPointType gmeow:contactPointTypeWork ;
gmeow:contactPointProvider ex:acme .