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
- Host: GitHub
- URL: https://github.com/marcelotto/rdf_vocab
- Owner: marcelotto
- License: mit
- Created: 2017-06-24T23:32:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T14:55:11.000Z (about 7 years ago)
- Last Synced: 2025-04-09T13:19:34.536Z (22 days ago)
- Topics: elixir, ontologies, rdf, vocabularies
- Language: Elixir
- Homepage: https://hex.pm/packages/rdf_vocab
- Size: 453 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RDF.Vocab
[](https://travis-ci.org/marcelotto/rdf_vocab)
[](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.