end step
- CURIE:
gmeow:stepTypeEnd - IRI: https://blackcatinformatics.ca/gmeow/stepTypeEnd
- Category: individual
- Defined by:
gmeow:slices/procedures - Box roles: ABox role (What is this?)
The terminal point of a procedure.
Structure
Types: gmeow:StepType
Practical Pattern
Use gmeow:stepTypeEnd as a controlled value typed as gmeow:StepType.
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
ex:extract a gmeow:ProcedureStep ; rdfs:label "Extract"@en ; gmeow:procedureStepType gmeow:stepTypeStart .
ex:transform a gmeow:ProcedureStep ; rdfs:label "Transform"@en ; gmeow:procedureStepType gmeow:stepTypeAtomic .
ex:load a gmeow:ProcedureStep ; rdfs:label "Load"@en ; gmeow:procedureStepType gmeow:stepTypeEnd .