next
previous
items

Data table via SPARQL

Emissions of the main air pollutants

Data table via SPARQL Published 28 May 2019 Last modified 18 Jul 2019

Download this dataset

Dataset preview

(Live Query)

year pollutant_name unit emissions
"1990" "CO" "Gg (1000 tonnes)" "67883.95"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990" "NH3" "Gg (1000 tonnes)" "5869.14"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990" "NMVOC" "Gg (1000 tonnes)" "19369.95"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990" "NOx" "Gg (1000 tonnes)" "18638.34"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990" "PM10" "Gg (1000 tonnes)" "4593.78"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990" "SOx" "Gg (1000 tonnes)" "26710.47"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991" "CO" "Gg (1000 tonnes)" "66176.86"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991" "NH3" "Gg (1000 tonnes)" "5646.91"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991" "NMVOC" "Gg (1000 tonnes)" "18697.45"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991" "NOx" "Gg (1000 tonnes)" "18237.38"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 186 rows in 0.044 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/emissions-of-the-main-air-pollutants/daviz.json

For system integrators

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.

Are you new to Linked Data technology? visit http://linkeddata.org



http://semantic.eea.europa.eu/sparql

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
?year
?pollutant_name
?unit
?emissions
{{
SELECT DISTINCT
#?clrtap
#?country_label
?year
?pollutant_name
?unit
bif:either(?pollutant_name = 'PM2.5', bif:either(xsd:integer(?year) < 2000, 0, (round(sum(xsd:double(?emissions))*100)/100.0)), (round(sum(xsd:double(?emissions))*100)/100.0)) as ?emissions

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 .

      FILTER (?sector_code = sector:NATIONAL_TOTAL)
      FILTER (?country_code in (country:EU28, country:TR, country:NO, 
                                country:LI, country:IS, country:CH))

      FILTER (?pollutant_name in ('CO', 'NH3', 'NMVOC', 'NOx', 'PM10', 'PM2.5', 'SOx'))

    }
    #?country_code rdfs:label ?country_label .
  }
}

}}
GROUP BY ?year ?pollutant_name ?unit
HAVING  ?emissions != 0
ORDER BY ?year ?pollutant_name


Permalinks

Geographic coverage

Temporal coverage

Tags

Document Actions