postal address frame

The postal/administrative reference frame in which this address is expressed. Functional: an address is expressed in exactly one frame. The default is gmeow:referenceFramePostalAddress.

Structure

Property shape: object property; gmeow:PostalAddress -> gmeow:ReferenceFrame; functional Sub-property of: gmeow:hasReferenceFrame

Practical Pattern

Use gmeow:postalAddressFrame from gmeow:PostalAddress to gmeow:ReferenceFrame 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 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" .

Common Companion Terms

gmeow:hasReferenceFrame, gmeow:PostalAddress, gmeow:ReferenceFrame

Usage Advice

Use when

Avoid when

How to use

Examples