degree-of-freedom parameter

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

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

Common Companion Terms

gmeow:DegreeOfFreedom, gmeow:MusicalParameter