Skip to main content
UK Parliament
House of Commons Library
Procedure browser
Steps
Procedure browser
Work packages
Procedures
Calculation styles
Steps
Step collections
Routes
Clocks
Legislatures
Houses
Steps
By type
There are 9 step types.
AND
Business step
Decision
EQUALS
INCREMENT
NOT
OR
SUM
Summation
SPARQL queries used by this page
PREFIX id: <https://id.parliament.uk/> PREFIX : <https://id.parliament.uk/schema/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?StepType ?stepTypeName WHERE { ?StepType a :ProcedureStepType; :name ?stepTypeName. } order by asc(UCASE(str(?stepTypeName)))