next
previous
items

Data table via SPARQL

Efficiency of autoproducers conventional thermal power production in 2005 and 2012

Data table via SPARQL Published 10 Dec 2014 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)

ugeo 1990 2005 2012 delta_2005_2012 delta_1990_2012
"Belgium" "32.9"^^<http://www.w3.org/2001/XMLSchema#double> "60.5"^^<http://www.w3.org/2001/XMLSchema#double> "169.0"^^<http://www.w3.org/2001/XMLSchema#double> "108.0"^^<http://www.w3.org/2001/XMLSchema#double> "136.0"^^<http://www.w3.org/2001/XMLSchema#double>
"Bulgaria" "315.9"^^<http://www.w3.org/2001/XMLSchema#double> "40.2"^^<http://www.w3.org/2001/XMLSchema#double> "73.7"^^<http://www.w3.org/2001/XMLSchema#double> "34.0"^^<http://www.w3.org/2001/XMLSchema#double> "-242.0"^^<http://www.w3.org/2001/XMLSchema#double>
"Cyprus" "0.0"^^<http://www.w3.org/2001/XMLSchema#double> "42.1"^^<http://www.w3.org/2001/XMLSchema#double> "58.8"^^<http://www.w3.org/2001/XMLSchema#double> "17.0"^^<http://www.w3.org/2001/XMLSchema#double> "59.0"^^<http://www.w3.org/2001/XMLSchema#double>
"Hungary" "69.1"^^<http://www.w3.org/2001/XMLSchema#double> "56.3"^^<http://www.w3.org/2001/XMLSchema#double> "69.8"^^<http://www.w3.org/2001/XMLSchema#double> "14.0"^^<http://www.w3.org/2001/XMLSchema#double> "1.0"^^<http://www.w3.org/2001/XMLSchema#double>
"Croatia" "53.9"^^<http://www.w3.org/2001/XMLSchema#double> "47.1"^^<http://www.w3.org/2001/XMLSchema#double> "59.5"^^<http://www.w3.org/2001/XMLSchema#double> "13.0"^^<http://www.w3.org/2001/XMLSchema#double> "6.0"^^<http://www.w3.org/2001/XMLSchema#double>
"Ireland" "35.2"^^<http://www.w3.org/2001/XMLSchema#double> "52.2"^^<http://www.w3.org/2001/XMLSchema#double> "62.9"^^<http://www.w3.org/2001/XMLSchema#double> "11.0"^^<http://www.w3.org/2001/XMLSchema#double> "28.0"^^<http://www.w3.org/2001/XMLSchema#double>
"Poland" "69.7"^^<http://www.w3.org/2001/XMLSchema#double> "69.0"^^<http://www.w3.org/2001/XMLSchema#double> "76.7"^^<http://www.w3.org/2001/XMLSchema#double> "8.0"^^<http://www.w3.org/2001/XMLSchema#double> "7.0"^^<http://www.w3.org/2001/XMLSchema#double>
"Denmark" "46.3"^^<http://www.w3.org/2001/XMLSchema#double> "71.1"^^<http://www.w3.org/2001/XMLSchema#double> "77.2"^^<http://www.w3.org/2001/XMLSchema#double> "6.0"^^<http://www.w3.org/2001/XMLSchema#double> "31.0"^^<http://www.w3.org/2001/XMLSchema#double>
"Finland" "55.6"^^<http://www.w3.org/2001/XMLSchema#double> "74.4"^^<http://www.w3.org/2001/XMLSchema#double> "78.8"^^<http://www.w3.org/2001/XMLSchema#double> "5.0"^^<http://www.w3.org/2001/XMLSchema#double> "23.0"^^<http://www.w3.org/2001/XMLSchema#double>
"Slovenia" "58.8"^^<http://www.w3.org/2001/XMLSchema#double> "61.0"^^<http://www.w3.org/2001/XMLSchema#double> "65.7"^^<http://www.w3.org/2001/XMLSchema#double> "5.0"^^<http://www.w3.org/2001/XMLSchema#double> "7.0"^^<http://www.w3.org/2001/XMLSchema#double>

Received 36 rows in 0.025 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/efficiency-of-autoproducers-conventional-thermal/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 owl: <http://www.w3.org/2002/07/owl#>
PREFIX sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#> 
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#> 
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#> 
PREFIX indic_nrg: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_nrg/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX product: <http://dd.eionet.europa.eu/vocabulary/eurostat/product/>
PREFIX sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#> 

SELECT
bif:either (?ugeo = 'DE', 'Germany', ?country) as ?ugeo
sum(xsd:double(?1990)) as ?1990
sum(xsd:double(?2005)) as ?2005
sum(xsd:double(?2012)) as ?2012
(xsd:double(sum(?2012))-xsd:double(sum(?2005))) as ?delta_2005_2012
(xsd:double(sum(?2012))-xsd:double(sum(?1990))) as ?delta_1990_2012
{{
SELECT
?country
?ugeo
bif:either(?year = 1990, sum(?efficiency_rate),0) AS ?1990
bif:either(?year = 2005, sum(?efficiency_rate),0) AS ?2005
bif:either(?year = 2009, sum(?efficiency_rate),0) AS ?2009
bif:either(?year = 2010, sum(?efficiency_rate),0) AS ?2010
bif:either(?year = 2012, sum(?efficiency_rate),0) AS ?2012
{{
SELECT DISTINCT
    ?country
    ?ugeo
    year(?date) as ?year
    #sum(?nrg_100a_6000_5200)
    #sum(?nrg_100a_0000)
    round(( ( sum(?nrg_100a_6000_5200) ) / ( sum(?nrg_100a_0000) ) )*1000)/10.0 as ?efficiency_rate
  WHERE {{
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_100a.rdf.gz> { 
    {    
    _:nrg_100a sdmx-dimension:timePeriod ?date .
    _:nrg_100a sdmx-dimension:refArea ?geo  . 
    _:nrg_100a sdmx-attribute:unitMeasure unit:1000TOE .
    
    {
      _:nrg_100a property:product ?product . FILTER (?product in (product:6000, product:5200 ))
      _:nrg_100a property:indic_nrg indic_nrg:B_101122 . 
      _:nrg_100a sdmx-measure:obsValue ?nrg_100a_6000_5200 .
    } UNION {
      _:nrg_100a property:product product:0000 .
      _:nrg_100a property:indic_nrg indic_nrg:B_101022 . 
     _:nrg_100a sdmx-measure:obsValue ?nrg_100a_0000 .
    }
 }} ?geo skos:notation ?ugeo .
    ?geo skos:prefLabel ?country .
}}
GROUP BY ?country ?date ?ugeo
HAVING sum(?nrg_100a_0000) > 0
}}
}} 
ORDER BY desc(?delta_2005_2012) ?country ?date 


Permalinks

Document Actions