procedure step type
- CURIE:
gmeow:procedureStepType - IRI: https://blackcatinformatics.ca/gmeow/procedureStepType
- Category: property
- Defined by:
gmeow:slices/procedures - Box roles: RBox role (What is this?)
The kind(s) of a procedure step, drawn from the open gmeow:StepType value vocabulary. Non-functional: a step may serve several purposes, and competing standpoint-indexed type claims coexist.
Structure
Property shape: object property; gmeow:ProcedureStep -> gmeow:StepType
Practical Pattern
Use gmeow:procedureStepType from gmeow:ProcedureStep to gmeow:StepType 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
- 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 .