next
previous
items

Data table via SPARQL

CO2-emission intensity from electricity generation - trajectory

Data table via SPARQL Published 04 Jun 2021 Last modified 19 Jan 2022
This is an old version, kept for reference only.

Go to latest version
Topics:

Download this dataset

Dataset preview

(Live Query)

date ugeo proxy_index proxy_index2
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 27 countries (from 2020)" "255"^^<http://www.w3.org/2001/XMLSchema#decimal> "255"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2030"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 27 countries (from 2020)" "75.49"^^<http://www.w3.org/2001/XMLSchema#decimal> "96.81"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 2 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/co2-emission-intensity-from-electricity-4/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



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

PREFIX skos: <http://www.w3.org/2004/02/skos/core#> 
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX proxy_2019_2030_2050: <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/ENER038/proxy_2019_2030_2050_1.tsv#>


        SELECT
          
          year(?year) AS ?date
          bif:either(?geo = geo:DE, 'Germany', ?ugeo) AS ?ugeo
          ?proxy_index
          bif:either(year(?year) = 2030, ?proxy_index2, ?proxy_index) AS ?proxy_index2
          #bif:either(year(?year) = 2019, ?index, '') AS ?index
          
        WHERE {
          GRAPH <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/ENER038/proxy_2019_2030_2050_1.tsv> 
          {
            _:proxy_2019_2030_2050 proxy_2019_2030_2050:date ?year .
            _:proxy_2019_2030_2050 proxy_2019_2030_2050:geo ?geo .
            _:proxy_2019_2030_2050 proxy_2019_2030_2050:obsValue ?proxy_index .
            #FILTER (year(?year) IN (2019, 2030))
            FILTER (?geo = geo:EU27_2020)
          }

    {
      SELECT 
        xsd:date(2030-01-01) AS ?year2
        geo:EU27_2020 AS ?geo
        96.81 AS ?proxy_index2
      WHERE {}
    }

    {
      SELECT 
        xsd:date(2019-01-01) AS ?year3
        geo:EU27_2020 AS ?geo
        275 AS ?index
      WHERE {}
    }

        ?geo rdfs:label ?ugeo .
        }


Permalinks

Geographic coverage

Temporal coverage

Topics

Topics:

Tags

Filed under:
Filed under: energy intensity
Document Actions