Resolve
RDF Terms

    Data based on @zazuko/vocabularies
    Click to Copy
    dash:isSubClassOf
    Click to Copy
    http://datashapes.org/dash#isSubClassOf

    Recommended prefix

    Copy 'PREFIX dash: <http://datashapes.org/dash#>'

    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 . }