Data Properties
-
struct CowlDataProp : public CowlDataPropExp, public CowlEntity
Represents a DataProperty in the OWL 2 specification.
Public Static Functions
-
static inline CowlDataProp *cowl_data_prop(CowlIRI *iri)
Returns a retained data property.
- Parameters
iri – IRI of the data property.
- Returns
Retained data property, or NULL on error.
-
static inline CowlDataProp *cowl_data_prop_from_string(UString string)
Returns a retained data property given the string representation of its IRI.
- Parameters
string – String representation of the IRI.
- Returns
Retained data property, or NULL on error.
-
static inline CowlIRI *cowl_data_prop_get_iri(CowlDataProp *prop)
Gets the IRI of the specified data property.
- Parameters
prop – The data property.
- Returns
The IRI.
-
cowl_data_prop_from_static(CSTR)
Returns a retained data property given the static string representation of its IRI.
- Parameters
CSTR – [char const[]] Static string.
- Returns
[CowlDataProp *] Retained data property, or NULL on error.
-
static inline CowlDataProp *cowl_data_prop(CowlIRI *iri)