SELECT ?title WHERE { ?? (rdfs:label|skos:prefLabel|schema:name) ?title . }
Relevant Unit
SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
ObjectProperty
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
This property is used for qudt:Discipline instances to identify the Unit instances that are used within a given discipline.
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000