next
previous
items

Data table via SPARQL

Final energy consumption households per capita

Data table via SPARQL Published 24 May 2018 Last modified 24 Jun 2020
39 min read
Topics:

Download this dataset

Dataset preview

(Live Query)

date ugeo index demo_gind nrg_100a
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Albania" "0.16"^^<http://www.w3.org/2001/XMLSchema#decimal> "3142059"^^<http://www.w3.org/2001/XMLSchema#decimal> "517"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "0.73"^^<http://www.w3.org/2001/XMLSchema#decimal> "8227829"^^<http://www.w3.org/2001/XMLSchema#decimal> "6000"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "0.95"^^<http://www.w3.org/2001/XMLSchema#decimal> "10478617"^^<http://www.w3.org/2001/XMLSchema#decimal> "9925"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "0.28"^^<http://www.w3.org/2001/XMLSchema#decimal> "7658972"^^<http://www.w3.org/2001/XMLSchema#decimal> "2117"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Croatia" "0.65"^^<http://www.w3.org/2001/XMLSchema#decimal> "4311674"^^<http://www.w3.org/2001/XMLSchema#decimal> "2815"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Cyprus" "0.43"^^<http://www.w3.org/2001/XMLSchema#decimal> "738540"^^<http://www.w3.org/2001/XMLSchema#decimal> "317"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Czech Republic" "0.65"^^<http://www.w3.org/2001/XMLSchema#decimal> "10211216"^^<http://www.w3.org/2001/XMLSchema#decimal> "6649"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Denmark" "0.82"^^<http://www.w3.org/2001/XMLSchema#decimal> "5419432"^^<http://www.w3.org/2001/XMLSchema#decimal> "4452"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Estonia" "0.66"^^<http://www.w3.org/2001/XMLSchema#decimal> "1354775"^^<http://www.w3.org/2001/XMLSchema#decimal> "890"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Euro area (19 countries)" "0.63"^^<http://www.w3.org/2001/XMLSchema#decimal> "328913193"^^<http://www.w3.org/2001/XMLSchema#decimal> "207396"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 76 rows in 0.024 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/final-energy-consumption-households-per-capita-2/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 product: <http://dd.eionet.europa.eu/vocabulary/eurostat/product/>
PREFIX indic_nrg: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_nrg/>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX indic_de: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_de/>
PREFIX unit: <http://dd.eionet.europa.eu/vocabulary/eurostat/unit/>

SELECT 
year(?date) as ?date
bif:either(?geo = geo:DE, 'Germany', ?ugeo) as ?ugeo
round(((sum(?nrg_100a)*1000)/sum(?demo_gind))*100)/100.0 as ?index
sum(?demo_gind) as ?demo_gind
sum(?nrg_100a) as ?nrg_100a
WHERE {
{

  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/demo_gind.rdf.gz> 
    {
    _:demo_gind sdmx-dimension:timePeriod ?date .
    _:demo_gind sdmx-dimension:refArea ?geo .
    _:demo_gind property:indic_de indic_de:AVG .
    _:demo_gind sdmx-measure:obsValue ?demo_gind .
    }
} UNION {
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/nrg_100a.rdf.gz> 
  {
    _:nrg_100a sdmx-dimension:refArea ?geo .
    _:nrg_100a sdmx-attribute:unitMeasure unit:KTOE .
    _:nrg_100a sdmx-dimension:timePeriod ?date .
    _:nrg_100a property:product product:0000 .
    _:nrg_100a property:indic_nrg indic_nrg:B_102010 .      
    _:nrg_100a sdmx-measure:obsValue ?nrg_100a .

  }
 } 
?geo rdfs:label ?ugeo .
FILTER (year(?date) in (2005, 2016))
} 
GROUP BY year(?date) ?geo ?ugeo
HAVING (sum(?nrg_100a)/sum(?demo_gind) > 0)
ORDER BY ?date ?ugeo


Permalinks

Geographic coverage

Temporal coverage

Topics

Topics:

Tags

Filed under:
Filed under: household consumption
Document Actions