coordinate matrix frame
- CURIE:
gmeow:coordinateMatrixFrame - IRI: https://blackcatinformatics.ca/gmeow/coordinateMatrixFrame
- Category: property
- Defined by:
gmeow:slices/sensory-environment - Box roles: RBox role (What is this?)
The reference frame in which this CoordinateMatrix is expressed. Functional: a matrix is expressed in exactly one frame; frame transformation is a solver concern (Principle 12). Sub-property of gmeow:hasReferenceFrame so the frame-inheritance property chain (isResultOf ∘ hasReferenceFrame ⊑ hasReferenceFrame) applies automatically.
Structure
Property shape: object property; gmeow:CoordinateMatrix -> gmeow:ReferenceFrame; functional
Sub-property of: gmeow:hasReferenceFrame
Practical Pattern
Use gmeow:coordinateMatrixFrame from gmeow:CoordinateMatrix 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.
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" .
Common Companion Terms
gmeow:hasReferenceFrame, gmeow:CoordinateMatrix, gmeow:ReferenceFrame