next
previous
items

Data table via SPARQL

Solar thermal component for Annual average growth rates in primary renewable energy consumption

Data table via SPARQL Published 06 Nov 2013 Last modified 01 Feb 2016

Download this dataset

Dataset preview

(Live Query)

label 2010_2011 2005_2011 1990_2011
"Solar - thermal" "22.69"^^<http://www.w3.org/2001/XMLSchema#decimal> "21.54"^^<http://www.w3.org/2001/XMLSchema#decimal> "14.12"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 1 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/solar-thermal-component-for-annual/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 skos: <http://www.w3.org/2004/02/skos/core#> 
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX g: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>
PREFIX u: <http://rdfdata.eionet.europa.eu/eurostat/dic/unit#>
PREFIX p: <http://rdfdata.eionet.europa.eu/eurostat/dic/product#>
PREFIX indic_nrg: <http://rdfdata.eionet.europa.eu/eurostat/dic/indic_nrg#>

SELECT
'Solar - thermal' as ?label
round((((sum(?solar_thermal_2011)/sum(?solar_thermal_2010)))-1)*10000)/100.0 as ?2010_2011
round(((bif:power((sum(?solar_thermal_2011)/sum(?solar_thermal_2005)),(1/6.0)))-1)*10000)/100.0 as ?2005_2011
round(((bif:power((sum(?solar_thermal_2011)/sum(?solar_thermal_1990)),(1/21.0)))-1)*10000)/100.0 as ?1990_2011

{{

SELECT
year(?date) as ?date
bif:either (year(?date) = 1990, (sum(?nrg_1071a_5530)-sum(?nrg_1072a_5534)), 0) as ?solar_thermal_1990
bif:either (year(?date) = 2005, (sum(?nrg_1071a_5530)-sum(?nrg_1072a_5534)), 0) as ?solar_thermal_2005
bif:either (year(?date) = 2010, (sum(?nrg_1071a_5530)-sum(?nrg_1072a_5534)), 0) as ?solar_thermal_2010
bif:either (year(?date) = 2011, (sum(?nrg_1071a_5530)-sum(?nrg_1072a_5534)), 0) as ?solar_thermal_2011

WHERE {
{  
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_1072a.rdf.gz> 
  {
  _:nrg_1072a property:geo g:EU27 .
  _:nrg_1072a property:unit u:1000TOE .
  _:nrg_1072a sdmx-dimension:timePeriod ?date .
  _:nrg_1072a property:indic_nrg indic_nrg:B_100900 .
  _:nrg_1072a property:product p:5534 .
  _:nrg_1072a sdmx-measure:obsValue ?nrg_1072a_5534 .
  }
} UNION {
  
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_1071a.rdf.gz> 
  {
  _:nrg_1071a property:geo g:EU27 .
  _:nrg_1071a property:unit u:1000TOE .
  _:nrg_1071a sdmx-dimension:timePeriod ?date .
  _:nrg_1071a property:indic_nrg indic_nrg:B_100900 .
  _:nrg_1071a property:product p:5530.
  _:nrg_1071a sdmx-measure:obsValue ?nrg_1071a_5530 .
  } 
  }  
 
}

}}


Permalinks

Document Actions