OWLObjectPropertyExpression
@protocol OWLObjectPropertyExpression <OWLPropertyExpression>
Represents an ObjectPropertyExpression in the OWL 2 specification.
-
This property as a named object property if it is such, or nil.
Declaration
Objective-C
- (nullable id<OWLObjectProperty>)asOWLObjectProperty;