Skip to main content
UK Parliament
House of Commons Library
Procedure browser
Organisations accountable to Parliament
Procedure browser
Work packageable things
Enabling legislation
Organisations accountable to Parliament
Work packages
Procedures
Calculation styles
Steps
Step collections
Routes
Clocks
Legislatures
Houses
Organisations accountable to Parliament
There are 53 organisations accountable to Parliament.
Scotland Office
Scottish Office
Welsh Office
Showing 51 - 53 of 53.
Previous
Next
SPARQL queries used by this page
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#> PREFIX id: <https://id.parliament.uk/> SELECT distinct (count(distinct ?Organisations) as ?count) WHERE { { ?Organisations a :GovernmentOrganisation.} UNION { ?Organisations a :ArmsLengthBody. } ?Organisations :name ?Name. }
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#> PREFIX id: <https://id.parliament.uk/> SELECT * WHERE { { ?Organisations a :GovernmentOrganisation.} UNION { ?Organisations a :ArmsLengthBody. } ?Organisations :name ?Name. } order by ?Name Offset 50 Limit 50