next
previous
items

Data table via SPARQL

Average annual growth rates of renewable energy in electricity consumption, EU28, 2011-2012

Data table via SPARQL Published 24 Nov 2014 Last modified 01 Feb 2016

Download this dataset

Dataset preview

(Live Query)

period tide_wave_and_ocean solar_thermal geothermal_energy municipal_waste_renewable hydro_power solid_biofuels wind biogas_and_biofuels solar_photovoltaic renweable_energies
"2011-2012" "-3.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "92.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "-2"^^<http://www.w3.org/2001/XMLSchema#decimal> "3.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "7.8"^^<http://www.w3.org/2001/XMLSchema#decimal> "9.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "14.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "21.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "48.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "0.6"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 1 rows in 0.027 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/average-annual-growth-rates-of-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



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 skos: <http://www.w3.org/2004/02/skos/core#> 
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX geo: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>
PREFIX unit: <http://rdfdata.eionet.europa.eu/eurostat/dic/unit#>
PREFIX product: <http://dd.eionet.europa.eu/vocabulary/eurostat/product/>
PREFIX indic_nrg: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_nrg/>

SELECT
'2011-2012' as ?period 
if(sum(?tide_wave_and_ocean_first_year) != 0, round(((bif:power((sum(?tide_wave_and_ocean_last_year)/sum(?tide_wave_and_ocean_first_year)),(1/1.0)))-1)*1000)/10.0, '') as ?tide_wave_and_ocean
if(sum(?solar_thermal_first_year) != 0, round(((bif:power((sum(?solar_thermal_last_year)/sum(?solar_thermal_first_year)),(1/1.0)))-1)*1000)/10.0, '') as ?solar_thermal
if(sum(?geothermal_energy_first_year) != 0, round(((bif:power((sum(?geothermal_energy_last_year)/sum(?geothermal_energy_first_year)),(1/1.0)))-1)*1000)/10.0, '') as ?geothermal_energy
if(sum(?municipal_waste_renewable_first_year) != 0, round(((bif:power((sum(?municipal_waste_renewable_last_year)/sum(?municipal_waste_renewable_first_year)),(1/1.0)))-1)*1000)/10.0, '') as ?municipal_waste_renewable
if(sum(?hydro_power_first_year) != 0, round(((bif:power((sum(?hydro_power_last_year)/sum(?hydro_power_first_year)),(1/1.0)))-1)*1000)/10.0, '') as ?hydro_power
if(sum(?solid_biofuels_first_year) != 0, round(((bif:power((sum(?solid_biofuels_last_year)/sum(?solid_biofuels_first_year)),(1/1.0)))-1)*1000)/10.0, '') as ?solid_biofuels
if(sum(?wind_first_year) != 0, round(((bif:power((sum(?wind_last_year)/sum(?wind_first_year)),(1/1.0)))-1)*1000)/10.0, '') as ?wind
if(sum(?biogas_and_biofuels_first_year) != 0, round(((bif:power((sum(?biogas_and_biofuels_last_year)/sum(?biogas_and_biofuels_first_year)),(1/1.0)))-1)*1000)/10.0, '') as ?biogas_and_biofuels
if(sum(?solar_photovoltaic_first_year) != 0, round(((bif:power((sum(?solar_photovoltaic_last_year)/sum(?solar_photovoltaic_first_year)),(1/1.0)))-1)*1000)/10.0, '') as ?solar_photovoltaic

round(((bif:power(((sum(?tide_wave_and_ocean_last_year)+sum(?solar_thermal_last_year)+sum(?geothermal_energy_last_year)+sum(?municipal_waste_renewable_last_year)+sum(?hydro_power_last_year)+sum(?solid_biofuels_last_year)+sum(?wind_last_year)+sum(?biogas_and_biofuels_last_year)+sum(?solar_photovoltaic_last_year))/(sum(?tide_wave_and_ocean_first_year)+sum(?solar_thermal_first_year)+sum(?geothermal_energy_first_year)+sum(?municipal_waste_renewable_first_year)+sum(?hydro_power_first_year)+sum(?solid_biofuels_first_year)+sum(?wind_first_year)+sum(?biogas_and_biofuels_first_year)+sum(?solar_photovoltaic_first_year))),(1/22.0)))-1)*1000)/10.0 as ?renweable_energies

