RIQ
RDF query processor
A software tool designed to efficiently process SPARQL queries on large RDF datasets by partitioning the data into groups for faster query execution.
RIQ is a new software tool for fast processing of SPARQL queries on RDF quadruples. (Funding source: National Science Foundation Grant Nos. 1115871 and 1620023)
3 stars
5 watching
1 forks
Language: C
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
smartdataanalytics/rdfprocessingtoolkit | A command line interface based toolkit for processing RDF data and running SPARQL queries on various data formats. | 40 |
dajobe/rasqal | An open-source C library providing a simple and efficient way to query RDF data using SPARQL | 71 |
internet-of-production/ultragraphql | A GraphQL interface for querying and modifying RDF data on the Web by providing a standardized schema and query syntax. | 5 |
castagna/sarq | A system that enables SPARQL queries to search RDF graphs using a remote Solr index. | 16 |
drobilla/serd | A lightweight C library for parsing and serializing RDF data formats | 88 |
rdflib/sparqlwrapper | A Python library for remotely executing SPARQL queries to various endpoints | 526 |
rdf-elixir/sparql-ex | An implementation of the SPARQL query language for Elixir to execute queries against RDF data structures | 38 |
ad-freiburg/qlever | A fast and efficient SPARQL engine for querying large knowledge graphs | 417 |
cube2222/jql | A JSON query processor with a custom syntax that simplifies complex queries by breaking them down into step-by-step operations. | 896 |
dajobe/raptor | A C library providing a lightweight, efficient implementation of RDF syntax and data processing | 157 |
asknowqa/autosparql | A system for creating SPARQL queries over RDF knowledge bases from natural language with low effort. | 91 |
cmungall/sparqlprog | A programming language and environment that compiles logic queries to SPARQL queries for querying RDF data | 47 |
smartdataanalytics/sparqlify | Tools for converting SPARQL queries into equivalent SQL queries to support integration with relational databases. | 123 |
01mf02/jaq | A fast and simple JSON data processing tool with improved startup time and correct jq syntax. | 2,755 |
rdf-elixir/sparql_client | A client for executing SPARQL queries and updates against various endpoints | 28 |