sparqlmap
SPARQL rewriter
A tool that rewrites SPARQL queries into SQL and vice versa using the R2RML specification
19 stars
4 watching
2 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
smartdataanalytics/sparqlify | Tools for converting SPARQL queries into equivalent SQL queries to support integration with relational databases. | 123 |
rubenverborgh/sparql.js | A JavaScript library for parsing and generating SPARQL queries | 344 |
triply-dev/yasgui.legacy | A web-based GUI tool for creating and editing SPARQL queries | 44 |
databorg/client | A versatile SPARQL client library for modern web development with strong features and easy usage. | 9 |
joachimvh/sparqlalgebra.js | A TypeScript-based converter for translating SPARQL queries into algebraic representations | 21 |
rdflib/sparqlwrapper | A Python library for remotely executing SPARQL queries to various endpoints | 526 |
cmungall/sparqlprog | A programming language and environment that compiles logic queries to SPARQL queries for querying RDF data | 47 |
epimorphics/qonsole | A console application for executing SPARQL queries and displaying results from a remote triple store | 16 |
ljos/sparql-mode | A tool for editing and querying RDF data using a query language similar to SQL | 62 |
protegeproject/snap-sparql-query | An API for parsing and analyzing SPARQL queries to extract meaningful data from RDF graphs. | 5 |
jeff-zucker/sparql-fiddle | An online tool for running and manipulating SPARQL queries against RDF data sources | 18 |
cosminbasca/cysparql | A Python wrapper around a heavy-duty C RDF parser to parse SPARQL queries | 7 |
aksw/sparql2nl | Converts SPARQL queries to natural language expressions | 42 |
vim-scripts/sparql.vim | Provides syntax highlighting for SPARQL query language in RDF | 5 |
smartdataanalytics/jena-sparql-api | A Jena-based SPARQL processing stack that simplifies the execution of complex queries by adding features like caching and transformations. | 57 |