Postal Address Reference Frame

The postal address reference frame — a named coordinate system or value space together with its axes, origin, and transformation rules (Principle 11).

Structure

Types: gmeow:ReferenceFrame

Practical Pattern

Use gmeow:referenceFramePostalAddress as a controlled value typed as gmeow:ReferenceFrame.

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