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.

struct CowlRDFSIRIVocab

Vocabulary of RDFS IRIs.

Public Members

CowlIRI *comment

rdfs:comment

CowlIRI *defined_by

rdfs:isDefinedBy

CowlIRI *label

rdfs:label

CowlIRI *literal

rdfs:Literal

CowlIRI *see_also

rdfs:seeAlso

struct CowlRDFSDatatypeVocab

Vocabulary of RDFS datatypes.

Public Members

CowlDatatype *literal

rdfs: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

CowlRDFSVocab const *cowl_rdfs_vocab(void)

Returns the RDFS vocabulary.

Returns:

The RDFS vocabulary.