OWL vocabulary
-
struct CowlOWLVocab
The OWL 2 vocabulary.
Public Members
-
CowlString *ns
OWL namespace.
-
CowlString *prefix
OWL prefix.
-
CowlOWLIRIVocab iri
IRIs sub-vocabulary.
-
CowlOWLClassVocab cls
Classes sub-vocabulary.
-
CowlOWLDatatypeVocab dt
Datatypes sub-vocabulary.
-
CowlOWLObjPropVocab obj_prop
Object properties sub-vocabulary.
-
CowlOWLDataPropVocab data_prop
Data properties sub-vocabulary.
-
CowlOWLAnnotPropVocab annot_prop
Annotation properties sub-vocabulary.
-
CowlString *ns
-
struct CowlOWLIRIVocab
Vocabulary of OWL IRIs.
Public Members
-
struct CowlOWLClassVocab
Vocabulary of OWL classes.
-
struct CowlOWLDatatypeVocab
Vocabulary of OWL datatypes.
-
struct CowlOWLObjPropVocab
Vocabulary of OWL object properties.
Public Members
-
CowlObjProp *top_obj_prop
owl:topObjectProperty
-
CowlObjProp *bottom_obj_prop
owl:bottomObjectProperty
-
CowlObjProp *top_obj_prop
-
struct CowlOWLDataPropVocab
Vocabulary of OWL data properties.
Public Members
-
CowlDataProp *top_data_prop
owl:topDataProperty
-
CowlDataProp *bottom_data_prop
owl:bottomDataProperty
-
CowlDataProp *top_data_prop
-
struct CowlOWLAnnotPropVocab
Vocabulary of OWL annotation properties.
Public Members
-
CowlAnnotProp *backward_comp
owl:backwardCompatibleWith
-
CowlAnnotProp *deprecated
owl:deprecated
-
CowlAnnotProp *incompatible
owl:incompatibleWith
-
CowlAnnotProp *prior_version
owl:priorVersion
-
CowlAnnotProp *version_info
owl:version_info
-
CowlAnnotProp *backward_comp
-
CowlOWLVocab const *cowl_owl_vocab(void)
Returns the OWL 2 vocabulary.
- Returns:
The OWL 2 vocabulary.