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 13 Apr 2021 Last modified 19 Jan 2022
29 min read

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> "Czechia" "12"^^<http://www.w3.org/2001/XMLSchema#int>
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "2019"^^<http://www.w3.org/2001/XMLSchema#int> "Czechia" "38"^^<http://www.w3.org/2001/XMLSchema#int>
"2003"^^<http://www.w3.org/2001/XMLSchema#int> "2004"^^<http://www.w3.org/2001/XMLSchema#int> "Iceland" "18"^^<http://www.w3.org/2001/XMLSchema#int>
"2016"^^<http://www.w3.org/2001/XMLSchema#int> "2019"^^<http://www.w3.org/2001/XMLSchema#int> "Iceland" "33"^^<http://www.w3.org/2001/XMLSchema#int>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "2004"^^<http://www.w3.org/2001/XMLSchema#int> "Poland" "6"^^<http://www.w3.org/2001/XMLSchema#int>
"2017"^^<http://www.w3.org/2001/XMLSchema#int> "2019"^^<http://www.w3.org/2001/XMLSchema#int> "Poland" "34"^^<http://www.w3.org/2001/XMLSchema#int>

Received 6 rows in 0.050 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/total-municipal-waste-recycled-in-9/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 
            2019 as ?date
            2019 as ?date_original
            geo:CZ as ?geo
            38 as ?value {}}
	} UNION { 
	  { SELECT
             2004 as ?date 
             2003 as ?date_original 
             geo:IS as ?geo         
             18 as ?value {}}
	} UNION { 
	  { SELECT
            2019 as ?date
            2016 as ?date_original
            geo:IS as ?geo
            33 as ?value {}}
        } UNION { 
	  { SELECT
            2004 as ?date
            2005 as ?date_original
            geo:PL as ?geo
            6 as ?value {}}
        } UNION { 
	  { SELECT
            2019 as ?date
            2017 as ?date_original
            geo:PL 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 .
}


Filed under: municipal waste
Document Actions