next
previous
items

Data table via SPARQL

Contribution of anthropogenic sources to total emissions of F-gases in EU28 for 2012

Data table via SPARQL Published 01 Oct 2014 Last modified 19 Apr 2016

Download this dataset

Dataset preview

(Live Query)

pollutant_name stationary_combustion mobile_combustion fugitive_fuel_emissions industrial_processes_and_solvent_use agriculture waste_handling other
"F-gases" "" "" "" "100"^^<http://www.w3.org/2001/XMLSchema#decimal> "" "" ""

Received 1 rows in 0.113 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/contribution-of-anthropogenic-sources-to-1/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 geo: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/country/>
PREFIX sector: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/unfccc_crf_sector/>

SELECT 
'F-gases' as ?pollutant_name
round(sum(?stationary_combustion)/sum(?total_emissions)*1000)/10.0 as  ?stationary_combustion
round(sum(?mobile_combustion)/sum(?total_emissions)*1000)/10.0 as  ?mobile_combustion
round(sum(?fugitive_fuel_emissions)/sum(?total_emissions)*1000)/10.0 as  ?fugitive_fuel_emissions
round(sum(?industrial_processes_and_solvent_use)/sum(?total_emissions)*1000)/10.0 as  ?industrial_processes_and_solvent_use
round(sum(?agriculture)/sum(?total_emissions)*1000)/10.0 as  ?agriculture
round(sum(?waste_handling)/sum(?total_emissions)*1000)/10.0 as  ?waste_handling
round(sum(?other)/sum(?total_emissions)*1000)/10.0 as  ?other

WHERE {
{ 
 GRAPH <http://r.eionet.europa.eu/rdfdumps/clrtap_nec_unfccc/unfccc_crf.rdf.gz> 
  {
  _:unfccc_crf clrtap_nec_unfccc:year ?year . FILTER (?year = '2012')
  _:unfccc_crf clrtap_nec_unfccc:country_code geo:EU28 .
  _:unfccc_crf clrtap_nec_unfccc:pollutant_name ?pollutant_name . 
  FILTER (?pollutant_name in ('PFCs - (CO2 equivalent)', 'SF6 - (CO2 equivalent)', 'HFCs - (CO2 equivalent)'))
  _:unfccc_crf clrtap_nec_unfccc:unit ?unit .
  _:unfccc_crf clrtap_nec_unfccc:sector_code ?sector_code .
  {
    FILTER (?sector_code in (
     sector:1.A.1.A, sector:1.A.1.B, sector:1.A.1.C, sector:1.A.2.A,
     sector:1.A.2.B, sector:1.A.2.C, sector:1.A.2.D, sector:1.A.2.E,
     sector:1.A.2.F, sector:1.A.4.A, sector:1.A.4.B, sector:1.A.4.C,
     sector:1.A.5.A, sector:1.A.5.B))
    _:unfccc_crf clrtap_nec_unfccc:emissions ?stationary_combustion .    
  } UNION {
    FILTER (?sector_code in (
     sector:1.A.3.A, sector:1.A.3.B,
     sector:1.A.3.C, sector:1.A.3.D,
     sector:1.A.3.E, sector:1.C1.A, sector:1.C1.B))
    _:unfccc_crf clrtap_nec_unfccc:emissions ?mobile_combustion .    
  } UNION {
    FILTER (?sector_code in (sector:1.B))
    _:unfccc_crf clrtap_nec_unfccc:emissions ?fugitive_fuel_emissions .
  } UNION {
    FILTER (?sector_code in (
     sector:2.A, sector:2.B, sector:2.C, sector:2.D,
     sector:2.E, sector:2.F, sector:2.G, sector:3))
    _:unfccc_crf clrtap_nec_unfccc:emissions ?industrial_processes_and_solvent_use . 
  } UNION {
    FILTER (?sector_code in (
     sector:4.A, sector:4.B, sector:4.C, sector:4.D,
     sector:4.E,sector:4.F,  sector:4.G))
    _:unfccc_crf clrtap_nec_unfccc:emissions ?agriculture . 
  } UNION {
    FILTER (?sector_code in (
    sector:6.A, sector:6.B, sector:6.C, sector:6.D))
    _:unfccc_crf clrtap_nec_unfccc:emissions ?waste_handling .
  } UNION {
    FILTER (?sector_code in (sector:7))
    _:unfccc_crf clrtap_nec_unfccc:emissions ?other .
  } UNION {
    FILTER (?sector_code in (sector:NT_excl, sector:1.C1.A, sector:1.C1.B)) .
    _:unfccc_crf clrtap_nec_unfccc:emissions ?total_emissions .
  }
  } 
 }
}


Permalinks

Document Actions