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.
-
CowlString *ns
-
struct CowlRDFIRIVocab
Vocabulary of RDF IRIs.
-
struct CowlRDFDatatypeVocab
Vocabulary of RDF datatypes.
Public Members
-
CowlDatatype *lang_string
rdf:langString
-
CowlDatatype *plain_literal
rdf:PlainLiteral
-
CowlDatatype *xml_literal
rdf:XMLLiteral
-
CowlDatatype *lang_string
-
CowlRDFVocab const *cowl_rdf_vocab(void)
Returns the RDF vocabulary.
- Returns:
The RDF vocabulary.