next
previous
items

Data table via SPARQL

Share of renewable energy

Data table via SPARQL Published 03 Nov 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 ugeo indic_en_label obsValue
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "Share of renewable energy in gross final energy consumption" "22.7"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "Share of renewable energy in gross final energy consumption" "1.9"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "Share of renewable energy in gross final energy consumption" "9.5"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Cyprus" "Share of renewable energy in gross final energy consumption" "3.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Czech Republic" "Share of renewable energy in gross final energy consumption" "5.9"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Germany" "Share of renewable energy in gross final energy consumption" "5.8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Denmark" "Share of renewable energy in gross final energy consumption" "14.5"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Estonia" "Share of renewable energy in gross final energy consumption" "18.4"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Greece" "Share of renewable energy in gross final energy consumption" "6.9"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Spain" "Share of renewable energy in gross final energy consumption" "8.3"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 1200 rows in 0.023 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/share-of-renewable-energy/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 sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#> 
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>

SELECT DISTINCT
year(?date) as ?date
IF(?geo = geo:DE, 'Germany', ?ugeo) as ?ugeo
?indic_en_label
#?unit
?obsValue

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

 } 
 ?indic_en rdfs:label ?indic_en_label .
 ?geo rdfs:label ?ugeo .
}

order by ?date


Permalinks

Document Actions