All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesDo something for our planet, print this page only if needed. Even a small action can make an enormous difference when millions of people do it!
Data table via SPARQL
Received 8 rows in 0.001 seconds.
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.
PREFIX clrtap_nec_unfccc: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/schema/>
PREFIX geo: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/country/>
PREFIX sector: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/unfccc_crf_sector/>
PREFIX rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX CITL_v16: <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/CITL_v16.tsv#>
PREFIX country: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/country/>
SELECT
?year
round((( sum(?unfccc_crf_eu28) -sum(?unfccc_crf_hr)) - sum(?CITL_corrected) )/1000) as ?difference
round( (sum(?unfccc_crf_eu28) -sum(?unfccc_crf_hr))/1000 ) as ?unfccc_crf
#round(sum(?unfccc_crf)/1000) as ?unfccc_crf
round(sum(?CITL_corrected)/1000) as ?CITL
{{
SELECT
xsd:integer(?year) as ?year
?geo
round(sum(?value)/1000) as ?CITL
sum(?unfccc_crf_eu28) as ?unfccc_crf_eu28
sum(?unfccc_crf_hr) as ?unfccc_crf_hr
#sum(?unfccc_crf) as ?unfccc_crf
(round((sum(?value) + sum(?value_ve) - sum(?value_sc) )/1000)) as ?CITL_corrected
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:sector_code ?sector_code .
FILTER (?sector_code in (sector:1, sector:2, sector:3, sector:4, sector:6, sector:7))
_:unfccc_crf clrtap_nec_unfccc:pollutant_name ?pollutant_name .
FILTER (?pollutant_name = 'All greenhouse gases - (CO2 equivalent)')
_:unfccc_crf clrtap_nec_unfccc:year ?year . FILTER (?year in ('2005','2006','2007','2008','2009','2010','2011','2012'))
{
_:unfccc_crf clrtap_nec_unfccc:country_code country:EU28 .
_:unfccc_crf clrtap_nec_unfccc:emissions ?unfccc_crf_eu28 .
} UNION {
_:unfccc_crf clrtap_nec_unfccc:country_code country:HR .
_:unfccc_crf clrtap_nec_unfccc:emissions ?unfccc_crf_hr .
}
}
_:unfccc_crf clrtap_nec_unfccc:country_code ?country_code .
?country_code rdf-schema:label ?geo .
} UNION {
GRAPH <http://semantic.eea.europa.eu/project/indicators/gap_filling_data/CITL_v16.tsv>
{
_:CITL_v16_bn CITL_v16:country_code ?geo .
_:CITL_v16_bn CITL_v16:main_activity_sector_name ?main_activity_sector_name .
_:CITL_v16_bn CITL_v16:ETS_information ?ETS_information .
_:CITL_v16_bn CITL_v16:year ?year . FILTER (?year <= 2012)
_:CITL_v16_bn CITL_v16:value ?value .
_:CITL_v16_ve CITL_v16:country_code ?geo .
_:CITL_v16_ve CITL_v16:main_activity_sector_name ?main_activity_sector_name .
_:CITL_v16_ve CITL_v16:ETS_information ?ETS_information_ve .
_:CITL_v16_ve CITL_v16:year ?year_ve . FILTER (?year_ve = 2012)
_:CITL_v16_ve CITL_v16:value ?value_ve .
FILTER (?ETS_information in ('Verified emissions (scope corrected)'))
_:CITL_v16_sc CITL_v16:country_code ?geo .
_:CITL_v16_sc CITL_v16:main_activity_sector_name ?main_activity_sector_name .
_:CITL_v16_sc CITL_v16:ETS_information ?ETS_information .
_:CITL_v16_sc CITL_v16:year ?year_ve . FILTER (?year_ve = 2012)
_:CITL_v16_sc CITL_v16:value ?value_sc .
FILTER (?ETS_information_ve in ('Verified emissions'))
FILTER (?main_activity_sector_name = '20-99 All installations')
FILTER (?geo in ('AT','BE','BG','CY','CZ','DE','DK','EE','ES','FI','FR','GB','GR','HU','IE','IT','LT','LU','LV','MT','NL','PL','PT','RO','SE','SI','SK'))
}
}
}
GROUP BY ?year ?geo
ORDER BY ?year
}}
GROUP BY ?year
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/national-emissions-non-ets-eu or scan the QR code.
PDF generated on 23 Nov 2024, 11:48 AM
Engineered by: EEA Web Team
Software updated on 26 September 2023 08:13 from version 23.8.18
Software version: EEA Plone KGS 23.9.14
Document Actions
Share with others