flow source
- CURIE:
gmeow:flowSource - IRI: https://blackcatinformatics.ca/gmeow/flowSource
- Category: property
- Defined by:
gmeow:slices/procedures - Box roles: CBox role, RBox role (What is this?)
The source ProcedureStep of a control-flow relator. Functional: one source per control-flow edge.
Structure
Property shape: object property; gmeow:ControlFlow -> gmeow:ProcedureStep
Practical Pattern
Use gmeow:flowSource 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 .