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 13 rows in 0.027 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 tableFile: <http://semantic.eea.europa.eu/project/ghg_projections/ghg_projections.tsv#>
PREFIX country: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/country/>
SELECT DISTINCT
?date
round(sum(?WAM)/100)/10.0 as ?WAM
round(sum(?WEM)/100)/10.0 as ?WEM
FROM <http://semantic.eea.europa.eu/project/ghg_projections/ghg_projections.tsv>
WHERE {
_:ghg_projections tableFile:country_code ?country_code .
FILTER (?country_code != country:NO and ?country_code != country:CH and ?country_code != country:LI)
_:ghg_projections tableFile:sector ?sector .
FILTER (?sector in ('Total (excl. LULUCF)', 'Internat.Bunkers: Aviation'))
_:ghg_projections tableFile:year ?date .
FILTER (?date != 'Ref 2010' and ?date != 'Ref 2011' and ?date != 'Ref 2012')
#FILTER (xsd:integer:(?date) <= 2021 and xsd:integer:(?date) = 2025 and and xsd:integer:(?date) = 2030)
FILTER (?date in ('2010', '2011', '2012', '2013', '2014', '2015', '2016', '2017', '2018', '2019', '2020', '2025', '2030'))
_:ghg_projections tableFile:pollutant_name ?pollutant_name .
FILTER (?pollutant_name = 'Total GHG (Gg CO2 equivalent)')
{
_:ghg_projections tableFile:scenario ?scenario .
FILTER (?scenario = 'WEM')
_:ghg_projections tableFile:emissions ?WEM .
} UNION {
_:ghg_projections tableFile:scenario ?scenario .
FILTER (?scenario = 'WAM')
_:ghg_projections tableFile:emissions ?WAM .
}
}
GROUP BY ?date
ORDER BY ?date
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/eu-projections-of-greenhouse-gas or scan the QR code.
PDF generated on 23 Nov 2024, 07:57 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