story time (fabula)
- CURIE:
gmeow:axisStoryTime - IRI: https://blackcatinformatics.ca/gmeow/axisStoryTime
- Category: individual
- Defined by:
gmeow:slices/narrative - Box roles: ABox role (What is this?)
The story-time axis — narrative position in the order of happening in-universe: the fabula. Owned by a narrative reference frame; a continuity may reorder story time, and the reordering (a retcon) is a frame-scoped claim revision preserved by suppression (Principle 10).
Structure
Types: gmeow:NarrativeTimeAxis
Practical Pattern
Use gmeow:axisStoryTime as a controlled value typed as gmeow:NarrativeTimeAxis.
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 .