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 52 rows in 0.083 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 sectors: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/unfccc_crf_sector/Sectors/>
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 ghg_projections: <http://semantic.eea.europa.eu/project/ghg_projections/ghg_projections_2016.tsv#>
SELECT DISTINCT
xsd:integer(?year) as ?year
xsd:integer(round(sum(xsd:double(?unfccc_crf_international_scope))/1000)) AS ?unfccc_crf_international_scope
xsd:integer(round(sum(xsd:double(?unfccc_crf_domestic_scope))/1000)) AS ?unfccc_crf_domestic_scope
bif:either(xsd:integer(?year) >= 2010, round(sum(?wem_ghg_projections)/1000), '') as ?wem_ghg_projections
bif:either(xsd:integer(?year) >= 2010, round(sum(?wam_ghg_projections)/1000), '') as ?wam_ghg_projections
WHERE {
{
GRAPH <http://r.eionet.europa.eu/rdfdumps/clrtap_nec_unfccc/unfccc_crf.rdf.gz>
{
_:unfccc_crf clrtap_nec_unfccc:year ?year .
_:unfccc_crf clrtap_nec_unfccc:country_code ?geo .
FILTER (?geo in (geo:AT, geo:BE, geo:BG, geo:CY, geo:CZ, geo:DE, geo:DK, geo:EE, geo:ES,
geo:FI, geo:FR, geo:GB, geo:GR, geo:HU, geo:IE, geo:IT, geo:LT, geo:LU, geo:LV,
geo:MT, geo:NL, geo:PL, geo:PT, geo:RO, geo:SE, geo:SI, geo:SK, geo:HR))
{
{
_:unfccc_crf clrtap_nec_unfccc:unit 'Gg CO2 equivalent' .
_:unfccc_crf clrtap_nec_unfccc:sector_code sectors:Totals_excl_incl .
_:unfccc_crf clrtap_nec_unfccc:pollutant_name 'All greenhouse gases - (CO2 equivalent)' .
_:unfccc_crf clrtap_nec_unfccc:emissions ?unfccc_crf_domestic_scope .
} UNION {
_:unfccc_crf clrtap_nec_unfccc:unit 'Gg' .
_:unfccc_crf clrtap_nec_unfccc:sector_code sector:1.D.1.a .
_:unfccc_crf clrtap_nec_unfccc:pollutant_name 'CO2' .
_:unfccc_crf clrtap_nec_unfccc:emissions ?unfccc_crf_domestic_scope .
}
} UNION {
_:unfccc_crf clrtap_nec_unfccc:pollutant_name 'All greenhouse gases - (CO2 equivalent)' .
_:unfccc_crf clrtap_nec_unfccc:sector_code sectors:Totals_excl_incl .
_:unfccc_crf clrtap_nec_unfccc:emissions ?unfccc_crf_international_scope .
}
}
} UNION {
GRAPH <http://semantic.eea.europa.eu/project/ghg_projections/ghg_projections_2016.tsv>
{
_:ghg_projections ghg_projections:country_code ?geo .
FILTER (?geo != geo:NO and ?geo != geo:CH and ?geo != geo:LI and ?geo != geo:EU)
_:ghg_projections ghg_projections:sector ?sector .
FILTER (?sector in ('Total w.out LULUCF', 'M.IB.Aviation'))
_:ghg_projections ghg_projections:year ?year .
FILTER (xsd:integer(?year) >= 2013 and xsd:integer(?year) <= 2035)
_:ghg_projections ghg_projections:pollutant_name 'Total GHGs (ktCO2e)' .
{
_:ghg_projections ghg_projections:scenario 'WEM' .
_:ghg_projections ghg_projections:gapfilled ?wem_ghg_projections .
} UNION {
_:ghg_projections ghg_projections:scenario 'WAM' .
_:ghg_projections ghg_projections:gapfilled ?wam_ghg_projections .
}
}
}
}
GROUP BY xsd:integer(?year)
ORDER BY xsd:integer(?year)
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/historic-and-projected-trends-of-3 or scan the QR code.
PDF generated on 23 Nov 2024, 08:13 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