OWLDeclarationAxiom

@protocol OWLDeclarationAxiom <OWLAxiom>

Represents a Declaration in the OWL 2 specification.

  • The entity that this axiom declares.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) id<OWLEntity> _Nonnull entity;