subclassof
SubClassOf is a fundamental axiom in description logics and the Web Ontology Language (OWL) that expresses a subsumption relationship between two class expressions. If C is a subclass of D, then every instance of C is also an instance of D.
Formal semantics: In an interpretation I, SubClassOf(C, D) means that C interpreted as a set, C^I, is
Use and implications: SubClassOf forms the backbone of class hierarchies in ontologies. It enables reasoning tools
Practical notes: SubClassOf axioms must be consistent with other axioms in the ontology, such as disjointness