{"id":13508335,"url":"https://github.com/rdf-elixir/sparql_client","last_synced_at":"2025-04-27T12:32:03.744Z","repository":{"id":55948056,"uuid":"125924709","full_name":"rdf-elixir/sparql_client","owner":"rdf-elixir","description":"A SPARQL client for Elixir","archived":false,"fork":false,"pushed_at":"2023-05-22T20:38:14.000Z","size":272,"stargazers_count":24,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-21T19:17:38.150Z","etag":null,"topics":["elixir","graph","linked-data","query-language","semantic-web","sparql","sparql-client"],"latest_commit_sha":null,"homepage":"https://rdf-elixir.dev/","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdf-elixir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-03-19T21:48:57.000Z","updated_at":"2024-02-05T21:18:20.000Z","dependencies_parsed_at":"2024-01-26T04:58:49.734Z","dependency_job_id":"1533c2c0-72b5-4be0-931d-f37dd2dab212","html_url":"https://github.com/rdf-elixir/sparql_client","commit_stats":{"total_commits":114,"total_committers":2,"mean_commits":57.0,"dds":0.01754385964912286,"last_synced_commit":"ea4ce8c6db029c6845bea3ffafef9673a5387e1a"},"previous_names":["marcelotto/sparql_client"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdf-elixir%2Fsparql_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdf-elixir%2Fsparql_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdf-elixir%2Fsparql_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdf-elixir%2Fsparql_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdf-elixir","download_url":"https://codeload.github.com/rdf-elixir/sparql_client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224069365,"owners_count":17250456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","graph","linked-data","query-language","semantic-web","sparql","sparql-client"],"created_at":"2024-08-01T02:00:51.603Z","updated_at":"2024-11-11T08:17:04.309Z","avatar_url":"https://github.com/rdf-elixir.png","language":"Elixir","funding_links":[],"categories":["HTTP"],"sub_categories":[],"readme":"\u003cimg src=\"sparql-logo.png\" align=\"right\" /\u003e\n\n# SPARQL.Client\n\n[![Hex.pm](https://img.shields.io/hexpm/v/sparql_client.svg?style=flat-square)](https://hex.pm/packages/sparql_client)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/sparql_client/)\n[![Total Download](https://img.shields.io/hexpm/dt/sparql_client.svg)](https://hex.pm/packages/sparql_client)\n[![License](https://img.shields.io/hexpm/l/sparql_client.svg)](https://github.com/rdf-elixir/sparql_client/blob/master/LICENSE.md)\n\n[![ExUnit Tests](https://github.com/rdf-elixir/sparql_client/actions/workflows/elixir-build-and-test.yml/badge.svg)](https://github.com/rdf-elixir/sparql_client/actions/workflows/elixir-build-and-test.yml)\n[![Dialyzer](https://github.com/rdf-elixir/sparql_client/actions/workflows/elixir-dialyzer.yml/badge.svg)](https://github.com/rdf-elixir/sparql_client/actions/workflows/elixir-dialyzer.yml)\n[![Quality Checks](https://github.com/rdf-elixir/sparql_client/actions/workflows/elixir-quality-checks.yml/badge.svg)](https://github.com/rdf-elixir/sparql_client/actions/workflows/elixir-quality-checks.yml)\n\n\nA [SPARQL protocol](https://www.w3.org/TR/sparql11-protocol/) client for Elixir.\n\nThe API documentation can be found [here](https://hexdocs.pm/sparql_client/). For a guide and more information about SPARQL.Client and it's related projects, go to \u003chttps://rdf-elixir.dev\u003e.\n\n\n## Features\n\n- Executes all forms of SPARQL queries and updates against any SPARQL 1.0/1.1-compatible endpoint over HTTP\n- Validates SPARQL queries before sending them to a SPARQL service endpoint (can be disabled via raw-mode)\n- Supports result sets in both XML, JSON, CSV and TSV formats, with JSON being the preferred default for content-negotiation purposes\n- Supports graph results in any RDF serialization format understood by [RDF.ex]\n- Supports generation of updates (except for `INSERT` and `DELETE` updates), incl. `INSERT/DELETE DATA` updates from all [RDF.ex] data structures\n- Works with multiple HTTP client libraries\n- Supports interpretation of SPARQL-star results\n\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n\n## Consulting\n\nIf you need help with your Elixir and Linked Data projects, just contact [NinjaConcept](https://www.ninjaconcept.com/) via \u003ccontact@ninjaconcept.com\u003e.\n\n\n## License and Copyright\n\n(C) 2018-present Marcel Otto. MIT Licensed, see [LICENSE](LICENSE.md) for details.\n\n\n[SPARQL.Client]:        https://hex.pm/packages/sparql_client\n[SPARQL.ex]:            https://hex.pm/packages/sparql\n[RDF.ex]:               https://hex.pm/packages/rdf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdf-elixir%2Fsparql_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdf-elixir%2Fsparql_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdf-elixir%2Fsparql_client/lists"}