next
previous
items

Data table via SPARQL

Share of renewable energy

Data table via SPARQL Published 25 Aug 2016 Last modified 27 Oct 2016
This is an old version, kept for reference only.

Go to latest version

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" "23.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "Share of renewable energy in transport" "2.4"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "Share of renewable energy in electricity" "61.8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "Share of renewable energy in heating and cooling" "21.4"^^<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> "Belgium" "Share of renewable energy in transport" "0.2"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "Share of renewable energy in electricity" "1.7"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "Share of renewable energy in heating and cooling" "2.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.4"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "Share of renewable energy in transport" "0.4"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 1320 rows in 0.021 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/share-of-renewable-energy-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

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/>
PREFIX common_countries: <http://dd.eionet.europa.eu/vocabulary/common/countries/>

SELECT DISTINCT
year(?date) as ?date
?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 skos:exactMatch ?eeauri .
 ?eeauri skos:inScheme common_countries: .
 ?eeauri rdfs:label ?ugeo .
}

order by ?date


Permalinks

Document Actions