next
previous
items

Data table via SPARQL

National emissions reported to the UNFCCC and to the EU Greenhouse Gas Monitoring Mechanism for EU27

Data table via SPARQL Published 07 May 2014 Last modified 01 Feb 2016

Download this dataset

Dataset preview

(Live Query)

year geo emissions emissions_idx index order
"1990" "EU27" "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "100"^^<http://www.w3.org/2001/XMLSchema#decimal> "1990"
"1991" "EU27" "4997987023"^^<http://www.w3.org/2001/XMLSchema#decimal> "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "97.9"^^<http://www.w3.org/2001/XMLSchema#decimal> "1991"
"1992" "EU27" "4820684594"^^<http://www.w3.org/2001/XMLSchema#decimal> "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "94.4"^^<http://www.w3.org/2001/XMLSchema#decimal> "1992"
"1993" "EU27" "4735371775"^^<http://www.w3.org/2001/XMLSchema#decimal> "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "92.7"^^<http://www.w3.org/2001/XMLSchema#decimal> "1993"
"1994" "EU27" "4708856689"^^<http://www.w3.org/2001/XMLSchema#decimal> "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "92.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "1994"
"1995" "EU27" "4756280373"^^<http://www.w3.org/2001/XMLSchema#decimal> "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "93.1"^^<http://www.w3.org/2001/XMLSchema#decimal> "1995"
"1996" "EU27" "4862760441"^^<http://www.w3.org/2001/XMLSchema#decimal> "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "95.2"^^<http://www.w3.org/2001/XMLSchema#decimal> "1996"
"1997" "EU27" "4778375159"^^<http://www.w3.org/2001/XMLSchema#decimal> "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "93.6"^^<http://www.w3.org/2001/XMLSchema#decimal> "1997"
"1998" "EU27" "4750876830"^^<http://www.w3.org/2001/XMLSchema#decimal> "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "93"^^<http://www.w3.org/2001/XMLSchema#decimal> "1998"
"1999" "EU27" "4645790789"^^<http://www.w3.org/2001/XMLSchema#decimal> "5106370026"^^<http://www.w3.org/2001/XMLSchema#decimal> "91"^^<http://www.w3.org/2001/XMLSchema#decimal> "1999"

Received 22 rows in 0.029 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/national-emissions-reported-to-the-1/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



semantic.eea.europa.eu/sparql

PREFIX clrtap_nec_unfccc: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/schema/>
PREFIX geo: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/country/>

SELECT distinct 
?year
'EU27' as ?geo
sum(?emissions) as ?emissions
sum(?emissions_idx) as ?emissions_idx
round(  sum(?emissions)/sum(?emissions_idx)*1000)/10.0 as ?index
?year as ?order

WHERE {
{ 
 GRAPH <http://r.eionet.europa.eu/rdfdumps/clrtap_nec_unfccc/unfccc_crf.rdf.gz> 
  {
  _:unfccc_crf clrtap_nec_unfccc:year ?year . FILTER (?year != 'Kyoto Base-year')
  _:unfccc_crf clrtap_nec_unfccc:country_code ?country_code . FILTER (?country_code in (geo:EU27 ))
  _:unfccc_crf clrtap_nec_unfccc:pollutant_name ?pollutant_name . FILTER (?pollutant_name = 'All greenhouse gases - (CO2 equivalent)')
  _:unfccc_crf clrtap_nec_unfccc:unit ?unit . FILTER (?unit = 'Gg CO2 equivalent')
  _:unfccc_crf clrtap_nec_unfccc:emissions ?emissions .
 
  _:unfccc_crf_idx clrtap_nec_unfccc:year ?year_idx . FILTER (?year_idx = '1990')
  _:unfccc_crf_idx clrtap_nec_unfccc:country_code ?country_code . FILTER (?country_code in (geo:EU27 ))
  _:unfccc_crf_idx clrtap_nec_unfccc:pollutant_name ?pollutant_name . FILTER (?pollutant_name = 'All greenhouse gases - (CO2 equivalent)')
  _:unfccc_crf_idx clrtap_nec_unfccc:unit ?unit . FILTER (?unit = 'Gg CO2 equivalent')
  _:unfccc_crf_idx clrtap_nec_unfccc:emissions ?emissions_idx .
  } 
}
}
GROUP BY ?year ?year_idx ?pollutant_name
ORDER BY ?year


Permalinks

Document Actions