Popularity
4.2
Declining
Activity
5.0
-
24
6
6

Monthly Downloads: 1,096
Programming language: Elixir
License: MIT License
Tags: HTTP    
Latest version: v0.3.0

sparql_client alternatives and similar packages

Based on the "HTTP" category.
Alternatively, view sparql_client alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of sparql_client or a related project?

Add another 'HTTP' Package

README

SPARQL.Client

CI Hex.pm

A SPARQL protocol client for Elixir.

The API documentation can be found here. For a guide and more information about SPARQL.Client and it's related projects, go to https://rdf-elixir.dev.

Features

  • executes all forms of SPARQL queries and updates against any SPARQL 1.0/1.1-compatible endpoint over HTTP
  • validates SPARQL queries before sending them to a SPARQL service endpoint (can be disabled via raw-mode)
  • 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
  • supports generation of updates (except for INSERT and DELETE updates), incl. INSERT/DELETE DATA updates from all RDF.ex data structures
  • 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 [email protected] or visit https://www.cokron.com/kontakt

License and Copyright

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


*Note that all licence references and agreements mentioned in the sparql_client README section above are relevant to that project's source code only.