From fc4a86483deac8677a61633183adfc134e1a5706 Mon Sep 17 00:00:00 2001 From: Marcel Otto Date: Tue, 15 May 2018 21:39:52 +0200 Subject: [PATCH] Add link to SPARQL.Client --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31ce425..1c2fc73 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ An implementation of the [RDF](https://www.w3.org/TR/rdf11-primer/) data model i - a description DSL resembling Turtle in Elixir - implementations for the [N-Triples], [N-Quads] and [Turtle] serialization formats - [JSON-LD] is implemented in the separate [JSON-LD.ex] package +- a SPARQL client is implemented in the separate [SPARQL.Client] package ## Installation @@ -747,7 +748,8 @@ see [CONTRIBUTING](CONTRIBUTING.md) for details. [RDF.ex]: https://hex.pm/packages/rdf [rdf_vocab]: https://hex.pm/packages/rdf_vocab -[JSON-LD.ex]: https://hex.pm/packages/json_ld +[JSON-LD.ex]: https://hex.pm/packages/json_ld +[SPARQL.Client]: https://hex.pm/packages/sparql_client [N-Triples]: https://www.w3.org/TR/n-triples/ [N-Quads]: https://www.w3.org/TR/n-quads/ [Turtle]: https://www.w3.org/TR/turtle/