Inverse Object Properties

struct CowlInvObjProp : public CowlObjPropExp

Represents an InverseObjectProperty in the OWL 2 specification.

Public Static Functions

static inline CowlInvObjProp *cowl_inv_obj_prop(CowlObjProp *prop)

Returns a retained inverse object property.

Parameters

prop – The object property of which the expression is the inverse of.

Returns

Retained inverse object property, or NULL on error.

static inline CowlObjProp *cowl_inv_obj_prop_get_prop(CowlInvObjProp *inv)

Gets the property of which the expression is the inverse of.

Parameters

inv – The inverse object property.

Returns

The property.