next
previous
items

Data table via SPARQL

Albania - Municipal waste generated per capita

Data table via SPARQL Published 15 Jan 2015 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 country value
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Albania" "192"^^<http://www.w3.org/2001/XMLSchema#int>
"2012"^^<http://www.w3.org/2001/XMLSchema#int> "Albania" "262"^^<http://www.w3.org/2001/XMLSchema#int>

Received 2 rows in 0.001 seconds.


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

SELECT DISTINCT 
?date
?country
?value
 {
    ?s foaf:page ?page .
    {
        SELECT
        2004 as ?date
        'Albania' as ?country
        192 as ?value
        WHERE {}
    } UNION {
        SELECT
        2012 as ?date
        'Albania' as ?country
        262 as ?value
        WHERE {}
    }
}


Permalinks

Document Actions