next
previous
items

Data table via SPARQL

Total municipal waste recycled in each European country, stated in percentage, gap fill

Data table via SPARQL Published 02 Mar 2018 Last modified 24 Jun 2020
29 min read
This is an old version, kept for reference only.

Go to latest version

Download this dataset

Dataset preview

(Live Query)

date_original date ugeo value
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "2004"^^<http://www.w3.org/2001/XMLSchema#int> "Czech Republic" "12"^^<http://www.w3.org/2001/XMLSchema#int>
"2016"^^<http://www.w3.org/2001/XMLSchema#int> "2016"^^<http://www.w3.org/2001/XMLSchema#int> "Czech Republic" "38.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "2004"^^<http://www.w3.org/2001/XMLSchema#int> "Turkey" "1"^^<http://www.w3.org/2001/XMLSchema#int>
"2012"^^<http://www.w3.org/2001/XMLSchema#int> "2016"^^<http://www.w3.org/2001/XMLSchema#int> "Turkey" "9"^^<http://www.w3.org/2001/XMLSchema#int>
"2003"^^<http://www.w3.org/2001/XMLSchema#int> "2004"^^<http://www.w3.org/2001/XMLSchema#int> "Iceland" "16"^^<http://www.w3.org/2001/XMLSchema#int>
"2015"^^<http://www.w3.org/2001/XMLSchema#int> "2016"^^<http://www.w3.org/2001/XMLSchema#int> "Iceland" "34"^^<http://www.w3.org/2001/XMLSchema#int>
"2016"^^<http://www.w3.org/2001/XMLSchema#int> "2016"^^<http://www.w3.org/2001/XMLSchema#int> "Montenegro" "4.5"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 7 rows in 0.001 seconds.


https://eea.europa.eu./data-and-maps/daviz/sds/total-municipal-waste-recycled-in-5/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 property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/> 
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/> 
PREFIX wst: <http://dd.eionet.europa.eu/vocabulary/eurostat/wst_oper/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#> 

SELECT
?date_original
?date
?ugeo
?value
WHERE {{
 GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_wasmun.rdf.gz> { 
        { 
	{ SELECT 
             2004 as ?date 
             2004 as ?date_original 
             geo:CZ as ?geo         
             12 as ?value {}}
	} UNION { 
	  { SELECT 
            2016 as ?date
            2016 as ?date_original
            geo:CZ as ?geo
            38.1 as ?value {}}
	} UNION { 
	  { SELECT 
             2004 as ?date 
             2004 as ?date_original 
             geo:TR as ?geo         
             1 as ?value {}}
	} UNION { 
	  { SELECT 
            2016 as ?date
            2012 as ?date_original
            geo:TR as ?geo
            9 as ?value {}}
	} UNION { 
	  { SELECT
             2004 as ?date 
             2003 as ?date_original 
             geo:IS as ?geo         
             16 as ?value {}}
	} UNION { 
	  { SELECT
            2016 as ?date
            2015 as ?date_original
            geo:IS as ?geo
            34 as ?value {}}
	} UNION { 
	  { SELECT
            2016 as ?date
            2016 as ?date_original
            geo:ME as ?geo
            4.5 as ?value {}}
	}
   }}
  ?geo rdfs:label ?ugeo .
}


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: municipal waste
Document Actions