RDF.ex v0.3.0 RDF.Vocabulary.Namespace View Source

A RDF vocabulary as a RDF.Namespace.

RDF.Vocabulary.Namespace modules represent a RDF vocabulary as a RDF.Namespace. They can be defined with the defvocab/2 macro of this module.

RDF.ex comes with predefined modules for some fundamental vocabularies in the RDF.NS module. Furthermore, the rdf_vocab package contains predefined modules for popular vocabularies.

Link to this section Summary

Functions

Defines a RDF.Namespace module for a RDF vocabulary

Link to this section Functions

Link to this macro defvocab(name, opts) View Source (macro)

Defines a RDF.Namespace module for a RDF vocabulary.