next
previous
items

Data table via SPARQL

Production of toxic chemicals by toxicity class

Data table via SPARQL Published 29 Aug 2016 Last modified 26 Aug 2017
This is an old version, kept for reference only.

Go to latest version
This page was archived on 26 Aug 2017 with reason: A new version has been published

Download this dataset

Dataset preview

(Live Query)

date hazard_label obsValue
"2004"^^<http://www.w3.org/2001/XMLSchema#int> "Hazardous and non-hazardous - Total" "354.7"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2005"^^<http://www.w3.org/2001/XMLSchema#int> "Hazardous and non-hazardous - Total" "356.7"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2006"^^<http://www.w3.org/2001/XMLSchema#int> "Hazardous and non-hazardous - Total" "360.4"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2007"^^<http://www.w3.org/2001/XMLSchema#int> "Hazardous and non-hazardous - Total" "370.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2008"^^<http://www.w3.org/2001/XMLSchema#int> "Hazardous and non-hazardous - Total" "339.3"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2009"^^<http://www.w3.org/2001/XMLSchema#int> "Hazardous and non-hazardous - Total" "296"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2010"^^<http://www.w3.org/2001/XMLSchema#int> "Hazardous and non-hazardous - Total" "340"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2011"^^<http://www.w3.org/2001/XMLSchema#int> "Hazardous and non-hazardous - Total" "326.9"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2012"^^<http://www.w3.org/2001/XMLSchema#int> "Hazardous and non-hazardous - Total" "325.6"^^<http://www.w3.org/2001/XMLSchema#decimal>
"2013"^^<http://www.w3.org/2001/XMLSchema#int> "Hazardous and non-hazardous - Total" "320.3"^^<http://www.w3.org/2001/XMLSchema#decimal>

Received 77 rows in 0.002 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/sds/production-of-toxic-chemicals-by/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 sdmx-measure: <http://purl.org/linked-data/sdmx/2009/measure#>
PREFIX sdmx-dimension: <http://purl.org/linked-data/sdmx/2009/dimension#>
PREFIX sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX property: <http://rdfdata.eionet.europa.eu/eurostat/property#>
PREFIX geo: <http://dd.eionet.europa.eu/vocabulary/eurostat/geo/>
PREFIX indic_nv: <http://dd.eionet.europa.eu/vocabulary/eurostat/indic_nv/>

SELECT DISTINCT
year(?date) as ?date
?hazard_label
?obsValue

WHERE {
  { 
  GRAPH <http://rdfdata.eionet.europa.eu/eurostat/data/tsdph320.rdf.gz>
    {
      _:tsdph320 sdmx-dimension:timePeriod ?date . 
      _:tsdph320 sdmx-attribute:unitMeasure ?unit . 
      _:tsdph320 sdmx-dimension:refArea ?geo . 
      _:tsdph320 property:indic_nv indic_nv:PRD . 
      _:tsdph320 property:hazard ?hazard . 
      _:tsdph320 sdmx-measure:obsValue ?obsValue .
    }
  ?hazard rdfs:label ?hazard_label .
  }
}


Permalinks

Document Actions