Gtop: an Efficient SPARQL Query Engine.

Yuqi Zhou,Lei Zou,Gang Cao
DOI: https://doi.org/10.1007/978-3-031-25201-3_35
2023-01-01
Abstract:In this demonstration, we present gTop, a top-k query engine based on gStore which supports SPARQL queries over RDF databases. gTop can answer top-k queries with high efficiency and scalability. We use the DP-B algorithm for top-k queries and the DP-any algorithm for any-k queries. We break cyclic queries into pieces of tree queries and use DP-any to solve queries generated before assembling the results to retrieve the origin answers. Experiments show the efficiency of gTop. We provide a demonstration website to show the usage of gTop, where users can query YAGO2 with top-k SPARQL queries.
What problem does this paper attempt to address?