next
previous
items

Data table via SPARQL

CO2-emission intensity from electricity generation - proxy

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 index index_trajectory_low index_trajectory_high
"2020"^^<http://www.w3.org/2001/XMLSchema#int> "Greece" "479.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "" ""
"2020"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "410.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "" ""
"2020"^^<http://www.w3.org/2001/XMLSchema#int> "Croatia" "133.8"^^<http://www.w3.org/2001/XMLSchema#decimal> "" ""
"2020"^^<http://www.w3.org/2001/XMLSchema#int> "Portugal" "198.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "" ""
"2020"^^<http://www.w3.org/2001/XMLSchema#int> "France" "51.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "" ""
"2020"^^<http://www.w3.org/2001/XMLSchema#int> "Norway" "" "" ""
"2020"^^<http://www.w3.org/2001/XMLSchema#int> "Netherlands" "328.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "" ""
"2020"^^<http://www.w3.org/2001/XMLSchema#int> "Estonia" "774.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "" ""
"2020"^^<http://www.w3.org/2001/XMLSchema#int> "Iceland" "" "" ""
"2020"^^<http://www.w3.org/2001/XMLSchema#int> "Germany" "311"^^<http://www.w3.org/2001/XMLSchema#decimal> "" ""

Received 34 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/co2-emission-intensity-from-electricity-5/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: <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/ENER038/proxy_2020_2030_2050.tsv#>

SELECT 
  year(?year) AS ?date
  bif:either(?geo = geo:DE, 'Germany', bif:either(?geo = geo:EU27_2020, 'EU-27', bif:either(?geo = geo:EU28, 'EU-27 + UK', ?ugeo))) AS ?ugeo
  SUM(?index) AS ?index
  SUM(?index_trajectory_low) AS ?index_trajectory_low
  SUM(?index_trajectory_high) AS ?index_trajectory_high
  {{

    SELECT
      ?year
      ?geo
      bif:either(year(?year) = 2020, ?proxy_index, '') AS ?index
    WHERE {
      GRAPH <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/ENER038/proxy_2020_2030_2050.tsv> 
      {
        _:proxy proxy:date ?year .
        _:proxy proxy:geo ?geo .
        _:proxy proxy:obsValue ?proxy_index .
      }
    }
  } UNION {
    SELECT 
      xsd:date("2030-01-01") AS ?year
      geo:EU27_2020 AS ?geo
      118.0 AS ?index_trajectory_high
    WHERE {}
  } UNION {
    SELECT 
      xsd:date("2030-01-01") AS ?year
      geo:EU27_2020 AS ?geo
      110.0 AS ?index_trajectory_low
    WHERE {}
  } UNION {
    SELECT 
      xsd:date("2020-01-01") AS ?year
      geo:EU27_2020 AS ?geo
      265 AS ?index_trajectory_low
    WHERE {}
  } UNION {
    SELECT 
      xsd:date("2020-01-01") AS ?year
      geo:EU27_2020 AS ?geo
      265 AS ?index_trajectory_high
    WHERE {}
  }
  ?geo rdfs:label ?ugeo .
}


Permalinks

Geographic coverage

Temporal coverage

Topics

Topics:
Document Actions