position label

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

# 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