next
previous
items

Data table via SPARQL

Industrial facilities causing the highest damage costs to health and the environment

Data table via SPARQL Published 06 Nov 2014 Last modified 29 Jan 2016

Download this dataset

Dataset preview

(Live Query)

rank country facility city activity_name low high
"1"^^<http://www.w3.org/2001/XMLSchema#int> "Bulgaria" "TETs Maritsa iztok 2 EAD" "Kovachevo" "Thermal power stations and other combustion installations" "7465"^^<http://www.w3.org/2001/XMLSchema#int> "23902"^^<http://www.w3.org/2001/XMLSchema#int>
"2"^^<http://www.w3.org/2001/XMLSchema#int> "Poland" "PGE Elektrownia Be\u0142chat\u00f3w S.A." "Rogowiec" "Thermal power stations and other combustion installations" "5997"^^<http://www.w3.org/2001/XMLSchema#int> "18702"^^<http://www.w3.org/2001/XMLSchema#int>
"3"^^<http://www.w3.org/2001/XMLSchema#int> "Romania" "Complexul Energetic Turceni" "Turceni" "Thermal power stations and other combustion installations" "4916"^^<http://www.w3.org/2001/XMLSchema#int> "14705"^^<http://www.w3.org/2001/XMLSchema#int>
"4"^^<http://www.w3.org/2001/XMLSchema#int> "Germany" "Vattenfall Europe Generation AG Kraftwerk J\u00e4nschwalde" "Peitz" "Thermal power stations and other combustion installations" "3498"^^<http://www.w3.org/2001/XMLSchema#int> "11597"^^<http://www.w3.org/2001/XMLSchema#int>
"5"^^<http://www.w3.org/2001/XMLSchema#int> "United Kingdom" "Drax Power Limited, Drax Power Ltd" "Selby" "Thermal power stations and other combustion installations" "3482"^^<http://www.w3.org/2001/XMLSchema#int> "11216"^^<http://www.w3.org/2001/XMLSchema#int>
"6"^^<http://www.w3.org/2001/XMLSchema#int> "Romania" "Complexul Energetic Rovinari" "Rovinari" "Thermal power stations and other combustion installations" "3198"^^<http://www.w3.org/2001/XMLSchema#int> "9609"^^<http://www.w3.org/2001/XMLSchema#int>
"7"^^<http://www.w3.org/2001/XMLSchema#int> "Poland" "PGE Elektrownia Tur\u00f3w S.A." "Bogatynia" "Thermal power stations and other combustion installations" "2797"^^<http://www.w3.org/2001/XMLSchema#int> "8552"^^<http://www.w3.org/2001/XMLSchema#int>
"8"^^<http://www.w3.org/2001/XMLSchema#int> "Poland" "Elektrownia \"KOZIENICE\" S.A." "\u015awier\u017ce G\u00f3rne" "Thermal power stations and other combustion installations" "2667"^^<http://www.w3.org/2001/XMLSchema#int> "8099"^^<http://www.w3.org/2001/XMLSchema#int>
"9"^^<http://www.w3.org/2001/XMLSchema#int> "Germany" "RWE Power AG Kraftwerk Niederau\u00dfem" "Bergheim" "Thermal power stations and other combustion installations" "2276"^^<http://www.w3.org/2001/XMLSchema#int> "8056"^^<http://www.w3.org/2001/XMLSchema#int>
"10"^^<http://www.w3.org/2001/XMLSchema#int> "United Kingdom" "Longannet Power Station" "Kincardine" "Thermal power stations and other combustion installations" "2226"^^<http://www.w3.org/2001/XMLSchema#int> "6834"^^<http://www.w3.org/2001/XMLSchema#int>

Received 14325 rows in 0.354 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/facilities-which-have-most-contributed/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 tableFile: <http://semantic.eea.europa.eu/project/cost_from_industrial_facilities/cost_industrial_facilities_09_2014.tsv#>

SELECT DISTINCT
?rank
?country
?facility 
?city 
?activity_name 
?low 
?high 

WHERE {
  { 
  GRAPH <http://semantic.eea.europa.eu/project/cost_from_industrial_facilities/cost_industrial_facilities_09_2014.tsv> 
    {
      _:cost_industrial_facilities tableFile:rank ?rank .
      _:cost_industrial_facilities tableFile:facilityId ?facilityId .
      OPTIONAL { _:cost_industrial_facilities tableFile:facility ?facility } .
      OPTIONAL { _:cost_industrial_facilities tableFile:city ?city } .
      OPTIONAL { _:cost_industrial_facilities tableFile:country ?country } .
      OPTIONAL { _:cost_industrial_facilities tableFile:activity_code ?activity_code } .
      OPTIONAL { _:cost_industrial_facilities tableFile:activity_name ?activity_name } .
      OPTIONAL { _:cost_industrial_facilities tableFile:low ?low } .
      OPTIONAL { _:cost_industrial_facilities tableFile:high ?high } .
      OPTIONAL { _:cost_industrial_facilities tableFile:snap_code ?snap_code } .
      OPTIONAL { _:cost_industrial_facilities tableFile:snap_name ?snap_name } .
    }
  }
}
ORDER BY ?rank



Permalinks

Document Actions