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 232 rows in 0.009 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
#?clrtap
?country_label
#?year
?pollutant_name
?unit
round(((sum(xsd:double(?emissions_idx)) - sum(xsd:double(?emissions)))/((sum(xsd:double(?emissions_idx)) )))*-1000)/10.0 as ?change
sum(xsd:double(?emissions)) as ?emissions
sum(xsd:double(?emissions_idx)) as ?emissions_idx
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 '2017' .
?clrtap clrtap_nec_unfccc:emissions ?emissions .
_:clrtap_idx clrtap_nec_unfccc:country_code ?country_code .
_:clrtap_idx clrtap_nec_unfccc:pollutant_name ?pollutant_name .
_:clrtap_idx clrtap_nec_unfccc:sector_code ?sector_code .
_:clrtap_idx clrtap_nec_unfccc:unit ?unit .
_:clrtap_idx clrtap_nec_unfccc:year '1990' .
_:clrtap_idx clrtap_nec_unfccc:emissions ?emissions_idx .
FILTER (?sector_code = sector:NATIONAL_TOTAL)
FILTER (?pollutant_name in ('Cd', 'Pb', 'Hg', 'HCB', 'PCB', 'dioxin', 'total PAH'))
}
?country_code rdfs:label ?country_label .
}
}
GROUP BY ?pollutant_name ?unit ?country_label ?year
HAVING sum(xsd:double(?emissions_idx)) > 0
ORDER BY ?year ?pollutant_name
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/change-in-emissions-of-heavy-persistant-organic-pollutants or scan the QR code.
PDF generated on 23 Nov 2024, 07:52 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