atomic step

An atomic, indivisible action step.

Structure

Types: gmeow:StepType

Practical Pattern

Use gmeow:stepTypeAtomic 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

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:StepType