next
previous
items

Data table via SPARQL

SOx exl.int.shipping component in trend in emissions of air pollutants from transport

Data table via SPARQL Published 11 Jul 2016 Last modified 27 Oct 2016
This is an old version, kept for reference only.

Go to latest version

Download this dataset

Dataset preview

(Live Query)

year pollutant_name emissions emissions_idx index
"1990" "SOx excluding international shipping" "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "100"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1991" "SOx excluding international shipping" "970"^^<http://www.w3.org/2001/XMLSchema#decimal> "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "95.5"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1992" "SOx excluding international shipping" "988"^^<http://www.w3.org/2001/XMLSchema#decimal> "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "97.2"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1993" "SOx excluding international shipping" "977"^^<http://www.w3.org/2001/XMLSchema#decimal> "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "96.2"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1994" "SOx excluding international shipping" "945"^^<http://www.w3.org/2001/XMLSchema#decimal> "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "93"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1995" "SOx excluding international shipping" "823"^^<http://www.w3.org/2001/XMLSchema#decimal> "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "81"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1996" "SOx excluding international shipping" "770"^^<http://www.w3.org/2001/XMLSchema#decimal> "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "75.8"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1997" "SOx excluding international shipping" "610"^^<http://www.w3.org/2001/XMLSchema#decimal> "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "60"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1998" "SOx excluding international shipping" "622"^^<http://www.w3.org/2001/XMLSchema#decimal> "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "61.2"^^<http://www.w3.org/2001/XMLSchema#decimal>
"1999" "SOx excluding international shipping" "597"^^<http://www.w3.org/2001/XMLSchema#decimal> "1016"^^<http://www.w3.org/2001/XMLSchema#decimal> "58.8"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 25 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/sox-exl-int-shipping-component-2/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
'SOx excluding international shipping' as ?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_x .
   ?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_x .
   ?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: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/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_x in ('SOx', 'PM2.5', 'PM10', 'NOx', 'NMVOC', 'CO'))
   FILTER (?pollutant_name_x in ('SOx'))
   #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


Document Actions