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 61 rows in 0.004 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX clrtap_nec_unfccc: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/schema/>
PREFIX country: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/country/>
PREFIX sector: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/>
SELECT DISTINCT
?sector_name_eea
?pollutant_name
?unit
round((sum(xsd:double(?emissions))/?emissions_total)*1000)/10.0 as ?share
sum(xsd:double(?emissions)) as ?emissions
?emissions_total
WHERE {
{
GRAPH <http://r.eionet.europa.eu/rdfdumps/clrtap_nec_unfccc/clrtap_nfr09_gf.rdf.gz>
{
?clrtap clrtap_nec_unfccc:country_code ?country_code .
?clrtap clrtap_nec_unfccc:pollutant_name ?pollutant_name .
?clrtap clrtap_nec_unfccc:sector_code ?sector_code .
?clrtap clrtap_nec_unfccc:unit ?unit .
?clrtap clrtap_nec_unfccc:year ?year .
?clrtap clrtap_nec_unfccc:emissions ?emissions .
{
SELECT DISTINCT
?pollutant_name
sum(xsd:double(?emissions_total)) as ?emissions_total
{
?clrtap_total clrtap_nec_unfccc:country_code ?country_code .
?clrtap_total clrtap_nec_unfccc:pollutant_name ?pollutant_name .
?clrtap_total clrtap_nec_unfccc:sector_code ?sector_code .
?clrtap_total clrtap_nec_unfccc:year ?year .
?clrtap_total clrtap_nec_unfccc:emissions ?emissions_total .
FILTER (?year = '2017')
FILTER (?pollutant_name in ('Cd', 'Pb', 'Hg', 'HCB', 'PCB', 'dioxin', 'total PAH'))
FILTER (?country_code in (country:EU28, country:TR, country:NO,
country:LI, country:IS, country:CH))
FILTER (?sector_code = sector:NATIONAL_TOTAL)
}
}
FILTER (?year = '2017')
FILTER (?pollutant_name in ('Cd', 'Pb', 'Hg', 'HCB', 'PCB', 'dioxin', 'total PAH'))
FILTER (?country_code in (country:EU28, country:TR, country:NO,
country:LI, country:IS, country:CH))
FILTER (?sector_code != sector:NATIONAL_TOTAL)
}
?sector_code clrtap_nec_unfccc:sector_name_eea ?sector_name_eea .
}
}
ORDER BY ?year ?pollutant_name
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/sector-split-of-emissions-of or scan the QR code.
PDF generated on 23 Nov 2024, 11:36 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