next
previous
items

Data table via SPARQL

Change in Final Energy Consumption for Air transport mode, EEA33, 1990-2017

Data table via SPARQL Published 30 Aug 2019 Last modified 24 Jun 2020
31 min read
Topics:

Download this dataset

Dataset preview

(Live Query)

indic_nrg ugeo obsValue
"Final consumption - transport sector - road - energy use" "EEA-33" "34.5"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Air Domestic/International" "EEA-33" "103.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"International maritime bunkers" "EEA-33" "26.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Final consumption - transport sector - rail - energy use" "EEA-33" "-19.7"^^<http://www.w3.org/2001/XMLSchema#decimal>
"Final consumption - transport sector - domestic navigation - energy use" "EEA-33" "-17.4"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 5 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/change-in-final-energy-consumption-14/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#>


SELECT 
?nrg_bal_label as ?indic_nrg
'EEA-33' as ?ugeo
round((( SUM(?last_year)-SUM(?first_year) ) / SUM(?first_year) )*1000)/10.0 as ?obsValue

{{

SELECT distinct
  bif:either(?nrg_bal in (nrg_bal:INTAVI, nrg_bal:FC_TRA_DAVI_E), 'Air Domestic/International', ?nrg_bal_label) as ?nrg_bal_label
 #?nrg_bal_label
 bif:either(year(?date) = 1990, SUM(?obsValue), 0) as ?first_year
  bif:either(year(?date) = 2017, SUM(?obsValue), 0) as ?last_year

WHERE {
  {
    GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_bal_c.rdf.gz> 
      {

        _:nrg_bal_c sdmx-dimension:timePeriod ?date .
        _:nrg_bal_c sdmx-attribute:unitMeasure unit:TJ .
        _:nrg_bal_c property:nrg_bal ?nrg_bal .
        _:nrg_bal_c sdmx-dimension:refArea ?geo .
        
        
           _:nrg_bal_c property:siec ?siec .

        FILTER (?siec in (siec:E7000, siec:R5300, siec:R5290, siec:R5220B, 
                          siec:R5210B, siec:R5110-5150_W6000RI, siec:O4680, 
                          siec:O4671XR5220B, siec:O4661XR5230B, siec:O4653, 
                          siec:O4652XR5210B, siec:O4651, siec:O4630, siec:G3000))

        _:nrg_bal_c sdmx-measure:obsValue ?obsValue .
      }
   FILTER (?geo in (geo:EU28, geo:LI, geo:NO, geo:CH, geo:TR, geo:IS))
   ?geo rdfs:label ?ugeo .
   FILTER (?nrg_bal in (nrg_bal:INTAVI, nrg_bal:FC_TRA_DAVI_E, 
                          nrg_bal:INTMARB, nrg_bal:FC_TRA_RAIL_E, 
                          nrg_bal:FC_TRA_ROAD_E, nrg_bal:FC_TRA_DNAVI_E)) 
   ?nrg_bal rdfs:label ?nrg_bal_label .
   } 
  }

}}
GROUP BY ?nrg_bal_label


Permalinks

Geographic coverage

Temporal coverage

Topics

Topics:

Tags

Filed under:
Filed under: energy consumption
Document Actions