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 9330 rows in 0.237 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 lrtap: <http://rdfdata.eionet.europa.eu/lrtap/ontology/>
PREFIX eea: <http://rdfdata.eionet.europa.eu/eea/ontology/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
SELECT ?country ?year ?pollutant ?pollutantcode ?emissions ?unit "National total" AS ?sector ?notation
WHERE {
GRAPH <http://rdfdata.eionet.europa.eu/lrtap.rdf.gz> {
?subj a lrtap:Emission;
lrtap:forCountry ?countryUri;
lrtap:forSector <http://rdfdata.eionet.europa.eu/lrtap/sectors/NATIONAL.TOTAL>;
lrtap:forPollutant ?pollutantUri;
lrtap:year ?year;
lrtap:emissions ?emissions;
lrtap:unit ?unit.
OPTIONAL { ?subj lrtap:notation ?hasNotation .
?hasNotation rdfs:label ?notation }
}
?countryUri rdfs:label ?country .
<http://rdfdata.eionet.europa.eu/eea/countries/EEA> skos:member ?countryUri .
?pollutantUri rdfs:label ?pollutant;
skos:notation ?pollutantcode
} ORDER BY ?country ?sector ?year
LIMIT 10
For references, please go to https://eea.europa.eu./data-and-maps/daviz/sds/long-range-transboundary-air-pollution-1 or scan the QR code.
PDF generated on 23 Nov 2024, 07:35 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