degree-of-freedom parameter
- CURIE:
gmeow:dofParameter - IRI: https://blackcatinformatics.ca/gmeow/dofParameter
- Category: property
- Defined by:
gmeow:slices/music - Box roles: RBox role (What is this?)
The musical parameter whose determination status is declared (pitch, duration, order, tempo, dynamics, timbre, instrumentation, performer count, sound content, location, tacet, etc.).
Structure
Property shape: object property; gmeow:DegreeOfFreedom -> gmeow:MusicalParameter; functional
Practical Pattern
Use gmeow:dofParameter from gmeow:DegreeOfFreedom to gmeow:MusicalParameter 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
# --- WHAT THE SCORE DROPS: parameters the notation delegates to the performer.
ex:dofTimbre a gmeow:DegreeOfFreedom ;
rdfs:label "timbre left to the performer"@en ;
gmeow:dofWork ex:nocturne ;
gmeow:dofParameter gmeow:musicalParameterTimbre ;
gmeow:dofStatus gmeow:determinationDelegatedPerformer .
ex:dofDynamics a gmeow:DegreeOfFreedom ;
rdfs:label "fine dynamics left to the performer"@en ;
gmeow:dofWork ex:nocturne ;
gmeow:dofParameter gmeow:musicalParameterDynamics ;
gmeow:dofStatus gmeow:determinationDelegatedPerformer .