degree-of-freedom status
- CURIE:
gmeow:dofStatus - IRI: https://blackcatinformatics.ca/gmeow/dofStatus
- Category: property
- Defined by:
gmeow:slices/music - Box roles: RBox role (What is this?)
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
- 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 .