dimension count
- CURIE:
gmeow:dimensionCount - IRI: https://blackcatinformatics.ca/gmeow/dimensionCount
- Category: property
- Defined by:
gmeow:slices/places - Box roles: RBox role (What is this?)
The number of dimensions spanned by a reference frame.
Structure
Property shape: datatype property; gmeow:ReferenceFrame -> xsd:nonNegativeInteger; functional
Practical Pattern
Use gmeow:dimensionCount from gmeow:ReferenceFrame to xsd:nonNegativeInteger 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.
Flashback
- Source:
slices/extensions/narrative/examples/flashback.ttl - Examples catalog: open in catalog#example-slices-extensions-narrative-examples-flashback
# --- The continuity (story world) — a NarrativeReferenceFrame.
ex:canon a gmeow:NarrativeReferenceFrame ;
rdfs:label "Lighthouse Saga continuity"@en ;
gmeow:frameRealm gmeow:frameRealmNarrative ;
gmeow:hasAxis ex:narrativeOrder ;
gmeow:dimensionCount "1"^^xsd:nonNegativeInteger ;
gmeow:frameKind gmeow:frameKindNarrative ;
gmeow:requiresHost false ;
gmeow:determinacyModel gmeow:determinacyDisputed .
# --- DISCOURSE-time frame: the order of telling, owned by the novel.
ex:discourseFrame a gmeow:NarrativeTimeFrame ;
rdfs:label "telling order of the novel"@en ;
gmeow:narrativeTimeAxis gmeow:axisDiscourseTime ;
gmeow:discourseTimeOf ex:novel ;
gmeow:frameRealm gmeow:frameRealmNarrative ;
gmeow:hasAxis ex:narrativeOrder ;
gmeow:dimensionCount "1"^^xsd:nonNegativeInteger ;
gmeow:frameKind gmeow:frameKindNarrative ;
gmeow:requiresHost false ;
gmeow:determinacyModel gmeow:determinacyDisputed .
Common Companion Terms
Usage Advice
Use when
- Use for the number of dimensions a reference frame spans; functional.
Avoid when
- Avoid using it to assert infinite-dimensional structure (Hilbert/latent spaces declare 1 and carry shape in the matrix, Principle 12).
How to use
- Set one
gmeow:dimensionCount; for high-D spaces leave actual dimensionality togmeow:hasCoordinateMatrixshape.
Examples
- ex:siteGrid
gmeow:dimensionCount"3"^^xsd:nonNegativeInteger.