data flow entity
- CURIE:
gmeow:dataFlowEntity - IRI: https://blackcatinformatics.ca/gmeow/dataFlowEntity
- Category: property
- Defined by:
gmeow:slices/procedures - Box roles: RBox role (What is this?)
The data entity that flows from the source step to the target step via a data-flow relator. Non-functional: multiple entities may flow on the same edge, and competing claims about what flows coexist.
Structure
Property shape: object property; gmeow:DataFlow -> gmeow:Entity
Practical Pattern
Use gmeow:dataFlowEntity from gmeow:DataFlow to gmeow:Entity 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 .