execution participant
- CURIE:
gmeow:executionParticipant - IRI: https://blackcatinformatics.ca/gmeow/executionParticipant
- Category: property
- Defined by:
gmeow:slices/procedures - Box roles: RBox role (What is this?)
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
- 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 .