README.md

# SPARQL.Client

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


A [SPARQL protocol](https://www.w3.org/TR/sparql11-protocol/) client for Elixir.

For more about SPARQL.Client and it's related projects, go to <https://rdf-elixir.dev>.


## Features

- executes all forms of SPARQL queries against any SPARQL 1.0/1.1-compatible endpoint over HTTP
- supports result sets in both XML, JSON, CSV and TSV formats, with JSON being the preferred default for content-negotiation purposes
- supports graph results in any RDF serialization format understood by [RDF.ex]
- works with multiple HTTP client libraries



## Contributing

see [CONTRIBUTING](CONTRIBUTING.md) for details.


## Consulting and Partnership

If you need help with your Elixir and Linked Data projects, just contact <info@cokron.com> or visit <https://www.cokron.com/kontakt>


## License and Copyright

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


[SPARQL.Client]:        https://hex.pm/packages/sparql_client
[SPARQL.ex]:            https://hex.pm/packages/sparql
[RDF.ex]:               https://hex.pm/packages/rdf