executes procedure

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

# --- One concrete run of the procedure, succeeded.
ex:run a gmeow:Execution ;
    gmeow:executesProcedure   ex:pipeline ;
    gmeow:executionStatus     gmeow:executionStatusSucceeded ;
    gmeow:executionParticipant ex:scheduler .

Common Companion Terms

gmeow:Execution, gmeow:Procedure