A collection of RDF.ex namespaces for various popular or otherwise important vocabularies.
The available vocabularies can be found here. For more information about RDF.ex namespaces in general, please refer to the documentation of RDF.ex.
The RDF.Vocab Hex package can be installed as usual, by adding rdf_vocab
to your list of dependencies in mix.exs
:
def deps do
[{:rdf_vocab, "~> 0.2"}]
end
If you think a popular or otherwise important vocabulary is missing, you can recommend its inclusion by creating an issue or a pull request.
(c) 2017 Marcel Otto. MIT Licensed, see LICENSE for details.