Annotation Properties
-
struct CowlAnnotProp : public CowlEntity
Represents an AnnotationProperty in the OWL 2 specification.
Public Static Functions
-
static inline CowlAnnotProp *cowl_annot_prop(CowlIRI *iri)
Returns a retained annotation property.
- Parameters
iri – IRI of the property.
- Returns
Retained annotation property, or NULL on error.
-
static inline CowlAnnotProp *cowl_annot_prop_from_string(UString string)
Returns a retained annotation property given the string representation of its IRI.
- Parameters
string – String representation of the IRI.
- Returns
Retained annotation property, or NULL on error.
-
static inline CowlIRI *cowl_annot_prop_get_iri(CowlAnnotProp *prop)
Gets the IRI of the specified annotation property.
- Parameters
prop – The annotation property.
- Returns
IRI of the annotation property.
-
cowl_annot_prop_from_static(CSTR)
Returns a retained annotation property given the static string representation of its IRI.
- Parameters
CSTR – [char const[]] Static string.
- Returns
[CowlAnnotProp *] Retained annotation property, or NULL on error.
-
static inline CowlAnnotProp *cowl_annot_prop(CowlIRI *iri)