data pipeline
- CURIE:
gmeow:procedureTypeDataPipeline - IRI: https://blackcatinformatics.ca/gmeow/procedureTypeDataPipeline
- Category: individual
- Defined by:
gmeow:slices/procedures - Box roles: ABox role (What is this?)
A data-ingestion, ETL, or transformation pipeline.
Structure
Types: gmeow:ProcedureType
Practical Pattern
Use gmeow:procedureTypeDataPipeline as a controlled value typed as gmeow:ProcedureType.
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
# --- The procedure and its three steps.
ex:pipeline a gmeow:Procedure ;
rdfs:label "Nightly events ETL"@en ;
gmeow:procedureType gmeow:procedureTypeDataPipeline ;
gmeow:hasProcedureStep ex:extract , ex:transform , ex:load .