Annotation Values
-
struct CowlAnnotValue : public CowlObject
Represents annotation values, which can be either anonymous individuals, IRIs, or literals.
See also
Subclassed by CowlAnonInd, CowlIRI, CowlLiteral
Public Functions
-
CowlAnnotValueType cowl_annot_value_get_type(CowlAnyAnnotValue *value)
Gets the type of the specified annotation value.
- Parameters
value – The annotation value.
- Returns
The type.
-
CowlAnnotValueType cowl_annot_value_get_type(CowlAnyAnnotValue *value)