OWLObjectPropertyAssertionAxiom
@protocol OWLObjectPropertyAssertionAxiom <OWLPropertyAssertionAxiom>
Represents an ObjectPropertyAssertion axiom in the OWL 2 Specification.
-
The property of this assertion.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLObjectPropertyExpression> _Nonnull property;
Swift
@NSCopying var property: OWLObjectPropertyExpression { get }
-
The individual of this assertion.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLIndividual> _Nonnull object;
Swift
@NSCopying var object: OWLIndividual { get }