data pipeline

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

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

Common Companion Terms

gmeow:ProcedureType