execution participant

An agent that took part in an execution — the flat 80%-case shortcut. Non-functional. Promote to a gmeow:Participation node when the role, period, confidence, or evidence of the participation must be recorded.

Structure

Property shape: object property; gmeow:Execution -> gmeow:Agent

Practical Pattern

Use gmeow:executionParticipant from gmeow:Execution to gmeow:Agent 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:Agent