The Wayback Machine - https://web.archive.org/web/20210717021051/https://github.com/topics/sparql-endpoints
Here are
50 public repositories
matching this topic...
A wrapper for a remote SPARQL endpoint
Updated
Jan 2, 2021
Python
GraphQL interface for querying and serving linked data on the Web.
Updated
Jun 28, 2021
Java
🖧 Quads in Git - Distributed Version Control for RDF Knowledge Bases
Updated
Jul 16, 2021
Python
一个权威的医疗rdf数据集, 医疗知识图谱。Patient Disease Drug Graph.
Updated
Oct 31, 2018
HTML
Very fast SPARQL Engine, which can handle very large datasets like Wikidata, offers context-sensitive Autocompletion for SPARQL queries, and allows combination with Text Search. It's faster than anything else out there, in particular faster than Blazegraph or Virtuoso. The index builds are also much faster.
Updated
Jul 16, 2021
Java
🧙 Sage: a SPARQL query engine for public Linked Data providers
Updated
Jul 5, 2021
Python
A SPARQL query federator of heterogeneous data sources
Updated
Jul 7, 2021
JavaScript
Knowledge graph construction: Fast inserts into a Wikibase instance
Updated
May 31, 2021
Python
Virtuoso SPARQL HTTP Client for Node.js
Updated
Jun 19, 2018
JavaScript
SPARQL-proxy: provides cache, job control, and logging for any SPARQL endpoint
Updated
May 13, 2021
JavaScript
An adaptive query processing engine for SPARQL endpoints.
Updated
Sep 13, 2017
Python
Sparklis is a query builder in natural language that allows people to explore and query SPARQL endpoints with all the power of SPARQL and without any knowledge of SPARQL.
Updated
Jun 29, 2021
OCaml
Exploration tool for RDF datasets
Updated
Oct 29, 2017
JavaScript
🧭 Resolve, visualize and browse the content of any SPARQL endpoint
Updated
Apr 11, 2021
TypeScript
RAMOSE is an application for creating REST APIs on top of SPARQL endpoints
Updated
Jun 8, 2021
Python
ORR - Ontology Registry & Repository integrated system
Updated
Jan 5, 2021
Dockerfile
Updated
May 4, 2021
Scala
Public SPARQL Endpoint Service Monitoring
Updated
Jul 17, 2021
Shell
A quick SPARQL endpoint with reasoning.
Updated
Apr 20, 2020
Java
Template to create brand new ORR instance using Docker
Updated
Jul 3, 2020
Shell
Updated
Jun 21, 2021
Python
A simple SPARQL client built on top of Guzzle.
Extract knowledge from the ontological knowledge base, in the form of SWRL rules.
Updated
Aug 29, 2020
Java
Updated
Jun 21, 2018
JavaScript
Little utility function that converts the table-like result of a SPARQL query into a JSON tree with a user-defined structure
Updated
Sep 10, 2020
TypeScript
✨️ 🐍 SPARQL endpoint built with RDFLib to serve machine learning models, or any other logic implemented in Python
Updated
Jun 10, 2021
Python
Improve this page
Add a description, image, and links to the
sparql-endpoints
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
sparql-endpoints
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
SPARQL endpoints support many Content-types, SEPA should at least provide the Content-types of the underlining SPARQL endpoint.
Support formats like for example n-triples should make easier to parse CONSTRUCT queries. @desmovalvo is it?