flow target

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

Structure

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

Practical Pattern

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

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

Common Companion Terms

gmeow:ControlFlow, gmeow:ProcedureStep