story time of
- CURIE:
gmeow:storyTimeOf - IRI: https://blackcatinformatics.ca/gmeow/storyTimeOf
- Category: property
- Defined by:
gmeow:slices/narrative - Box roles: RBox role (What is this?)
Anchors a story-time frame to the narrative reference frame (canon, continuity) whose in-universe chronology it coordinatizes. Functional: one anchoring per frame; competing continuities carry their own story-time frames, and the same event may hold different story positions in each (Principle 9).
Structure
Property shape: object property; gmeow:NarrativeTimeFrame -> gmeow:NarrativeReferenceFrame; functional
Practical Pattern
Use gmeow:storyTimeOf from gmeow:NarrativeTimeFrame to gmeow:NarrativeReferenceFrame 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
# --- STORY-time frame: the order of happening, owned by the continuity.
ex:storyFrame a gmeow:NarrativeTimeFrame ;
rdfs:label "in-universe chronology"@en ;
gmeow:narrativeTimeAxis gmeow:axisStoryTime ;
gmeow:storyTimeOf ex:canon ;
gmeow:frameRealm gmeow:frameRealmNarrative ;
gmeow:hasAxis ex:narrativeOrder ;
gmeow:dimensionCount "1"^^xsd:nonNegativeInteger ;
gmeow:frameKind gmeow:frameKindNarrative ;
gmeow:requiresHost false ;
gmeow:determinacyModel gmeow:determinacyDisputed .