performed
- CURIE:
gmeow:realizationModePerformed - IRI: https://blackcatinformatics.ca/gmeow/realizationModePerformed
- Category: individual
- Defined by:
gmeow:slices/creative-works - Box roles: ABox role (What is this?)
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
- Source:
slices/extensions/music/examples/score-as-lossy-projection.ttl - Examples catalog: open in catalog#example-slices-extensions-music-examples-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 .