Functional Data Properties

struct CowlFuncDataPropAxiom : public CowlAxiom

Represents a FunctionalDataProperty axiom in the OWL 2 Specification.

Public Static Functions

static inline CowlFuncDataPropAxiom *cowl_func_data_prop_axiom(CowlAnyDataPropExp *prop, CowlVector *annot)

Returns a retained functional data property axiom.

Parameters
  • prop – The data property.

  • annot – [optional] The annotations.

Returns

Retained axiom, or NULL on error.

static inline CowlDataPropExp *cowl_func_data_prop_axiom_get_prop(CowlFuncDataPropAxiom *axiom)

Gets the data property.

Parameters

axiom – The axiom.

Returns

The data property.

static inline CowlVector *cowl_func_data_prop_axiom_get_annot(CowlFuncDataPropAxiom *axiom)

Gets the annotations of the specified axiom.

Parameters

axiom – The axiom.

Returns

The annotations.