Skip to content

Substances without names #70

@damian-oswald

Description

@damian-oswald

There are eight substances without names.

PREFIX : <https://agriculture.ld.admin.ch/plant-protection/>
PREFIX schema: <http://schema.org/>
SELECT DISTINCT ?substance
WHERE {
  ?substance a :Substance .
  FILTER NOT EXISTS {
    ?substance schema:name ?name .
  }
}

Although they seem to exist in the data. There must be some bug in the integration.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions