next
previous
items

Data table via SPARQL

Final energy consumption of fuel type for other sectors

Data table via SPARQL Published 13 Jun 2019 Last modified 24 Jun 2020
Topics:

Download this dataset

Dataset preview

(Live Query)

date siec_label nrg_bal_label share obsValue obsValue_total
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Electricity" "other" "0.82"^^<http://www.w3.org/2001/XMLSchema#decimal> "4.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "557.5"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Natural gas" "other" "1.63"^^<http://www.w3.org/2001/XMLSchema#decimal> "10.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "633.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Oil and petroleum products (excluding biofuel portion)" "other" "1.86"^^<http://www.w3.org/2001/XMLSchema#decimal> "23.8"^^<http://www.w3.org/2001/XMLSchema#decimal> "1279.7"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Solid fossil fuels" "other" "1.13"^^<http://www.w3.org/2001/XMLSchema#decimal> "3.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "286.9"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "other" "1.51"^^<http://www.w3.org/2001/XMLSchema#decimal> "46.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "3100.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991"^^<http://www.w3.org/2001/XMLSchema#int> "Electricity" "other" "0.82"^^<http://www.w3.org/2001/XMLSchema#decimal> "4.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "561.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991"^^<http://www.w3.org/2001/XMLSchema#int> "Natural gas" "other" "1.81"^^<http://www.w3.org/2001/XMLSchema#decimal> "12"^^<http://www.w3.org/2001/XMLSchema#decimal> "665.5"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991"^^<http://www.w3.org/2001/XMLSchema#int> "Oil and petroleum products (excluding biofuel portion)" "other" "1.78"^^<http://www.w3.org/2001/XMLSchema#decimal> "23.3"^^<http://www.w3.org/2001/XMLSchema#decimal> "1307.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991"^^<http://www.w3.org/2001/XMLSchema#int> "Solid fossil fuels" "other" "1.42"^^<http://www.w3.org/2001/XMLSchema#decimal> "3.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "253"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991"^^<http://www.w3.org/2001/XMLSchema#int> "Total" "other" "1.55"^^<http://www.w3.org/2001/XMLSchema#decimal> "48.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "3124.7"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 140 rows in 0.004 seconds.


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



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 property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
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 unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>

SELECT DISTINCT
year(?date) as ?date
?siec_label
"other" as ?nrg_bal_label

round(((sum(?FC_OTH_E)-sum(?FC_OTH_HH_E)-sum(?FC_OTH_CP_E))/sum(xsd:double(?nrg_bal_total)))*10000)/100.0 as ?share

round((sum(?FC_OTH_E)-sum(?FC_OTH_HH_E)-sum(?FC_OTH_CP_E))/100)/10.0 as ?obsValue
round(sum(?nrg_bal_total )/100)/10.0 as ?obsValue_total

WHERE { 
 GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_bal_c.rdf.gz> {
    ?nrg_bal_c sdmx-dimension:refArea geo:EU28 .
    ?nrg_bal_c sdmx-attribute:unitMeasure unit:KTOE .
    ?nrg_bal_c sdmx-dimension:timePeriod ?date .
    ?nrg_bal_c property:siec ?siec .
    FILTER (?siec in (siec:C0000X0350-0370, siec:O4000XBIO, siec:G3000, 
                      siec:E7000, siec:TOTAL))

    {
       ?nrg_bal_c property:nrg_bal nrg_bal:FC_OTH_E .
       ?nrg_bal_c sdmx-measure:obsValue ?FC_OTH_E  .
    } UNION {
       ?nrg_bal_c property:nrg_bal nrg_bal:FC_OTH_HH_E .
       ?nrg_bal_c sdmx-measure:obsValue ?FC_OTH_HH_E .
    } UNION {
       ?nrg_bal_c property:nrg_bal nrg_bal:FC_OTH_CP_E .
       ?nrg_bal_c sdmx-measure:obsValue ?FC_OTH_CP_E .
    }

    ?nrg_bal_c_total sdmx-dimension:refArea geo:EU28 .
    ?nrg_bal_c_total sdmx-attribute:unitMeasure unit:KTOE .
    ?nrg_bal_c_total sdmx-dimension:timePeriod ?date .
    ?nrg_bal_c_total property:nrg_bal nrg_bal:FC_E .
    ?nrg_bal_c_total property:siec ?siec .
    ?nrg_bal_c_total sdmx-measure:obsValue ?nrg_bal_total .

  }
  ?siec rdfs:label ?siec_label .
}
ORDER BY ?date ?siec_label


Permalinks

Geographic coverage

Temporal coverage

Topics

Topics:

Tags

Document Actions