local part

The local part of an email address.

Structure

Property shape: datatype property; gmeow:EmailAddress -> rdfs:Literal; functional

Practical Pattern

Use gmeow:localPart from gmeow:EmailAddress 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.

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:EmailAddress

Usage Advice

Use when

Avoid when

How to use

Examples

Avoid For Consumers