Skip to main content
UK Parliament
House of Commons Library
Procedure browser
Organisations accountable to Parliament
Food Standards Agency
Procedure browser
Work packageable things
Enabling legislation
Organisations accountable to Parliament
Work packages
Procedures
Calculation styles
Steps
Step collections
Routes
Clocks
Legislatures
Houses
Food Standards Agency
Work packages
1 May 2011 -
Work packages
Treaties
There are 0 work packages.
RSS
Organisation accountable to Parliament identifier
https://id.parliament.uk/36DV9AX8
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 * WHERE { { ?Organisations a :GovernmentOrganisation.} UNION { ?Organisations a :ArmsLengthBody. } ?Organisations :name ?Name. optional {?Organisations :startDate ?startDate} optional {?Organisations :endDate ?endDate} filter (?Organisations in (id:36DV9AX8)) }
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 ?LaidThing) as ?count) WHERE { { ?Organisations a :GovernmentOrganisation.} UNION { ?Organisations a :ArmsLengthBody. } ?Organisations :name ?Name; :layingBodyHasLaying ?Laying. ?Laying :layingHasLaidThing ?LaidThing; :businessItemHasProcedureStep ?Step; :layingDate ?LaidDate. filter (?Step in (id:cspzmb6w, id:isWn7s3K)) ?LaidThing :name ?LaidThingName. ?LaidThing :workPackagedThingHasWorkPackage ?workPackage. ?workPackage :workPackageHasProcedure ?procedure. ?procedure :name ?procedureName. optional { ?workPackage :workPackageHasCalculationStyle ?calculationStyle. ?calculationStyle :name ?calculationStyleName. } filter (?Organisations in (id:36DV9AX8)) }
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 ?LaidThing ?LaidThingName ?workPackage ?LaidDate ?procedure ?procedureName ?calculationStyle ?calculationStyleName WHERE { { ?Organisations a :GovernmentOrganisation.} UNION { ?Organisations a :ArmsLengthBody. } ?Organisations :name ?Name; :layingBodyHasLaying ?Laying. ?Laying :layingHasLaidThing ?LaidThing; :businessItemHasProcedureStep ?Step; :layingDate ?LaidDate. filter (?Step in (id:cspzmb6w, id:isWn7s3K)) ?LaidThing :name ?LaidThingName. ?LaidThing :workPackagedThingHasWorkPackage ?workPackage. ?workPackage :workPackageHasProcedure ?procedure. ?procedure :name ?procedureName. optional { ?workPackage :workPackageHasCalculationStyle ?calculationStyle. ?calculationStyle :name ?calculationStyleName. } filter (?Organisations in (id:36DV9AX8)) } Order by desc(?LaidDate) Offset 0 Limit 20