Data Property Expressions

struct CowlDataPropExp : public CowlObject

Represents a DataPropertyExpression in the OWL 2 specification.

Subclassed by CowlDataProp

Public Static Functions

static inline CowlDataProp *cowl_data_prop_exp_get_prop(CowlAnyDataPropExp *exp)

Gets the underlying data property.

Parameters

exp – The data property expression.

Returns

The data property.

Subclasses