Data table via SPARQL
Change in total GHG emissions from transport
Go to latest version
Download this dataset
Dataset preview
(Live Query)
Received 30 rows in 0.001 seconds.
https://www.eea.europa.eu/data-and-maps/daviz/sds/change-in-total-ghg-emissions-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.
http://semantic.eea.europa.eu/sparql
PREFIX clrtap_nec_unfccc: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/schema/>
PREFIX sector: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/unfccc_crf_sector/>
SELECT DISTINCT
?country_name
sum(?unfccc_crf_first) as ?unfccc_crf_first
sum(?unfccc_crf_last) as ?unfccc_crf_last
(round(( ( sum(?unfccc_crf_last) - sum(?unfccc_crf_first) )/ sum(?unfccc_crf_first) ) *1000))/10.0 as ?index
WHERE {
{
GRAPH <http://r.eionet.europa.eu/rdfdumps/clrtap_nec_unfccc/unfccc_crf.rdf.gz>
{
_:unfccc_crf clrtap_nec_unfccc:unit ?unit .
FILTER (?unit = 'Gg CO2 equivalent')
_:unfccc_crf clrtap_nec_unfccc:pollutant_name ?pollutant_name .
FILTER (?pollutant_name = 'All greenhouse gases - (CO2 equivalent)')
_:unfccc_crf clrtap_nec_unfccc:country_code ?geo .
_:unfccc_crf clrtap_nec_unfccc:sector_code sector:1.A.3 .
{
_:unfccc_crf clrtap_nec_unfccc:year ?year . FILTER ((?year) = '1990')
_:unfccc_crf clrtap_nec_unfccc:emissions ?unfccc_crf_first .
} UNION {
_:unfccc_crf clrtap_nec_unfccc:year ?year . FILTER ((?year) = '2013')
_:unfccc_crf clrtap_nec_unfccc:emissions ?unfccc_crf_last .
}
}
?geo rdfs:label ?country_name .
}
}
GROUP BY ?country_name
ORDER BY ?country_name
Permalinks
- Permalink to this version
- 9fe40d6293f14c2cbee5c011674ef168
- Permalink to latest version
- 0MNBEZAIX3
Older versions
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/change-in-total-ghg-emissions-1 or scan the QR code.
PDF generated on 28 Feb 2021, 11:54 PM
Document Actions
Share with others