next
previous
items

Data table via SPARQL

Total final energy intensity, 2005-2017

Data table via SPARQL Published 28 Oct 2019 Last modified 28 Oct 2019
Topics:

Download this dataset

Dataset preview

(Live Query)

ugeo index
"North Macedonia" ""
"Euro area (19 countries)" ""
"Montenegro" ""
"Kosovo (under United Nations Security Council Resolution 1244/99)" ""
"Ukraine" ""
"Bosnia and Herzegovina" ""
"Georgia" ""
"Serbia" ""
"Switzerland" ""
"Albania" ""

Received 42 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/total-final-energy-intensity-2005-2017/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 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 unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>
PREFIX siec: <http://dd.eionet.europa.eu/vocabulary/eurostat/siec/>
PREFIX nrg_bal: <http://dd.eionet.europa.eu/vocabulary/eurostat/nrg_bal/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX tableFile: <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/GHG_GDP.tsv#>


SELECT
?ugeo

round(( bif:power( (sum(?nrg_bal_c_last)/sum(?ghg_gdp_last))/(sum(?nrg_bal_c_first)/sum(?ghg_gdp_first)) , (1.0/(2017-2005))) -1.0) * 10000.0)/ 100.0 as ?index

#sum(?nrg_bal_c_last)/sum(?ghg_gdp_last)
#sum(?nrg_bal_c_first)/sum(?ghg_gdp_first)

#sum(?nrg_bal_c_first) as ?nrg_bal_c_first
#sum(?nrg_bal_c_last) as ?nrg_bal_c_last
#sum(?ghg_gdp_first) as ?ghg_gdp_first
#sum(?ghg_gdp_last) as ?ghg_gdp_last 

WHERE {
    {
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_bal_c.rdf.gz> {
    {
        _:nrg_bal_c sdmx-attribute:unitMeasure unit:KTOE .
        _:nrg_bal_c sdmx-dimension:refArea ?geo .
        _:nrg_bal_c property:nrg_bal nrg_bal:FC_E .
        _:nrg_bal_c property:siec siec:TOTAL .
        {
          _:nrg_bal_c sdmx-dimension:timePeriod ?date .
          FILTER (year(?date) = 2005)
          _:nrg_bal_c sdmx-measure:obsValue ?nrg_bal_c_first .
        } UNION {
          _:nrg_bal_c sdmx-dimension:timePeriod ?date .
          FILTER (year(?date) = 2017)
          _:nrg_bal_c sdmx-measure:obsValue ?nrg_bal_c_last .
        }
    }}
  } UNION {
    GRAPH <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/GHG_GDP.tsv> {
     {
        _:rec tableFile:refArea ?geo .
        _:rec tableFile:ValueDescription 'Estimate of GDP in Euro at 2010 prices (Mrd)' .
        {
          _:rec tableFile:Year ?date .
          FILTER (year(?date) = 2005)
          _:rec tableFile:obsValue ?ghg_gdp_first .
        } UNION {
          _:rec tableFile:Year ?date .
          FILTER (year(?date) = 2017)
          _:rec tableFile:obsValue ?ghg_gdp_last .
        }
    }}
  }
   ?geo rdfs:label ?ugeo .
}
GROUP BY ?geo ?ugeo
ORDER BY ?index


Permalinks

Geographic coverage

Temporal coverage

Topics

Topics:

Tags

Filed under:
Filed under: energy intensity
Document Actions