next
previous
items

Data table via SPARQL

Dump of all ELV Waste observations

Data table via SPARQL Published 02 Apr 2012 Last modified 25 Jan 2023

Download this dataset

Dataset preview

(Live Query)

wst_oper waste geo time obsvalue unit

Received 0 rows in 0.032 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/dump-of-all-elv-waste-observations/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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX qb: <http://purl.org/linked-data/cube#>
PREFIX e: <http://ontologycentral.com/2009/01/eurostat/ns#>
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>

SELECT ?wst_oper ?waste ?geo ?time ?obsvalue ?unit WHERE {
  ?subj qb:dataset <http://eurostat.linked-statistics.org/data/env_waselv> ;
        e:wst_oper ?wst_oper; 
        e:waste ?waste; 
        e:unit ?uunit;
        e:geo ?ugeo;
        e:time ?utime;
        sdmx-measure:obsValue ?obsvalue.
  ?ugeo rdfs:label ?geo.
  ?utime rdfs:label ?time.
OPTIONAL {  ?uunit rdfs:label ?unit }
}


Permalinks

Document Actions