next
previous
items

Data table via SPARQL

CO2-emission intensity from electricity generation - proxy

Data table via SPARQL Published 27 Nov 2020 Last modified 02 Dec 2020
This is an old version, kept for reference only.

Go to latest version
Topics:

Download this dataset

Dataset preview

(Live Query)

date ugeo index
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "European Union - 27 countries (from 2020)" "275"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "Poland" "719"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "Austria" "91"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "Belgium" "167"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "421"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "Cyprus" "651"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "Czechia" "431"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "Germany" "338"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "Denmark" "126"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2019"^^<http://www.w3.org/2001/XMLSchema#int> "Estonia" "891"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 31 rows in 0.002 seconds.


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



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.tsv#>


        SELECT
          
          year(?year) AS ?date
          bif:either(?geo = geo:DE, 'Germany', ?ugeo) AS ?ugeo
          #?proxy_index
          bif:either(year(?year) = 2019, ?proxy_index, '') AS ?index
        WHERE {
          GRAPH <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/ENER038/proxy_2019_2030_2050.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) = 2019)
          }
        ?geo rdfs:label ?ugeo .
        }


Permalinks

Geographic coverage

Temporal coverage

Topics

Topics:
Document Actions