Data Flow
- CURIE:
gmeow:DataFlow - IRI: https://blackcatinformatics.ca/gmeow/DataFlow
- Category: class
- Defined by:
gmeow:slices/procedures - Box roles: TBox role (What is this?)
A reified relator that connects a ProcedureStep's output to another ProcedureStep's input. Mediates a source step, a target step, and the data entity that flows between them.
Structure
Subclass of: gufo:Relator
Practical Pattern
Use gmeow:DataFlow as a specialized kind of gufo:Relator. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
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
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: a procedure separates CONTROL flow from DATA flow . A
# gmeow:Procedure has gmeow:ProcedureSteps; gmeow:ControlFlow edges say in what
# ORDER steps run, while gmeow:DataFlow edges say WHICH DATA moves between them —
# two distinct graphs over the same steps, because "runs after" and "depends on
# the output of" are different relations. A gmeow:Execution is one concrete RUN of
# the procedure, with an gmeow:executionStatus and its participant. The same model
# covers a recipe, a lab protocol, a CI build, and an agent flow (procedureType).
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/procedures/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# --- 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 .
External Equivalences
Equivalent or closely aligned targets: bpmn
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:DataFlow |
equivalence | - |
skos:relatedMatch | bpmn:dataAssociation | gmeow-procedures.sssom.tsv; gmeow:eqProc025; confidence 0.6 |