What exactly is CodeS? We define it as a GHS precautionary statement in our documentation page, but having a look at https://en.wikipedia.org/wiki/GHS_precautionary_statements tells me that that is actually not what these codes are.
PREFIX : <https://agriculture.ld.admin.ch/plant-protection/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX cube: <https://cube.link/>
PREFIX schema: <http://schema.org/>
SELECT DISTINCT ?name
WHERE {
?product a :Product ; :ghs ?code .
?code a <https://agriculture.ld.admin.ch/plant-protection/ghs/PrecautionaryStatement> .
?code schema:identifier ?name .
}
(Query can be directly executed on https://lindas.admin.ch/sparql/)
What exactly is CodeS? We define it as a GHS precautionary statement in our documentation page, but having a look at https://en.wikipedia.org/wiki/GHS_precautionary_statements tells me that that is actually not what these codes are.
(Query can be directly executed on https://lindas.admin.ch/sparql/)