Data table via SPARQL
Waste generation and decoupling - population
Download this dataset
Dataset preview
(Live Query)
Received 10 rows in 0.001 seconds.
https://www.eea.europa.eu/data-and-maps/daviz/sds/waste-generation-and-decoupling-population/daviz.json
For system integrators
The following info can be used by a system developer / database administrator in order to retrieve this dataset programmatically over the web using a SPARQL client.
http://semantic.eea.europa.eu/sparql
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
PREFIX sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#>
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX hazard: <http://dd.eionet.europa.eu/vocabulary/eurostat/hazard/>
PREFIX waste: <http://dd.eionet.europa.eu/vocabulary/eurostat/waste/>
PREFIX nace_r2: <http://dd.eionet.europa.eu/vocabulary/eurostat/nace_r2/>
PREFIX indic_de: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_de/>
SELECT DISTINCT
year(?date) as ?date
?ugeo
?label
round((sum(?obsValue)/sum(?obsValue_idx))*1000)/10.0 as ?index
{{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/demo_gind.rdf.gz>
{
_:demo_gind sdmx-dimension:timePeriod ?date .
_:demo_gind sdmx-dimension:refArea ?geo .
_:demo_gind property:indic_de ?indic_de .
_:demo_gind sdmx-measure:obsValue ?obsValue .
_:demo_gind_idx sdmx-dimension:timePeriod ?date_idx .
FILTER (year(?date_idx) = 2010)
_:demo_gind_idx sdmx-dimension:refArea ?geo .
_:demo_gind_idx property:indic_de ?indic_de .
_:demo_gind_idx sdmx-measure:obsValue ?obsValue_idx .
FILTER (?indic_de = indic_de:AVG)
}
}
?indic_de rdfs:label ?label .
?geo rdfs:label ?ugeo .
FILTER (?geo = geo:EU28)
FILTER (year(?date) >= 2010)
}
ORDER BY ?date
Permalinks
- Permalink to this version
- 38fa7cb40b0348d58c9a8ea5ecc1b6df
- Permalink to latest version
- JX8YMVPIBO
Geographic coverage
Temporal coverage
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/waste-generation-and-decoupling-population or scan the QR code.
PDF generated on 13 Aug 2022, 02:37 AM
Document Actions
Share with others