data flow source
- CURIE:
gmeow:dataFlowSource - IRI: https://blackcatinformatics.ca/gmeow/dataFlowSource
- Category: property
- Defined by:
gmeow:slices/procedures - Box roles: CBox role, RBox role (What is this?)
The producing ProcedureStep of a data-flow relator. Functional: one source per data-flow edge.
Structure
Property shape: object property; gmeow:DataFlow -> gmeow:ProcedureStep
Practical Pattern
Use gmeow:dataFlowSource from gmeow:DataFlow 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
# --- DATA flow: the raw dataset moves from extract into transform (a dependency,
# not just an ordering).
ex:d1 a gmeow:DataFlow ;
gmeow:dataFlowSource ex:extract ;
gmeow:dataFlowTarget ex:transform ;
gmeow:dataFlowEntity ex:rawEvents .