realization mode
- CURIE:
gmeow:realizationMode - IRI: https://blackcatinformatics.ca/gmeow/realizationMode
- Category: property
- Defined by:
gmeow:slices/creative-works - Box roles: RBox role (What is this?)
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
- Source:
slices/extensions/music/examples/score-as-lossy-projection.ttl - Examples catalog: open in catalog#example-slices-extensions-music-examples-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
- Use at the
gmeow:Expressiontier to record HOW a musicalWorkis realized — notated, performed, improvised, oral, or machine-generated — as a frame-carried value rather than a subclass split.
Avoid when
- Avoid asserting it on a
Work(theWorkis mode-independent) and avoid any shape that requires a notated realization — the oral-tradition guarantee forbids it (Principle 9). Functional: one mode perExpression.
How to use
- Point the
Expressionat onegmeow:RealizationModeindividual; a notated and a performed rendition of the sameWorkare two Expressions, each with its own mode.
Examples
- ex:eroicaNotatedExpr
gmeow:realizationModegmeow:realizationModeNotated.