OWLObjectPropertyDomainAxiom
@protocol OWLObjectPropertyDomainAxiom <OWLPropertyDomainAxiom,
OWLObjectPropertyAxiom>
Represents ObjectPropertyDomain axioms in the OWL 2 specification.
-
The object property expression that this axiom describes.
Declaration
Objective-C
@property (nonatomic, copy, readonly) id<OWLObjectPropertyExpression> _Nonnull property;
Swift
@NSCopying var property: OWLObjectPropertyExpression { get }