position frame

The narrative time frame in which this position is expressed. Functional and mandatory (SHACL): every narrative position names its frame.

Structure

Property shape: object property; gmeow:NarrativePosition -> gmeow:NarrativeTimeFrame; functional

Practical Pattern

Use gmeow:positionFrame from gmeow:NarrativePosition to gmeow:NarrativeTimeFrame 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

# Told late: chapter 5 (discourse ordinal 5).
ex:posTold a gmeow:NarrativePosition ;
    gmeow:positionFrame   ex:discourseFrame ;
    gmeow:positionOrdinal "5"^^xsd:integer ;
    gmeow:positionLabel   "Chapter 5 (flashback)" .

# Happened first: story ordinal 0.
ex:posHappened a gmeow:NarrativePosition ;
    gmeow:positionFrame   ex:storyFrame ;
    gmeow:positionOrdinal "0"^^xsd:integer ;
    gmeow:positionLabel   "Year 0 — the beginning of the saga" .

Common Companion Terms

gmeow:NarrativePosition, gmeow:NarrativeTimeFrame