story time of

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

# --- 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 .

Common Companion Terms

gmeow:NarrativeTimeFrame, gmeow:NarrativeReferenceFrame