RDF vocabulary

struct CowlRDFVocab

The RDF vocabulary.

Public Members

CowlString *ns

RDF namespace.

CowlString *prefix

RDF prefix.

CowlRDFIRIVocab iri

IRIs sub-vocabulary.

CowlRDFDatatypeVocab dt

Datatypes sub-vocabulary.

struct CowlRDFIRIVocab

Vocabulary of RDF IRIs.

Public Members

CowlIRI *lang_range

rdf:langRange

CowlIRI *lang_string

rdf:langString

CowlIRI *plain_literal

rdf:PlainLiteral

CowlIRI *xml_literal

rdf:XMLLiteral

struct CowlRDFDatatypeVocab

Vocabulary of RDF datatypes.

Public Members

CowlDatatype *lang_string

rdf:langString

CowlDatatype *plain_literal

rdf:PlainLiteral

CowlDatatype *xml_literal

rdf:XMLLiteral

CowlRDFVocab const *cowl_rdf_vocab(void)

Returns the RDF vocabulary.

Returns:

The RDF vocabulary.