RDF.ex v0.6.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.

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.