narrative

A frame whose structure is defined by canon, continuity, and narrative topology rather than geometric coordinates. Distance is measured in narrative proximity (plot relevance, character interaction), not metres or degrees.

Structure

Types: gmeow:FrameKind

Practical Pattern

Use gmeow:frameKindNarrative as a controlled value typed as gmeow:FrameKind.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Flashback

# --- The continuity (story world) — a NarrativeReferenceFrame.
ex:canon a gmeow:NarrativeReferenceFrame ;
    rdfs:label          "Lighthouse Saga continuity"@en ;
    gmeow:frameRealm    gmeow:frameRealmNarrative ;
    gmeow:hasAxis       ex:narrativeOrder ;
    gmeow:dimensionCount "1"^^xsd:nonNegativeInteger ;
    gmeow:frameKind     gmeow:frameKindNarrative ;
    gmeow:requiresHost  false ;
    gmeow:determinacyModel gmeow:determinacyDisputed .

# --- DISCOURSE-time frame: the order of telling, owned by the novel.
ex:discourseFrame a gmeow:NarrativeTimeFrame ;
    rdfs:label           "telling order of the novel"@en ;
    gmeow:narrativeTimeAxis gmeow:axisDiscourseTime ;
    gmeow:discourseTimeOf ex:novel ;
    gmeow:frameRealm     gmeow:frameRealmNarrative ;
    gmeow:hasAxis        ex:narrativeOrder ;
    gmeow:dimensionCount "1"^^xsd:nonNegativeInteger ;
    gmeow:frameKind      gmeow:frameKindNarrative ;
    gmeow:requiresHost   false ;
    gmeow:determinacyModel gmeow:determinacyDisputed .

Common Companion Terms

gmeow:FrameKind