data flow entity

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

# --- 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 .

Common Companion Terms

gmeow:DataFlow, gmeow:Entity