Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.11 KB

RDF.Vocab

Travis Hex.pm

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.

Installation

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

Contributing

If you think a popular or otherwise important vocabulary is missing, you can recommend its inclusion by creating an issue or a pull request.

License and Copyright

(c) 2017 Marcel Otto. MIT Licensed, see LICENSE for details.