next
previous
items

Data table via SPARQL

Efficiency (electricity and heat) production from conventional thermal plants

Data table via SPARQL Published 18 Nov 2013 Last modified 26 Aug 2017
This is an old version, kept for reference only.

Go to latest version
Topics:
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 2011 delta_2005_2011 delta_1990_2011
"France"@en "38.8"^^<http://www.w3.org/2001/XMLSchema#decimal> "57.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "54.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "-2.799999999999997"^^<http://www.w3.org/2001/XMLSchema#double> "15.900000000000006"^^<http://www.w3.org/2001/XMLSchema#double>
"Austria"@en "50.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "61.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "62.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "0.7000000000000028"^^<http://www.w3.org/2001/XMLSchema#double> "11.600000000000001"^^<http://www.w3.org/2001/XMLSchema#double>
"Euro area (15 countries)"@en "41.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "52.8"^^<http://www.w3.org/2001/XMLSchema#decimal> "50.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "-2.5"^^<http://www.w3.org/2001/XMLSchema#double> "8.599999999999994"^^<http://www.w3.org/2001/XMLSchema#double>
"Sweden"@en "87.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "89.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "88.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "-1.2000000000000028"^^<http://www.w3.org/2001/XMLSchema#double> "1.0999999999999943"^^<http://www.w3.org/2001/XMLSchema#double>
"Ireland"@en "38.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "43.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "47"^^<http://www.w3.org/2001/XMLSchema#decimal> "3.799999999999997"^^<http://www.w3.org/2001/XMLSchema#double> "8.600000000000001"^^<http://www.w3.org/2001/XMLSchema#double>
"European Union (27 countries)"@en "45.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "52.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "50.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "-1.6999999999999957"^^<http://www.w3.org/2001/XMLSchema#double> "5.200000000000003"^^<http://www.w3.org/2001/XMLSchema#double>
"Spain"@en "36.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "46.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "46.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "-0.20000000000000284"^^<http://www.w3.org/2001/XMLSchema#double> "9.899999999999999"^^<http://www.w3.org/2001/XMLSchema#double>
"Latvia"@en "74.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "83.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "82.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "-0.8999999999999915"^^<http://www.w3.org/2001/XMLSchema#double> "7.800000000000011"^^<http://www.w3.org/2001/XMLSchema#double>
"Euro area (13 countries)"@en "41.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "53"^^<http://www.w3.org/2001/XMLSchema#decimal> "50.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "-2.6000000000000014"^^<http://www.w3.org/2001/XMLSchema#double> "8.699999999999996"^^<http://www.w3.org/2001/XMLSchema#double>
"Cyprus"@en "32.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "34.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "36.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "1.5"^^<http://www.w3.org/2001/XMLSchema#double> "3.5"^^<http://www.w3.org/2001/XMLSchema#double>

Received 44 rows in 0.005 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/efficiency-electricity-and-heat-production-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 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 i_ng: <http://rdfdata.eionet.europa.eu/eurostat/dic/indic_nrg#>
PREFIX unit: <http://rdfdata.eionet.europa.eu/eurostat/dic/unit#>
PREFIX geo: <http://rdfdata.eionet.europa.eu/eurostat/dic/geo#>


SELECT
#?country as ?ugeo
bif:either (?ugeo = 'DE', 'Germany', ?country) as ?ugeo
?1990
?2005

?2011
(xsd:double(?2011)-xsd:double(?2005)) as ?delta_2005_2011
(xsd:double(?2011)-xsd:double(?1990)) as ?delta_1990_2011
{{
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 = 2011, sum(?efficiency_rate),0) AS ?2011

{{
SELECT DISTINCT
    ?country
    year(?date) as ?year
    (round((((sum(?nrg_105a)+sum(?nrg_106a)+sum(?nrg_100a_B_101109)))/
((sum(?nrg_100a_B_101001))+sum(?nrg_100a_B_101009)))*1000))/10.0 as ?efficiency_rate
?ugeo
  WHERE {{
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_105a.rdf.gz> { 
    {
    _:nrg_105a sdmx-dimension:timePeriod ?date .
    _:nrg_105a property:indic_nrg i_ng:B_101101 . 
    _:nrg_105a property:geo ?geo . 
    _:nrg_105a property:unit unit:1000TOE . 
    OPTIONAL { _:nrg_105a sdmx-measure:obsValue ?nrg_105a . }
    } UNION {
    
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_106a.rdf.gz> { 
    {    
    _:nrg_106a sdmx-dimension:timePeriod ?date .
    _:nrg_106a property:indic_nrg i_ng:B_101101 . 
    _:nrg_106a property:geo ?geo . 
    _:nrg_106a property:unit unit:1000TOE . 
    OPTIONAL { _:nrg_106a sdmx-measure:obsValue ?nrg_106a . }
    }}

    } UNION {
    
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_100a.rdf.gz> { 
    {    
    _:nrg_100a sdmx-dimension:timePeriod ?date .
    _:nrg_100a property:geo ?geo  . 
    _:nrg_100a property:unit unit:1000TOE . 
    {
    _:nrg_100a property:indic_nrg i_ng:B_101109 . 
    OPTIONAL { _:nrg_100a sdmx-measure:obsValue ?nrg_100a_B_101109 . }
    } UNION {
    _:nrg_100a property:indic_nrg i_ng:B_101001 . 
    OPTIONAL { _:nrg_100a sdmx-measure:obsValue ?nrg_100a_B_101001 . }
    } UNION {
    _:nrg_100a property:indic_nrg i_ng:B_101009 . 
    OPTIONAL { _:nrg_100a sdmx-measure:obsValue ?nrg_100a_B_101009 . }
    }

    }} 
 }} ?geo skos:notation ?ugeo .
    ?geo skos:prefLabel ?country .
}}  GROUP BY ?date ?ugeo ?eeageo ?memberOf ?country
    ORDER BY ?date ?ugeo
}}
}} ORDER BY ?country


Permalinks

Topics

Topics:

Tags

Filed under:
Filed under: electricity, heat
Document Actions