realization mode

The mode in which an Expression realizes its Work — notated, performed, improvised, orally transmitted, or machine-generated. A frame-carried, value-vocabulary fact at the Expression tier; no shape may require a Work to be notated (the oral-tradition guarantee).

Structure

Property shape: object property; gmeow:Expression -> gmeow:RealizationMode; functional

Practical Pattern

Use gmeow:realizationMode from gmeow:Expression to gmeow:RealizationMode 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.

Score As Lossy Projection

# --- EXPRESSION (notated): what the page actually encodes, framed by 12-EDO.
ex:notatedExpression a gmeow:Expression ;
    rdfs:label            "engraved notation of the Nocturne"@en ;
    gmeow:realizes        ex:nocturne ;
    gmeow:realizationMode gmeow:realizationModeNotated ;
    gmeow:hasReferenceFrame gmeow:tuningSystem12EDO .

# --- TWO PERFORMANCES: same work, same fixed pitches/durations, divergent where
#     the score is silent — the loss made concrete (neither is privileged, P9).
ex:performanceRubinstein a gmeow:Expression ;
    rdfs:label            "a warm, rubato-rich performance"@en ;
    gmeow:realizes        ex:nocturne ;
    gmeow:realizationMode gmeow:realizationModePerformed ;
    gmeow:hasReferenceFrame gmeow:tuningSystem12EDO ;
    gmeow:wasDerivedFrom  ex:notatedExpression .

Common Companion Terms

gmeow:Expression, gmeow:RealizationMode

Usage Advice

Use when

Avoid when

How to use

Examples