next
previous
items

Data table via SPARQL

MSW generation per capita

Data table via SPARQL Published 18 May 2017 Last modified 19 May 2017

Download this dataset

Dataset preview

(Live Query)

date ugeo obsValue
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "437"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "455"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "694"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "Cyprus" "595"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "Czech Republic" "302"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "Denmark" "521"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "Estonia" "371"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "European Union (27 countries)" "473"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "Finland" "413"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "France" "475"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 720 rows in 0.012 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/msw-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 property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/> 
PREFIX wst: <http://dd.eionet.europa.eu/vocabulary/eurostat/wst_oper/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>

SELECT
year(?date) as ?date
bif:either(?geo = geo:DE, "Germany", ?ugeo) as ?ugeo
sum(?obsValue) as ?obsValue 

WHERE { 
 GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_wasmun.rdf.gz> 
  { 
        _:env_wasmun sdmx-dimension:timePeriod ?date . 
	_:env_wasmun sdmx-dimension:refArea ?geo .
        _:env_wasmun sdmx-attribute:unitMeasure unit:KG_HAB .
        _:env_wasmun property:wst_oper wst:GEN .
        _:env_wasmun sdmx-measure:obsValue ?obsValue . 
  } 
  ?geo rdfs:label ?ugeo .
} 
GROUP BY ?date ?ugeo ?geo
ORDER BY ?date ?ugeo


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: municipal solid waste
Document Actions