All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesDo something for our planet, print this page only if needed. Even a small action can make an enormous difference when millions of people do it!
Data table via SPARQL
Received 15 rows in 0.002 seconds.
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.
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://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX product: <http://dd.eionet.europa.eu/vocabulary/eurostat/product/>
PREFIX indic_nrg: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_nrg/>
PREFIX rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
SELECT
?product_code
bif:either(?product_code = '5500', 'Total Renewable', ?product_label) as ?product_label
sum(?1990) as ?1990
sum(?2005) as ?2005
sum(?2010) as ?2010
sum(?2012) as ?2012
if(sum(?2010) != 0, round((((sum(?2012)/sum(?2010)))-1)*10000)/100.0, '') as ?2010_2012
if(sum(?2005) != 0, round(((bif:power((sum(?2012)/sum(?2005)),(1/7.0)))-1)*10000)/100.0, '') as ?2005_2012
if(sum(?1990) != 0, round(((bif:power((sum(?2012)/sum(?1990)),(1/22.0)))-1)*10000)/100.0, '') as ?1990_2012
{{
SELECT
?product_code
?product_label
bif:either (year(?date) = 1990, sum(?nrg_107a), 0) as ?1990
bif:either (year(?date) = 2005, sum(?nrg_107a), 0) as ?2005
bif:either (year(?date) = 2010, sum(?nrg_107a), 0) as ?2010
bif:either (year(?date) = 2012, sum(?nrg_107a), 0) as ?2012
WHERE {
{
GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_107a.rdf.gz>
{
_:nrg_107a sdmx-dimension:refArea geo:EU28 .
_:nrg_107a sdmx-attribute:unitMeasure unit:1000TOE .
_:nrg_107a sdmx-dimension:timePeriod ?date .
_:nrg_107a property:indic_nrg indic_nrg:B_100900 .
_:nrg_107a property:product ?product .
_:nrg_107a sdmx-measure:obsValue ?nrg_107a .
}
?product rdf-schema:label ?product_label .
?product skos:notation ?product_code .
}
}
GROUP BY ?product_label ?date ?product_code
}}
GROUP BY ?product_label ?product_code
ORDER BY ?product_code
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/annual-average-growth-rates-in or scan the QR code.
PDF generated on 23 Nov 2024, 10:23 AM
Engineered by: EEA Web Team
Software updated on 26 September 2023 08:13 from version 23.8.18
Software version: EEA Plone KGS 23.9.14
Document Actions
Share with others