Object Properties

struct CowlObjProp : public CowlObjPropExp, public CowlEntity

Represents an ObjectProperty in the OWL 2 specification.

Public Static Functions

static inline CowlObjProp *cowl_obj_prop(CowlIRI *iri)

Returns a retained object property.

Parameters

iri – IRI of the object property.

Returns

Retained object property, or NULL on error.

static inline CowlObjProp *cowl_obj_prop_from_string(UString string)

Returns a retained object property given the string representation of its IRI.

Parameters

string – String representation of the IRI.

Returns

Retained object property, or NULL on error.

static inline CowlIRI *cowl_obj_prop_get_iri(CowlObjProp *prop)

Gets the IRI of the specified object property.

Parameters

prop – The object property.

Returns

The IRI.

cowl_obj_prop_from_static(CSTR)

Returns a retained object property given the static string representation of its IRI.

Parameters
  • CSTR – [char const[]] Static string.

Returns

[CowlObjProp *] Retained object property, or NULL on error.