degree-of-freedom work

The Work whose parameter determination this DegreeOfFreedom declares. Exactly one of dofWork or dofExpression is required per relator; SHACL enforces the XOR (Principle 4).

Structure

Property shape: object property; gmeow:DegreeOfFreedom -> gmeow:Work; functional

Practical Pattern

Use gmeow:dofWork from gmeow:DegreeOfFreedom to gmeow:Work 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:Work