Processing SPARQL Queries over Linked Data-A Distributed Graph-based Approach.

Peng,Lei Zou,M. Tamer Özsu,Lei Chen,Dongyan Zhao
2014-01-01
Abstract:We propose techniques for processing SPARQL queries over linked data. We follow a graph-based approach where answering a query Q is equivalent to finding its matches over a distributed RDF data graph G. We adopt a “partial evaluation and assembly” framework. Partial evaluation results of query Q over each repository—called local partial match—are found. In the assembly stage, we pro- pose a centralized and a distributed assembly strategy. We analyze our algorithms both theoretically and the experimentally. Extensive experiments over both real and benchmark RDF repositories with billion triples demonstrate the high performance and scalability of our methods compared with that of the existing solutions.
What problem does this paper attempt to address?