flow target
- CURIE:
gmeow:flowTarget - IRI: https://blackcatinformatics.ca/gmeow/flowTarget
- Category: property
- Defined by:
gmeow:slices/procedures - Box roles: RBox role (What is this?)
The target ProcedureStep of a control-flow relator. Functional: one target per control-flow edge.
Structure
Property shape: object property; gmeow:ControlFlow -> gmeow:ProcedureStep
Practical Pattern
Use gmeow:flowTarget from gmeow:ControlFlow to gmeow:ProcedureStep 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
# --- CONTROL flow: extract → transform → load (the order).
ex:c1 a gmeow:ControlFlow ; gmeow:flowSource ex:extract ; gmeow:flowTarget ex:transform .
ex:c2 a gmeow:ControlFlow ; gmeow:flowSource ex:transform ; gmeow:flowTarget ex:load .