next
previous
items

Data table via SPARQL

Albania - Municipal waste generated per capita

Data table via SPARQL Published 25 Apr 2016 Last modified 28 May 2016

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>
"2014"^^<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-1/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
        2014 as ?date
        'Albania' as ?country
        262 as ?value
        WHERE {}
    }
}


Permalinks

Document Actions