contact point provider

The agent (typically an organization) that issues or scopes a contact point — the employer behind a work address, the provider behind an email's domain. Range is gmeow:Agent to avoid a contacts→organization dependency while admitting organizations. Non-functional. The context that distinguishes 'my work email at ACME' from a personal one.

Structure

Property shape: object property; gmeow:ContactPoint -> gmeow:Agent

Practical Pattern

Use gmeow:contactPointProvider from gmeow:ContactPoint to gmeow:Agent 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.

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 .

Common Companion Terms

gmeow:ContactPoint, gmeow:Agent

Usage Advice

Use when

Avoid when

How to use

Examples