next
previous
items

Data table via SPARQL

Efficiency (electricity and heat) production from conventional thermal plants - country groups

Data table via SPARQL Published 18 Nov 2013 Last modified 01 Feb 2016
Topics:

Download this dataset

Dataset preview

(Live Query)

ugeo 1990 2005 2011 delta_2005_2011 delta_1990_2011
"EU15" "41.8"^^<http://www.w3.org/2001/XMLSchema#decimal> "52.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "50.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "-1.6000000000000014"^^<http://www.w3.org/2001/XMLSchema#double> "9.100000000000001"^^<http://www.w3.org/2001/XMLSchema#double>
"NMS12" "53.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "51.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "49.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "-1.3000000000000043"^^<http://www.w3.org/2001/XMLSchema#double> "-3.200000000000003"^^<http://www.w3.org/2001/XMLSchema#double>
"WB7" "47.8"^^<http://www.w3.org/2001/XMLSchema#decimal> "46.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "47.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "0.5"^^<http://www.w3.org/2001/XMLSchema#double> "-0.3999999999999986"^^<http://www.w3.org/2001/XMLSchema#double>
"NMS13" "53.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "51.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "50"^^<http://www.w3.org/2001/XMLSchema#decimal> "-1.2999999999999972"^^<http://www.w3.org/2001/XMLSchema#double> "-3.1000000000000014"^^<http://www.w3.org/2001/XMLSchema#double>
"EU12" "40.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "51"^^<http://www.w3.org/2001/XMLSchema#decimal> "49"^^<http://www.w3.org/2001/XMLSchema#decimal> "-2.0"^^<http://www.w3.org/2001/XMLSchema#double> "8.399999999999999"^^<http://www.w3.org/2001/XMLSchema#double>
"WB6" "47.8"^^<http://www.w3.org/2001/XMLSchema#decimal> "46.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "47.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "0.5"^^<http://www.w3.org/2001/XMLSchema#double> "-0.3999999999999986"^^<http://www.w3.org/2001/XMLSchema#double>
"EEA33" "45.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "52"^^<http://www.w3.org/2001/XMLSchema#decimal> "50.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "-1.6000000000000014"^^<http://www.w3.org/2001/XMLSchema#double> "5.199999999999996"^^<http://www.w3.org/2001/XMLSchema#double>
"EU27" "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>
"EU28" "45.5"^^<http://www.w3.org/2001/XMLSchema#decimal> "52.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "50.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "-1.5999999999999943"^^<http://www.w3.org/2001/XMLSchema#double> "5.200000000000003"^^<http://www.w3.org/2001/XMLSchema#double>
"EEA32" "45.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "52"^^<http://www.w3.org/2001/XMLSchema#decimal> "50.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "-1.6000000000000014"^^<http://www.w3.org/2001/XMLSchema#double> "5.199999999999996"^^<http://www.w3.org/2001/XMLSchema#double>

Received 16 rows in 0.043 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/efficiency-electricity-and-heat-production-3/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
?memberOfcode 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
 ?memberOfcode
 bif:either(?year = 1990, sum(?efficiency_rate),0) AS ?1990
 bif:either(?year = 2005, sum(?efficiency_rate),0) AS ?2005
 bif:either(?year = 2010, sum(?efficiency_rate),0) AS ?2010
 bif:either(?year = 2011, sum(?efficiency_rate),0) AS ?2011
  {{
  SELECT DISTINCT
    ?memberOfcode
    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

    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 .
    ?eeageo owl:sameAs ?geo .
    ?eeageo skos:inScheme <http://rdfdata.eionet.europa.eu/eea/countries/> .
    ?memberOf skos:member ?eeageo .
    ?memberOf skos:notation ?memberOfcode .

  }}  GROUP BY ?date ?memberOfcode 
 }}
}}


Permalinks

Topics

Topics:

Tags

Filed under:
Filed under: energy, heat
Document Actions