matrix value
- CURIE:
gmeow:matrixValue - IRI: https://blackcatinformatics.ca/gmeow/matrixValue
- Category: property
- Defined by:
gmeow:slices/sensory-environment - Box roles: RBox role (What is this?)
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
- 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" .