performed

The Expression is realized through live or recorded performance.

Structure

Types: gmeow:RealizationMode

Practical Pattern

Use gmeow:realizationModePerformed as a controlled value typed as gmeow:RealizationMode.

Example Snippets

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

Score As Lossy Projection

# --- 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 .

ex:performanceGould a gmeow:Expression ;
    rdfs:label            "a stark, metronomic performance"@en ;
    gmeow:realizes        ex:nocturne ;
    gmeow:realizationMode gmeow:realizationModePerformed ;
    gmeow:hasReferenceFrame gmeow:tuningSystem12EDO ;
    gmeow:wasDerivedFrom  ex:notatedExpression .

Common Companion Terms

gmeow:RealizationMode