degree-of-freedom status

The determination status of the parameter in this DegreeOfFreedom relator.

Structure

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

Practical Pattern

Use gmeow:dofStatus from gmeow:DegreeOfFreedom to gmeow:DeterminationStatus 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:DeterminationStatus