narrative time axis
- CURIE:
gmeow:narrativeTimeAxis - IRI: https://blackcatinformatics.ca/gmeow/narrativeTimeAxis
- Category: property
- Defined by:
gmeow:slices/narrative - Box roles: RBox role (What is this?)
The axis kind of this narrative time frame — discourse time or story time. Functional: a frame measures exactly one axis; a work and its fabula are two frames, not one frame with two moods.
Structure
Property shape: object property; gmeow:NarrativeTimeFrame -> gmeow:NarrativeTimeAxis; functional
Practical Pattern
Use gmeow:narrativeTimeAxis from gmeow:NarrativeTimeFrame to gmeow:NarrativeTimeAxis 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
# --- 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 .
# --- 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 .