coordinate matrix frame

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 (isResultOfhasReferenceFramehasReferenceFrame) 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

# --- 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