WHERE {
{  
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_105a.rdf.gz> 
  {
    _:nrg_105a sdmx-dimension:timePeriod ?date . FILTER (year(?date) in (2011))
    _:nrg_105a sdmx-dimension:refArea geo:EU28 . 
    _:nrg_105a property:product product:6000 . 
    _:nrg_105a sdmx-attribute:unitMeasure unit:GWH .
    
    {     
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:15_107044, indic_nrg:15_107045)) 
      _:nrg_105a sdmx-measure:obsValue ?tide_wave_and_ocean_first_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:14_1070421, indic_nrg:14_1070431)) 
      _:nrg_105a sdmx-measure:obsValue ?solar_photovoltaic_first_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:14_1070422, indic_nrg:14_1070432)) 
      _:nrg_105a sdmx-measure:obsValue ?solar_thermal_first_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:15_107038, indic_nrg:15_107039, indic_nrg:15_107040, indic_nrg:15_107041)) 
      _:nrg_105a sdmx-measure:obsValue ?geothermal_energy_first_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:22_108911, indic_nrg:22_108912, indic_nrg:22_108913, indic_nrg:22_108914)) 
      _:nrg_105a sdmx-measure:obsValue ?municipal_waste_renewable_first_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:15_107034, indic_nrg:15_107035)) 
      _:nrg_105a sdmx-measure:obsValue ?hydro_power_first_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:22_108931, indic_nrg:22_108932, indic_nrg:22_108933, indic_nrg:22_108934)) 
      _:nrg_105a sdmx-measure:obsValue ?solid_biofuels_first_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:15_107046, indic_nrg:15_107047)) 
      _:nrg_105a sdmx-measure:obsValue ?wind_first_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:22_108941, indic_nrg:22_108942, indic_nrg:22_108943, indic_nrg:22_108944, indic_nrg:22_108951, indic_nrg:22_108952, indic_nrg:22_108953, indic_nrg:22_108954, indic_nrg:22_108971, indic_nrg:22_108972, indic_nrg:22_108973, indic_nrg:22_108974)) 
      _:nrg_105a sdmx-measure:obsValue ?biogas_and_biofuels_first_year .
    }
  } 
 } UNION {
 GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_105a.rdf.gz> 
  {
    _:nrg_105a sdmx-dimension:timePeriod ?date . FILTER (year(?date) in (2012))
    _:nrg_105a sdmx-dimension:refArea geo:EU28 . 
    _:nrg_105a property:product product:6000 . 
    _:nrg_105a sdmx-attribute:unitMeasure unit:GWH .
    _:nrg_105a property:indic_nrg ?indic_nrg .
    {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:15_107044, indic_nrg:15_107045)) 
      _:nrg_105a sdmx-measure:obsValue ?tide_wave_and_ocean_last_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:14_1070422, indic_nrg:14_1070432)) 
      _:nrg_105a sdmx-measure:obsValue ?solar_thermal_last_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:14_1070421, indic_nrg:14_1070431)) 
      _:nrg_105a sdmx-measure:obsValue ?solar_photovoltaic_last_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:15_107038, indic_nrg:15_107039, indic_nrg:15_107040, indic_nrg:15_107041)) 
      _:nrg_105a sdmx-measure:obsValue ?geothermal_energy_last_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:22_108911, indic_nrg:22_108912, indic_nrg:22_108913, indic_nrg:22_108914)) 
      _:nrg_105a sdmx-measure:obsValue ?municipal_waste_renewable_last_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:15_107034, indic_nrg:15_107035)) 
      _:nrg_105a sdmx-measure:obsValue ?hydro_power_last_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:22_108931, indic_nrg:22_108932, indic_nrg:22_108933, indic_nrg:22_108934)) 
      _:nrg_105a sdmx-measure:obsValue ?solid_biofuels_last_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:15_107046, indic_nrg:15_107047)) 
      _:nrg_105a sdmx-measure:obsValue ?wind_last_year .
    } UNION {
      _:nrg_105a property:indic_nrg ?indic_nrg .
      FILTER (?indic_nrg in (indic_nrg:22_108941, indic_nrg:22_108942, indic_nrg:22_108943, indic_nrg:22_108944, indic_nrg:22_108951, indic_nrg:22_108952, indic_nrg:22_108953, indic_nrg:22_108954, indic_nrg:22_108971, indic_nrg:22_108972, indic_nrg:22_108973, indic_nrg:22_108974)) 
      _:nrg_105a sdmx-measure:obsValue ?biogas_and_biofuels_last_year .
    }
  } 
 }
}


Permalinks

Document Actions