position label
- CURIE:
gmeow:positionLabel - IRI: https://blackcatinformatics.ca/gmeow/positionLabel
- Category: property
- Defined by:
gmeow:slices/narrative - Box roles: RBox role (What is this?)
A human-oriented label for this position — a chapter title ('Thirty-Three'), a named story moment ('the Longest Night'). Non-functional: co-equal labels coexist (Principle 9). A position must carry an ordinal or a label or both (SHACL).
Structure
Property shape: datatype property; gmeow:NarrativePosition -> xsd:string
Practical Pattern
Use gmeow:positionLabel from gmeow:NarrativePosition to xsd:string 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" .