RDFS vocabulary
-
struct CowlRDFSVocab
The RDFS vocabulary.
Public Members
-
CowlString *ns
RDFS namespace.
-
CowlString *prefix
RDFS prefix.
-
CowlRDFSIRIVocab iri
IRIs sub-vocabulary.
-
CowlRDFSDatatypeVocab dt
Datatypes sub-vocabulary.
-
CowlRDFSAnnotPropVocab annot_prop
Annotation properties sub-vocabulary.
-
CowlString *ns
-
struct CowlRDFSIRIVocab
Vocabulary of RDFS IRIs.
-
struct CowlRDFSDatatypeVocab
Vocabulary of RDFS datatypes.
Public Members
-
CowlDatatype *literal
rdfs:Literal
-
CowlDatatype *literal
-
struct CowlRDFSAnnotPropVocab
Vocabulary of RDFS annotation properties.
Public Members
-
CowlAnnotProp *comment
rdfs:comment
-
CowlAnnotProp *defined_by
rdfs:isDefinedBy
-
CowlAnnotProp *label
rdfs:label
-
CowlAnnotProp *see_also
rdfs:seeAlso
-
CowlAnnotProp *comment
-
CowlRDFSVocab const *cowl_rdfs_vocab(void)
Returns the RDFS vocabulary.
- Returns:
The RDFS vocabulary.