Skip to main content
UK Parliament
House of Commons Library
Procedure browser
Organisations accountable to Parliament
Local Government Boundary Commission for England
Treaties
Procedure browser
Work packageable things
Enabling legislation
Organisations accountable to Parliament
Work packages
Procedures
Calculation styles
Steps
Step collections
Routes
Clocks
Legislatures
Houses
Local Government Boundary Commission for England
Treaties
1 April 2010 -
Work packages
Treaties
There are 0 treaties.
Organisation accountable to Parliament identifier
https://id.parliament.uk/eup4DwE5
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:eup4DwE5)) }
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 ?treaty) as ?count) WHERE { { ?Organisations a :GovernmentOrganisation.} UNION { ?Organisations a :ArmsLengthBody. } ?Organisations :name ?Name; :leadGovernmentOrganisationHasTreaty ?treaty. ?treaty :name ?TreatyName; :workPackagedThingHasWorkPackage ?WorkPackage. OPTIONAL { ?treaty :treatyHasCountrySeriesMembership ?treatyHasCountrySeriesMembership . ?treatyHasCountrySeriesMembership :seriesItemCitation ?countrySeriesItemCitation . } OPTIONAL { ?treaty :treatyHasEuropeanUnionSeriesMembership ?treatyHasEuropeanUnionSeriesMembership . ?treatyHasEuropeanUnionSeriesMembership :seriesItemCitation ?europeanSeriesItemCitation . } OPTIONAL { ?treaty :treatyHasMiscellaneousSeriesMembership ?treatyHasMiscellaneousSeriesMembership . ?treatyHasMiscellaneousSeriesMembership :seriesItemCitation ?miscSeriesItemCitation . } filter (?Organisations in (id:eup4DwE5)) }
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 ?treaty ?TreatyName ?treatyHasCountrySeriesMembership ?countrySeriesItemCitation ?treatyHasEuropeanUnionSeriesMembership ?europeanSeriesItemCitation ?treatyHasMiscellaneousSeriesMembership ?miscSeriesItemCitation WHERE { { ?Organisations a :GovernmentOrganisation.} UNION { ?Organisations a :ArmsLengthBody. } ?Organisations :name ?Name; :leadGovernmentOrganisationHasTreaty ?treaty. ?treaty :name ?TreatyName; :workPackagedThingHasWorkPackage ?WorkPackage. OPTIONAL { ?treaty :treatyHasCountrySeriesMembership ?treatyHasCountrySeriesMembership . ?treatyHasCountrySeriesMembership :seriesItemCitation ?countrySeriesItemCitation . } OPTIONAL { ?treaty :treatyHasEuropeanUnionSeriesMembership ?treatyHasEuropeanUnionSeriesMembership . ?treatyHasEuropeanUnionSeriesMembership :seriesItemCitation ?europeanSeriesItemCitation . } OPTIONAL { ?treaty :treatyHasMiscellaneousSeriesMembership ?treatyHasMiscellaneousSeriesMembership . ?treatyHasMiscellaneousSeriesMembership :seriesItemCitation ?miscSeriesItemCitation . } filter (?Organisations in (id:eup4DwE5)) } order by ?TreatyName offset 0 limit 20