SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Statement
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
ATTENTION: This is an experimental annotation.
This here is really about the instructions given with the indications and also the instructions provided with the the product risk and safety sentences.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
ATTENTION: This is an experimental annotation.
This here is really about the instructions given with the indications and also the instructions provided with the the product risk and safety sentences.