next
previous
items

Data table via SPARQL

Waste generation per capita

Data table via SPARQL Published 27 Sep 2016 Last modified 26 Aug 2017
This is an old version, kept for reference only.

Go to latest version
This page was archived on 26 Aug 2017 with reason: A new version has been published

Download this dataset

Dataset preview

(Live Query)

date ugeo obsValue
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "2853"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2006"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "2752"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2008"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "2754"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2010"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "1903"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2012"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "1735"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "3285"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2006"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "3222"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2008"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "2413"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2010"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "4293"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2012"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "4999"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 165 rows in 0.003 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/waste-generation-per-capita/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.

Are you new to Linked Data technology? visit http://linkeddata.org



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 skos: <http://www.w3.org/2004/02/skos/core#> 
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX common_countries: <http://dd.eionet.europa.eu/vocabulary/common/countries/>

SELECT DISTINCT
year(?date) as ?date
?ugeo
?obsValue
WHERE {{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/tsdpc210.rdf.gz> 
  {{
    _:tsdpc210 sdmx-dimension:timePeriod ?date . 
    _:tsdpc210 property:nace_r2 ?nace_r2 . 
    _:tsdpc210 property:hazard ?hazard . 
    _:tsdpc210 property:waste ?waste . 
    _:tsdpc210 sdmx-dimension:refArea ?geo . 
    _:tsdpc210 sdmx-attribute:unitMeasure ?unit . 
    _:tsdpc210 sdmx-measure:obsValue ?obsValue .
  }}
  ?geo skos:exactMatch ?eeauri .
  ?eeauri skos:inScheme common_countries: .
  ?eeauri rdfs:label ?ugeo .
}}
ORDER BY ?ugeo ?date


Permalinks

Document Actions