next
previous
items

Data table via SPARQL

Historic and projected trends of GHG emissions

Data table via SPARQL Published 15 Jun 2016 Last modified 27 Oct 2016

Download this dataset

Dataset preview

(Live Query)

year unfccc_crf_international_scope unfccc_crf_domestic_scope wem_ghg_projections wam_ghg_projections
"" "110"^^<http://www.w3.org/2001/XMLSchema#int> "110"^^<http://www.w3.org/2001/XMLSchema#int> "" ""
"1985"^^<http://www.w3.org/2001/XMLSchema#int> "111"^^<http://www.w3.org/2001/XMLSchema#int> "111"^^<http://www.w3.org/2001/XMLSchema#int> "" ""
"1986"^^<http://www.w3.org/2001/XMLSchema#int> "129"^^<http://www.w3.org/2001/XMLSchema#int> "130"^^<http://www.w3.org/2001/XMLSchema#int> "" ""
"1987"^^<http://www.w3.org/2001/XMLSchema#int> "129"^^<http://www.w3.org/2001/XMLSchema#int> "130"^^<http://www.w3.org/2001/XMLSchema#int> "" ""
"1988"^^<http://www.w3.org/2001/XMLSchema#int> "819"^^<http://www.w3.org/2001/XMLSchema#int> "821"^^<http://www.w3.org/2001/XMLSchema#int> "" ""
"1989"^^<http://www.w3.org/2001/XMLSchema#int> "1094"^^<http://www.w3.org/2001/XMLSchema#int> "1097"^^<http://www.w3.org/2001/XMLSchema#int> "" ""
"1990"^^<http://www.w3.org/2001/XMLSchema#int> "5669"^^<http://www.w3.org/2001/XMLSchema#int> "5738"^^<http://www.w3.org/2001/XMLSchema#int> "" ""
"1991"^^<http://www.w3.org/2001/XMLSchema#int> "5570"^^<http://www.w3.org/2001/XMLSchema#int> "5637"^^<http://www.w3.org/2001/XMLSchema#int> "" ""
"1992"^^<http://www.w3.org/2001/XMLSchema#int> "5390"^^<http://www.w3.org/2001/XMLSchema#int> "5463"^^<http://www.w3.org/2001/XMLSchema#int> "" ""
"1993"^^<http://www.w3.org/2001/XMLSchema#int> "5291"^^<http://www.w3.org/2001/XMLSchema#int> "5369"^^<http://www.w3.org/2001/XMLSchema#int> "" ""

Received 52 rows in 0.001 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/historic-and-projected-trends-of-3/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 geo: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/country/>
PREFIX sectors: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/unfccc_crf_sector/Sectors/>
PREFIX sector: <http://reference.eionet.europa.eu/clrtap_nec_unfccc/unfccc_crf_sector/>
PREFIX rdf-schema: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX ghg_projections: <http://semantic.eea.europa.eu/project/ghg_projections/ghg_projections_2016.tsv#>


SELECT DISTINCT
xsd:integer(?year) as ?year

xsd:integer(round(sum(xsd:double(?unfccc_crf_international_scope))/1000)) AS ?unfccc_crf_international_scope
xsd:integer(round(sum(xsd:double(?unfccc_crf_domestic_scope))/1000)) AS ?unfccc_crf_domestic_scope

bif:either(xsd:integer(?year) >= 2010, round(sum(?wem_ghg_projections)/1000), '') as ?wem_ghg_projections
bif:either(xsd:integer(?year) >= 2010,  round(sum(?wam_ghg_projections)/1000), '') as ?wam_ghg_projections


WHERE {
  { 
    GRAPH <http://r.eionet.europa.eu/rdfdumps/clrtap_nec_unfccc/unfccc_crf.rdf.gz> 
    {
      
      _:unfccc_crf clrtap_nec_unfccc:year ?year . 
      _:unfccc_crf clrtap_nec_unfccc:country_code ?geo .
      FILTER (?geo in (geo:AT, geo:BE, geo:BG, geo:CY, geo:CZ, geo:DE, geo:DK, geo:EE, geo:ES,
               geo:FI, geo:FR, geo:GB, geo:GR, geo:HU, geo:IE, geo:IT, geo:LT, geo:LU, geo:LV,
               geo:MT, geo:NL, geo:PL, geo:PT, geo:RO, geo:SE, geo:SI, geo:SK, geo:HR))
      {
         {  
            _:unfccc_crf clrtap_nec_unfccc:unit 'Gg CO2 equivalent' . 
            _:unfccc_crf clrtap_nec_unfccc:sector_code sectors:Totals_excl_incl .
            _:unfccc_crf clrtap_nec_unfccc:pollutant_name 'All greenhouse gases - (CO2 equivalent)' .
            _:unfccc_crf clrtap_nec_unfccc:emissions ?unfccc_crf_domestic_scope .
         } UNION {
            _:unfccc_crf clrtap_nec_unfccc:unit 'Gg' . 
            _:unfccc_crf clrtap_nec_unfccc:sector_code sector:1.D.1.a .
            _:unfccc_crf clrtap_nec_unfccc:pollutant_name 'CO2' .
            _:unfccc_crf clrtap_nec_unfccc:emissions ?unfccc_crf_domestic_scope .
         }

       } UNION {

          _:unfccc_crf clrtap_nec_unfccc:pollutant_name 'All greenhouse gases - (CO2 equivalent)' . 
          _:unfccc_crf clrtap_nec_unfccc:sector_code sectors:Totals_excl_incl .
          _:unfccc_crf clrtap_nec_unfccc:emissions ?unfccc_crf_international_scope .
      }
    }
  } UNION {  
    GRAPH <http://semantic.eea.europa.eu/project/ghg_projections/ghg_projections_2016.tsv> 
    {
       _:ghg_projections ghg_projections:country_code ?geo . 
       FILTER (?geo != geo:NO and ?geo != geo:CH and ?geo != geo:LI and ?geo != geo:EU)
       _:ghg_projections ghg_projections:sector ?sector .
       FILTER (?sector in ('Total w.out LULUCF', 'M.IB.Aviation'))

       _:ghg_projections ghg_projections:year ?year . 
       FILTER (xsd:integer(?year) >= 2013 and xsd:integer(?year) <= 2035)
       _:ghg_projections ghg_projections:pollutant_name 'Total GHGs (ktCO2e)'  . 
       {
         _:ghg_projections ghg_projections:scenario 'WEM' .
         _:ghg_projections ghg_projections:gapfilled ?wem_ghg_projections .
       } UNION {
         _:ghg_projections ghg_projections:scenario 'WAM' .
         _:ghg_projections ghg_projections:gapfilled ?wam_ghg_projections .
       }
    } 
  }
}
GROUP BY xsd:integer(?year)
ORDER BY xsd:integer(?year)


Document Actions