next
previous
items

Data table via SPARQL

Trend in WEEE recycled/reused

Data table via SPARQL Published 22 Aug 2016 Last modified 27 Oct 2016

Download this dataset

Dataset preview

(Live Query)

date ugeo obsValue
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "1.714"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2006"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "6.019"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2007"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "6.12"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2008"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "7.159"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2009"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "7.158"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2010"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "7.096"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2011"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "7.332"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2012"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "7.344"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2013"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "7.158"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "4.803"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 227 rows in 0.033 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/trend-in-weee-recycled-2/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 tableFile: <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/wst003/2014/env_waselee_CH_gap_filling_WEE_reused_recycled.csv#>
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
PREFIX sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX wst_oper: <http://dd.eionet.europa.eu/vocabulary/eurostat/wst_oper/>
PREFIX waste: <http://dd.eionet.europa.eu/vocabulary/eurostat/waste/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX common_countries: <http://dd.eionet.europa.eu/vocabulary/common/countries/>

SELECT 
year(?date) as ?date 
?ugeo
?obsValue

WHERE { 
    {
      GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/env_waselee.rdf.gz> { 
        { 
        _:env_waselee sdmx-dimension:timePeriod ?date . 
        _:env_waselee sdmx-attribute:unitMeasure unit:KG_HAB .
        _:env_waselee property:waste waste:TOTAL .
        _:env_waselee sdmx-dimension:refArea ?geo .
        _:env_waselee property:wst_oper wst_oper:RCY_REU .
        _:env_waselee sdmx-measure:obsValue ?obsValue .      

        } 
    } 
    ?geo skos:exactMatch ?eeauri .
    ?eeauri skos:inScheme common_countries: .
    ?eeauri rdfs:label ?ugeo .
  }
} 
order by ?ugeo ?date


Permalinks

Document Actions