at narrative position
- CURIE:
gmeow:atNarrativePosition - IRI: https://blackcatinformatics.ca/gmeow/atNarrativePosition
- Category: property
- Defined by:
gmeow:slices/narrative - Box roles: RBox role (What is this?)
Anchors a thing — a content segment, a diegetic event, an arc sample, a motif occurrence — to a narrative position. Domain-free: the narration seam (narration seam), arc samples (arc samples), and motif occurrences (motifs) all reuse this one anchor. NOT functional, and deliberately so: the same diegetic event carries coexisting positions in a discourse frame and a story frame, and their disagreement is the flashback made queryable rather than a contradiction (Principle 9).
Structure
Property shape: object property; ? -> gmeow:NarrativePosition
Practical Pattern
Use gmeow:atNarrativePosition from ? to gmeow:NarrativePosition 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
# --- The diegetic event, placed in BOTH frames — the disagreement is the flashback.
ex:protagonistBirth a gmeow:Event ;
rdfs:label "the protagonist's birth"@en ;
gmeow:eventType gmeow:eventTypeBirth ;
gmeow:atNarrativePosition ex:posTold , ex:posHappened .