OWLObjectPropertyRangeAxiom
@protocol
OWLObjectPropertyRangeAxiom <OWLPropertyRangeAxiom, OWLObjectPropertyAxiom>
Represents ObjectPropertyRange axioms in the OWL 2 specification.
-
The property expression that this axiom describes.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLObjectPropertyExpression> _Nonnull property;
Swift
@NSCopying var property: OWLObjectPropertyExpression { get }
-
The range specified by this axiom.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLClassExpression> _Nonnull range;
Swift
@NSCopying var range: OWLClassExpression { get }