procedure step type

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

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 .

Common Companion Terms

gmeow:ProcedureStep, gmeow:StepType