OWLPropertyAssertionAxiom
@protocol OWLPropertyAssertionAxiom <OWLIndividualAxiom>
Represents a Property Assertion in the OWL 2 specification.
-
The subject of this assertion.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLIndividual> _Nonnull subject; -
The property of this assertion.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLPropertyExpression> _Nonnull property; -
The individual of this assertion.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLPropertyAssertionObject> _Nonnull object;
OWLPropertyAssertionAxiom Protocol Reference