next
previous
items

Data table via SPARQL

Total final energy intensity (2000=100), EU28

Data table via SPARQL Published 15 Jun 2015 Last modified 19 Apr 2016

Download this dataset

Dataset preview

(Live Query)

date sector index nrg_100a nama_gdp_k
"2000"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "100"^^<http://www.w3.org/2001/XMLSchema#decimal> "1130610.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "10128408"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2001"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "100"^^<http://www.w3.org/2001/XMLSchema#decimal> "1154039.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "10331500"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2002"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "98"^^<http://www.w3.org/2001/XMLSchema#decimal> "1141229"^^<http://www.w3.org/2001/XMLSchema#decimal> "10463178"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2003"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "99"^^<http://www.w3.org/2001/XMLSchema#decimal> "1171505"^^<http://www.w3.org/2001/XMLSchema#decimal> "10618860"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "97"^^<http://www.w3.org/2001/XMLSchema#decimal> "1185276.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "10892654"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "96"^^<http://www.w3.org/2001/XMLSchema#decimal> "1186435.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "11128703"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2006"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "92"^^<http://www.w3.org/2001/XMLSchema#decimal> "1187219.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "11503495"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2007"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "88"^^<http://www.w3.org/2001/XMLSchema#decimal> "1167751.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "11872177"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2008"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "88"^^<http://www.w3.org/2001/XMLSchema#decimal> "1173278.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "11917009"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2009"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "87"^^<http://www.w3.org/2001/XMLSchema#decimal> "1106838.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "11379655"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 14 rows in 0.030 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/total-final-energy-intensity/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



http://semantic.eea.europa.eu/sparql

PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
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 indic_na: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_na/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

SELECT DISTINCT
year(?date) as ?date
'Total' as ?sector
round(( ( sum(?nrg_100a)/sum(?nama_gdp_k) ) / ( sum(?nrg_100a_idx)/sum(?nama_gdp_k_idx) ) )*100) as ?index

sum(?nrg_100a) as ?nrg_100a
sum(?nama_gdp_k) as ?nama_gdp_k

WHERE {
  { 
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nama_gdp_k.rdf.gz> 
    {
      _:nama_gdp_k sdmx-dimension:timePeriod ?date . FILTER (year(?date) >= 2000)
      _:nama_gdp_k sdmx-dimension:refArea geo:EU28 . 
      _:nama_gdp_k property:indic_na indic_na:B1GM . 
      _:nama_gdp_k sdmx-attribute:unitMeasure unit:MIO_EUR_CLV2005 . 
      _:nama_gdp_k sdmx-measure:obsValue ?nama_gdp_k .

      _:nama_gdp_k_idx sdmx-dimension:timePeriod ?date_idx . FILTER (year(?date_idx) = 2000)
      _:nama_gdp_k_idx sdmx-dimension:refArea geo:EU28 . 
      _:nama_gdp_k_idx property:indic_na indic_na:B1GM . 
      _:nama_gdp_k_idx sdmx-attribute:unitMeasure unit:MIO_EUR_CLV2005 . 
      _:nama_gdp_k_idx sdmx-measure:obsValue ?nama_gdp_k_idx .
    }
  } UNION {
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_100a.rdf.gz>
    {
      _:nrg_100a sdmx-dimension:timePeriod ?date . FILTER (year(?date) >= 2000)
      _:nrg_100a sdmx-attribute:unitMeasure unit:KTOE .
      _:nrg_100a sdmx-dimension:refArea geo:EU28 .
      _:nrg_100a property:product product:0000 .
      _:nrg_100a property:indic_nrg indic_nrg:B_101700 .
      _:nrg_100a sdmx-measure:obsValue ?nrg_100a .

      _:nrg_100a_idx sdmx-dimension:timePeriod ?date_idx . FILTER (year(?date_idx) = 2000)
      _:nrg_100a_idx sdmx-attribute:unitMeasure unit:KTOE .
      _:nrg_100a_idx sdmx-dimension:refArea geo:EU28 .
      _:nrg_100a_idx property:product product:0000 .
      _:nrg_100a_idx property:indic_nrg indic_nrg:B_101700 .
      _:nrg_100a_idx sdmx-measure:obsValue ?nrg_100a_idx .
    } 
  }
}
GROUP BY ?date
HAVING round(( ( sum(?nrg_100a)/sum(?nama_gdp_k) ) / ( sum(?nrg_100a_idx)/sum(?nama_gdp_k_idx) ) )*100) > 0
ORDER BY ?date


Permalinks

Document Actions