Local Grid Cartesian Reference Frame
- CURIE:
gmeow:referenceFrameLocalGrid - IRI: https://blackcatinformatics.ca/gmeow/referenceFrameLocalGrid
- Category: individual
- Defined by:
gmeow:slices/places - Box roles: ABox role (What is this?)
The local grid 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:referenceFrameLocalGrid 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.
Measured Vs Perceived
- Source:
slices/extensions/sensory-environment/examples/measured-vs-perceived.ttl - Examples catalog: open in catalog#example-slices-extensions-sensory-environment-examples-measured-vs-perceived
# --- Objective: a grid of temperature readings, framed (P11).
ex:thermalGrid a gmeow:CoordinateMatrix ;
gmeow:coordinateMatrixFrame gmeow:referenceFrameLocalGrid ;
gmeow:matrixShape "1" ;
gmeow:matrixValue "23.5" .