SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
Class
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Indication of the terminology collection to which the relevant entry belongs to. On the one hand, these are thematic collections relating to a subject area, which are systematically compiled as part of a terminology project.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
Indication of the terminology collection to which the relevant entry belongs to. On the one hand, these are thematic collections relating to a subject area, which are systematically compiled as part of a terminology project.