All official European Union website addresses are in the europa.eu domain.
See all EU institutions and bodiesDo something for our planet, print this page only if needed. Even a small action can make an enormous difference when millions of people do it!
Data table via SPARQL
Received 1 rows in 0.023 seconds.
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.
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 .
}
}
}
}
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/contribution-of-anthropogenic-sources-to-1 or scan the QR code.
PDF generated on 15 Oct 2024, 06:04 AM
Engineered by: EEA Web Team
Software updated on 26 September 2023 08:13 from version 23.8.18
Software version: EEA Plone KGS 23.9.14
Document Actions
Share with others