matrix value

The serialised numeric content of a CoordinateMatrix — a vector, matrix, or tensor expressed as a literal (e.g. a JSON array, a WKT-like tuple string, or a base64-encoded binary blob). The serialisation format is frame-specific and is interpreted by the solver layer (Principle 12).

Structure

Property shape: datatype property; gmeow:CoordinateMatrix -> rdfs:Literal; functional

Practical Pattern

Use gmeow:matrixValue from gmeow:CoordinateMatrix to rdfs:Literal 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:CoordinateMatrix