Skip to content

CodeS are unclear #66

@damian-oswald

Description

@damian-oswald

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/)

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions