Postal Address Reference Frame
- CURIE:
gmeow:referenceFramePostalAddress - IRI: https://blackcatinformatics.ca/gmeow/referenceFramePostalAddress
- Category: individual
- Defined by:
gmeow:slices/places - Box roles: ABox role (What is this?)
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
- Source:
slices/core/contacts/examples/contact-points.ttl - Examples catalog: open in catalog#example-slices-core-contacts-examples-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" .