next
previous
items

Data table via SPARQL

Trend in emissions of air pollutants from transport

Data table via SPARQL Published 12 Jun 2014 Last modified 26 Aug 2017
This is an old version, kept for reference only.

Go to latest version
This page was archived on 26 Aug 2017 with reason: A new version has been published

Download this dataset

Dataset preview

(Live Query)

year pollutant_name emissions emissions_idx index
"1990" "CO" "37066"^^<http://www.w3.org/2001/XMLSchema#decimal> "37066"^^<http://www.w3.org/2001/XMLSchema#decimal> "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990" "NMVOC" "6387"^^<http://www.w3.org/2001/XMLSchema#decimal> "6387"^^<http://www.w3.org/2001/XMLSchema#decimal> "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990" "NOx" "10229"^^<http://www.w3.org/2001/XMLSchema#decimal> "10229"^^<http://www.w3.org/2001/XMLSchema#decimal> "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990" "PM10" "554"^^<http://www.w3.org/2001/XMLSchema#decimal> "554"^^<http://www.w3.org/2001/XMLSchema#decimal> "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990" "PM2.5" "474"^^<http://www.w3.org/2001/XMLSchema#decimal> "474"^^<http://www.w3.org/2001/XMLSchema#decimal> "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1990" "SOx" "2027"^^<http://www.w3.org/2001/XMLSchema#decimal> "2027"^^<http://www.w3.org/2001/XMLSchema#decimal> "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991" "CO" "35990"^^<http://www.w3.org/2001/XMLSchema#decimal> "37066"^^<http://www.w3.org/2001/XMLSchema#decimal> "97.1"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991" "NMVOC" "6001"^^<http://www.w3.org/2001/XMLSchema#decimal> "6387"^^<http://www.w3.org/2001/XMLSchema#decimal> "94"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991" "NOx" "10022"^^<http://www.w3.org/2001/XMLSchema#decimal> "10229"^^<http://www.w3.org/2001/XMLSchema#decimal> "98"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991" "PM10" "557"^^<http://www.w3.org/2001/XMLSchema#decimal> "554"^^<http://www.w3.org/2001/XMLSchema#decimal> "100.5"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 138 rows in 0.004 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/trend-in-emissions-of-air/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



semantic.eea.europa.eu/sparql

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
sum(?emissions) as ?emissions
sum(?emissions_idx) as ?emissions_idx
(round((sum(?emissions))/sum(?emissions_idx)*1000))/10.0 as ?index

WHERE {{  
  GRAPH <http://r.eionet.europa.eu/rdfdumps/clrtap_nec_unfccc/clrtap_nfr09_gf.rdf.gz> 
  {
   ?clrtap_nfr09_gf clrtap_nec_unfccc:country_code ?country_code .
   ?clrtap_nfr09_gf clrtap_nec_unfccc:pollutant_name ?pollutant_name .
   ?clrtap_nfr09_gf clrtap_nec_unfccc:year ?year .
   ?clrtap_nfr09_gf clrtap_nec_unfccc:sector_code ?sector_code .
   ?clrtap_nfr09_gf clrtap_nec_unfccc:emissions ?emissions .

   ?clrtap_nfr09_gf_idx clrtap_nec_unfccc:country_code ?country_code .
   ?clrtap_nfr09_gf_idx clrtap_nec_unfccc:pollutant_name ?pollutant_name .
   ?clrtap_nfr09_gf_idx clrtap_nec_unfccc:year ?year_idx .
   ?clrtap_nfr09_gf_idx clrtap_nec_unfccc:sector_code ?sector_code .
   ?clrtap_nfr09_gf_idx clrtap_nec_unfccc:emissions ?emissions_idx .

   FILTER(?year_idx = '1990')

   FILTER (?sector_code in (
     sector:1_A_3_b_i,
     sector:1_A_3_b_ii,
     sector:1_A_3_b_iii,
     sector:1_A_3_b_iv,
     sector:1_A_3_b_v,
     sector:1_A_3_b_vi,
     sector:1_A_3_b_vii,
     sector:1_A_3_c,
     sector:1_A_3_d_ii,
     sector:1_A_4_c_iii,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1_A_3_d_i_(i)>,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1_A_3_d_i_(ii)>,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1_A_3_a_ii_(i)>,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1_A_3_a_ii_(ii)>,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1_A_3_a_i_(i)>,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1_A_3_a_i_(ii)>
   ))
   
   FILTER (?pollutant_name in ('SOx', 'PM2.5', 'PM10', 'NOx', 'NMVOC', 'CO'))
   #FILTER (?pollutant_name in ('NMVOC'))
   #to be changed with EEA33
   #FILTER (?country_code in (country:EU28, country:TR, country:NO, country:IS, country:LI, country:CH))
   FILTER (?country_code in (country:EEA33))
  }
 }}
GROUP BY ?year ?pollutant_name
ORDER BY ?year ?pollutant_name


Permalinks

Document Actions