position frame
- CURIE:
gmeow:positionFrame - IRI: https://blackcatinformatics.ca/gmeow/positionFrame
- Category: property
- Defined by:
gmeow:slices/narrative - Box roles: RBox role (What is this?)
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
- Source:
slices/extensions/narrative/examples/flashback.ttl - Examples catalog: open in catalog#example-slices-extensions-narrative-examples-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" .