OWLSubClassOfAxiom
@protocol OWLSubClassOfAxiom <OWLClassAxiom>
Represents a SubClassOf axiom in the OWL 2 Specification.
-
The subclass in this axiom.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLClassExpression> _Nonnull subClass;
-
The superclass in this axiom.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLClassExpression> _Nonnull superClass;