Abstract
Resource Description Framework (RDF) is a standard data model of the Semantic Web, and it has been widely adopted in various domains in recent years for data and knowledge representation. Unlike queries on relational databases, most of queries applied on RDF data are known as graph queries, expressed in the SPARQL language. Subgraph matching, a basic SPARQL operation, is known to be NP-complete. Coupled with the rapidly increasing volumes of RDF data, it makes efficient graph query processing a very challenging problem. This paper primarily focuses on providing an index scheme and corresponding algorithms that support the efficient solution of such queries. We present a subgraph matching query engine based on the FFD-index which is an indexing mechanism encoding a star subgraph into a bit string. A SPARQL query graph is decomposed into several star query subgraphs which can be efficiently processed benefiting from succinct FFD-index data structure. Extensive evaluation shows that our approach outperforms RDF-3X and gStore on solving subgraph matching.
Original language | English |
---|---|
Title of host publication | Web Information Systems Engineering - WISE 2015: 16th International Conference, Proceedings, Part I |
Editors | Jianyong Wang, Wojciech Cellary, Dingding Wang, Hua Wang, Shu-Ching Chen, Tao Li, Yanchun Zhang |
Place of Publication | Cham Switzerland |
Publisher | Springer |
Pages | 108-122 |
Number of pages | 15 |
Volume | 9418 |
ISBN (Print) | 9783319261898 |
DOIs | |
Publication status | Published - 2015 |
Event | International Conference on Web Information Systems Engineering 2015 - Miami, United States of America Duration: 1 Nov 2015 → 3 Nov 2015 Conference number: 16th http://www4.cis.fiu.edu/wise2015/ https://link.springer.com/book/10.1007/978-3-319-26190-4 (Conference Proceedings) |
Publication series
Name | Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) |
---|---|
Volume | 9418 |
ISSN (Print) | 03029743 |
ISSN (Electronic) | 16113349 |
Conference
Conference | International Conference on Web Information Systems Engineering 2015 |
---|---|
Abbreviated title | WISE 2015 |
Country/Territory | United States of America |
City | Miami |
Period | 1/11/15 → 3/11/15 |
Internet address |
|
Keywords
- Graph-based index
- RDF
- Subgraph isomorphism