Object property expressions
-
struct CowlObjPropExp
Represents an ObjectPropertyExpression in the OWL 2 specification.
Pseudo-extends:
CowlObject
-
bool cowl_obj_prop_exp_is_inverse(CowlAnyObjPropExp *exp)
Returns true if the object property expression is inverse.
- Parameters:
exp – The object property expression.
- Returns:
True if the expression is inverse, false otherwise.
-
CowlObjProp *cowl_obj_prop_exp_get_prop(CowlAnyObjPropExp *exp)
Gets the underlying object property.
- Parameters:
exp – The object property expression.
- Returns:
The object property.