OWLPropertyDomainAxiom
@protocol OWLPropertyDomainAxiom <OWLUnaryPropertyAxiom>
/// The domain specified by this property axiom.
@property (nonatomic, copy, readonly) id<OWLClassExpression> domain;
@end
Undocumented
-
The domain specified by this property axiom.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLClassExpression> _Nonnull domain;