OWLClassAssertionAxiom

@protocol OWLClassAssertionAxiom <OWLIndividualAxiom>

Represents ClassAssertion axioms in the OWL 2 Specification.

  • The class expression that is asserted to be a type for an individual by this axiom.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) id<OWLClassExpression> _Nonnull classExpression;
  • The individual that is asserted to be an instance of a class expression by this axiom.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) id<OWLIndividual> _Nonnull individual;