Skip to content

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)

Notifications You must be signed in to change notification settings

UMKC-BigDataLab/RIQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

RIQ: RDF Indexing on Quadruples

Summary

RIQ is a new approach for fast processing of SPARQL queries on large datasets containing RDF quadruples (or quads). (These queries are also called named graph queries.) RIQ employs a decrease-and-conquer strategy: Rather than indexing the entire RDF dataset, RIQ identifies groups of similar RDF graphs and indexes each group separately. During query processing, RIQ uses novel filtering index to first identify candidate groups that may contain matches for the query. On these candidates, it executes optimized queries using a conventional SPARQL processor (e.g., Jena TDB) to produce the final results.

Publications

Contributors

Faculty: Praveen Rao (PI)

PhD Students: Vasil Slavov, Anas Katib

MS Students: Srivenu Paturi, Dinesh Barenkala, Vinutha Nuchimaniyanda

Acknowledgments

This work was supported by the National Science Foundation under Grant Nos. 1115871 and 1620023.

About

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published