data flow target

The consuming ProcedureStep of a data-flow relator. Functional: one target per data-flow edge.

Structure

Property shape: object property; gmeow:DataFlow -> gmeow:ProcedureStep

Practical Pattern

Use gmeow:dataFlowTarget 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

# --- 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:ProcedureStep