The Wayback Machine - https://web.archive.org/web/20210930125343/https://github.com/topics/sparql-query
Here are
111 public repositories
matching this topic...
A wrapper for a remote SPARQL endpoint
-
Updated
Jan 2, 2021
-
Python
A python example for using OpenCV to identify faces within
@BritishMuseum images.
-
Updated
Jun 24, 2017
-
Python
一个权威的医疗rdf数据集, 医疗知识图谱。Patient Disease Drug Graph.
-
Updated
Oct 31, 2018
-
HTML
📃 A Jekyll plugin to include RDF data in your static site or build a complete site for your RDF graph
-
Updated
Mar 31, 2021
-
Ruby
🧙 Sage: a SPARQL query engine for public Linked Data providers
-
Updated
Sep 30, 2021
-
Python
-
Updated
Oct 13, 2020
-
Java
Virtuoso SPARQL HTTP Client for Node.js
-
Updated
Jun 19, 2018
-
JavaScript
Revision Management for the Semantic Web
-
Updated
Nov 17, 2020
-
JavaScript
OWL To SPARQL Query Rewriter
-
Updated
Nov 16, 2020
-
Java
Exploration tool for RDF datasets
-
Updated
Jul 21, 2021
-
JavaScript
Two simple cheatsheets about graphs in SPARQL
Triple pattern matching over non-RDF datasources with inference
-
Updated
Feb 6, 2019
-
Python
A chatbot for querying from Wikidata and Dbpedia
-
Updated
May 11, 2018
-
Python
⚙️ SPARQL expression evaluator library
-
Updated
Sep 22, 2021
-
TypeScript
💻Knowledge Base Systems (or Semantic Web Systems) Assignments for ECE NTUA
-
Updated
May 1, 2020
-
Python
An OWL 2 DL benchmark that can generate ABox and TBox axioms to test the scalability and performance of reasoners
-
Updated
Aug 16, 2021
-
Java
RDF数据的可视化展示:可展示RDF之间的关系与联系、利用SPARQL语句查询不同的数据集、针对于RDF的标签化和TripleBit与其他图数据库性能对比
-
Updated
Jul 22, 2018
-
JavaScript
Neo4j unmanaged extension for RDF storage and SPARQL 1.1 query features with support for YARS serialization
Project from University where i created a web application that sources data using semantic web technologies.
-
Updated
Jul 20, 2017
-
JavaScript
Transforming OWL for statistical learning
-
Updated
Oct 1, 2020
-
Python
Simple webapps, relying on DBpedia as a data-source.
-
Updated
Oct 16, 2017
-
Python
Translate a query in natural language to SPARQL query with an interactive web-based interface.
-
Updated
Jun 26, 2021
-
Jupyter Notebook
An Android app for querying personalities born on a particular date(which are listed on Wikipedia) using SPARQL query rendered on dbpedia.
-
Updated
Oct 29, 2019
-
Java
A JS client lib to communicate with a triple store database through SPARQL queries over HTTP.
-
Updated
Sep 8, 2017
-
JavaScript
A C# library to generate SPARQL queries
Get a Pandas dataframe from SPARQL queries
-
Updated
Jul 18, 2019
-
Python
☕ Java client for evaluating SPARQL queries against a SaGe server
-
Updated
Mar 23, 2020
-
Java
Mapowanie grafów RDF na grafy właściwości - Master's Thesis
-
Updated
May 15, 2019
-
HTML
Repositório de consultas SPARQL
Improve this page
Add a description, image, and links to the
sparql-query
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-query
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?