next
previous
items

Data table via SPARQL

Trend in emissions of air pollutants from transport

Data table via SPARQL Published 20 Sep 2018 Last modified 24 Jun 2020
31 min read
This is an old version, kept for reference only.

Go to latest version

Download this dataset

Dataset preview

(Live Query)

year pollutant_name index emissions emissions_idx
"1990" "NMVOC" "100.0"^^<http://www.w3.org/2001/XMLSchema#double> "6223.521538008554"^^<http://www.w3.org/2001/XMLSchema#double> "6223.521538008554"^^<http://www.w3.org/2001/XMLSchema#double>
"1990" "NOx" "100.0"^^<http://www.w3.org/2001/XMLSchema#double> "10646.713962258527"^^<http://www.w3.org/2001/XMLSchema#double> "10646.713962258527"^^<http://www.w3.org/2001/XMLSchema#double>
"1990" "SOx" "100.0"^^<http://www.w3.org/2001/XMLSchema#double> "1861.8525444086458"^^<http://www.w3.org/2001/XMLSchema#double> "1861.8525444086458"^^<http://www.w3.org/2001/XMLSchema#double>
"1991" "NMVOC" "94.3"^^<http://www.w3.org/2001/XMLSchema#double> "5872.357337428104"^^<http://www.w3.org/2001/XMLSchema#double> "6223.521538008554"^^<http://www.w3.org/2001/XMLSchema#double>
"1991" "NOx" "98.5"^^<http://www.w3.org/2001/XMLSchema#double> "10482.348167422022"^^<http://www.w3.org/2001/XMLSchema#double> "10646.713962258527"^^<http://www.w3.org/2001/XMLSchema#double>
"1991" "SOx" "96.0"^^<http://www.w3.org/2001/XMLSchema#double> "1786.8691829398542"^^<http://www.w3.org/2001/XMLSchema#double> "1861.8525444086458"^^<http://www.w3.org/2001/XMLSchema#double>
"1992" "NMVOC" "92.7"^^<http://www.w3.org/2001/XMLSchema#double> "5768.919796863754"^^<http://www.w3.org/2001/XMLSchema#double> "6223.521538008554"^^<http://www.w3.org/2001/XMLSchema#double>
"1992" "NOx" "99.8"^^<http://www.w3.org/2001/XMLSchema#double> "10626.346053797814"^^<http://www.w3.org/2001/XMLSchema#double> "10646.713962258527"^^<http://www.w3.org/2001/XMLSchema#double>
"1992" "SOx" "95.2"^^<http://www.w3.org/2001/XMLSchema#double> "1773.3693045581895"^^<http://www.w3.org/2001/XMLSchema#double> "1861.8525444086458"^^<http://www.w3.org/2001/XMLSchema#double>
"1993" "NMVOC" "88.6"^^<http://www.w3.org/2001/XMLSchema#double> "5515.456817755174"^^<http://www.w3.org/2001/XMLSchema#double> "6223.521538008554"^^<http://www.w3.org/2001/XMLSchema#double>

Received 81 rows in 0.036 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/trend-in-emissions-of-air-10/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 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
xsd:double((round((sum(?emissions))/sum(?emissions_idx)*1000))/10.0) as ?index

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_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 .
   OPTIONAL { ?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 '1990' .
   ?clrtap_nfr09_gf_idx clrtap_nec_unfccc:sector_code ?sector_code .
   OPTIONAL { ?clrtap_nfr09_gf_idx clrtap_nec_unfccc:emissions ?emissions_idx } .

   FILTER (?sector_code in (
     sector:1A3bi,
     sector:1A3bii,
     sector:1A3biii,
     sector:1A3biv,
     sector:1A3bv,
     sector:1A3bvi,
     sector:1A3bvii,
     sector:1A3c,
     sector:1A3dii,
     sector:1A4ciii,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1A3di(i)>,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1A3di(ii)>,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1A3aii(i)>,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1A3aii(ii)>,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1A3ai(i)>,
     <http://reference.eionet.europa.eu/clrtap_nec_unfccc/clrtap_nec_nfr09_sector/1A3ai(ii)>
   ))
   
   FILTER (?pollutant_name in ('NOx', 'NMVOC', 'SOx'))
   #FILTER (?pollutant_name in ('NOx'))
   #to be changed with EEA33
   FILTER (?country_code in (country:EU28, country:TR, country:NO, country:IS, country:LI, country:CH))
  }
}}
GROUP BY ?year ?pollutant_name
ORDER BY ?year ?pollutant_name


Permalinks

Geographic coverage

Temporal coverage

Tags

Filed under:
Filed under: air emissions
Document Actions