Resolve
RDF Terms
Data based on @zazuko/vocabularies
Defined by
DASH Data Shapes Vocabulary
Click to Copy
dash:isSubClassOf
Click to Copy
http://datashapes.org/dash#isSubClassOf
Namespace
Recommended prefix
Copy 'PREFIX dash: <http://datashapes.org/dash#>'
lang:""
is subclass of
lang:""
Returns true if a given class (first argument) is a subclass of a given other class (second argument), or identical to that class. This is equivalent to an rdfs:subClassOf* check.
lang:""
ASK {
$subclass rdfs:subClassOf* $superclass .
}