Data table via SPARQL
Air pollution damage costs by country
Download this dataset
Dataset preview
(Live Query)
Received 29 rows in 0.042 seconds.
https://www.eea.europa.eu/data-and-maps/daviz/sds/air-pollution-damage-costs-by-country/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.
semantic.eea.europa.eu/sparql
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX tableFile: <http://semantic.eea.europa.eu/project/cost_from_industrial_facilities/cost_industrial_facilities_09_2014.tsv#>
PREFIX geo: <http://rdfdata.eionet.europa.eu/eea/countries/>
SELECT DISTINCT
?country
sum(?low) as ?low
sum(?high) as ?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 .
_:cost_industrial_facilities tableFile:facility ?facility .
_:cost_industrial_facilities tableFile:city ?city .
_:cost_industrial_facilities tableFile:country ?country .
_:cost_industrial_facilities tableFile:activity_code ?activity_code .
_:cost_industrial_facilities tableFile:activity_name ?activity_name .
_:cost_industrial_facilities tableFile:low ?low .
_:cost_industrial_facilities tableFile:high ?high .
_:cost_industrial_facilities tableFile:snap_code ?snap_code .
_:cost_industrial_facilities tableFile:snap_name ?snap_name .
}
}
}
GROUP BY ?country
ORDER BY ?country
Permalinks
- Permalink to this version
- 30e3c1ac07d147ebbf0ad86b0a342c4f
- Permalink to latest version
- 0U59IQW4DX
For references, please go to https://www.eea.europa.eu/data-and-maps/daviz/sds/air-pollution-damage-costs-by-country or scan the QR code.
PDF generated on 29 Jan 2023, 04:13 PM
Document Actions
Share with others