An open API service indexing awesome lists of open source software.

https://github.com/marcelotto/rdf_vocab

A collection of RDF.ex namespaces for various vocabularies
https://github.com/marcelotto/rdf_vocab

elixir ontologies rdf vocabularies

Last synced: 21 days ago
JSON representation

A collection of RDF.ex namespaces for various vocabularies

Awesome Lists containing this project

README

        

# RDF.Vocab

[![Travis](https://img.shields.io/travis/marcelotto/rdf_vocab.svg?style=flat-square)](https://travis-ci.org/marcelotto/rdf_vocab)
[![Hex.pm](https://img.shields.io/hexpm/v/rdf_vocab.svg?style=flat-square)](https://hex.pm/packages/rdf_vocab)

A collection of [RDF.ex](https://hex.pm/packages/rdf) namespaces for various popular or otherwise important vocabularies.

The available vocabularies can be found [here](http://hexdocs.pm/rdf_vocab). For more information about RDF.ex namespaces in general, please refer to the [documentation](https://hexdocs.pm/rdf/) of RDF.ex.

## Installation

The [RDF.Vocab](https://hex.pm/packages/rdf_vocab) Hex package can be installed as usual, by adding `rdf_vocab` to your list of dependencies in `mix.exs`:

```elixir
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](https://github.com/marcelotto/rdf_vocab/issues/new) or a pull request.

## License and Copyright

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