executes procedure
- CURIE:
gmeow:executesProcedure - IRI: https://blackcatinformatics.ca/gmeow/executesProcedure
- Category: property
- Defined by:
gmeow:slices/procedures - Box roles: RBox role (What is this?)
Relates an Execution to the Procedure it enacts. Non-functional: an execution may enact multiple procedures (a combined run), and competing enactment claims coexist.
Structure
Property shape: object property; gmeow:Execution -> gmeow:Procedure
Practical Pattern
Use gmeow:executesProcedure from gmeow:Execution to gmeow:Procedure 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.
Data Pipeline
- Source:
slices/extensions/procedures/examples/data-pipeline.ttl - Examples catalog: open in catalog#example-slices-extensions-procedures-examples-data-pipeline
# --- One concrete run of the procedure, succeeded.
ex:run a gmeow:Execution ;
gmeow:executesProcedure ex:pipeline ;
gmeow:executionStatus gmeow:executionStatusSucceeded ;
gmeow:executionParticipant ex:scheduler .