Packages

A parser for the Data Catalog Vocabulary (DCAT) in Elixir

Current section

Files

Jump to
Raw

README.md

# DataCatalog
A parser for the [Data Catalog Vocabulary (DCAT)](https://www.w3.org/TR/vocab-dcat/) in Elixir.
## Installation
```elixir
def deps do
[
{:data_catalog, "~> 0.1.0"}
]
end
```
Documentation is available on [HexDocs](https://hexdocs.pm/ex_data_catalog).