next
previous
items

Data table via SPARQL

Municipal solid generation per capita

Data table via SPARQL Published 23 Mar 2015 Last modified 29 Jan 2016

Download this dataset

Dataset preview

(Live Query)

date ugeo env_wasmun
"1995"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "437"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1996"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "516"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1997"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "532"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1998"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "532"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1999"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "563"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2000"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "580"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2001"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "576"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2002"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "608"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2003"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "607"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "618"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 592 rows in 0.010 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/municipal-solid-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



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

SELECT DISTINCT
year(?date) as ?date
bif:either(?geo = geo:DE, 'Germany', ?ugeo) as ?ugeo
sum(?env_wasmun) as ?env_wasmun

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_oper:GEN . 
        _:env_wasmun sdmx-measure:obsValue ?env_wasmun .
  } 
  ?geo rdfs:label ?ugeo . 
  FILTER (?geo != geo:BA && ?geo != geo:MK && ?geo != geo:XK && ?geo != geo:ME && ?geo != geo:RS)
} 
GROUP BY ?date ?ugeo ?geo
ORDER BY ?ugeo ?date


Permalinks

Document Actions