Relational Techniques for Storing and Querying RDF Data: An Overview

Relational Techniques for Storing and Querying RDF Data: An Overview

Sherif Sakr, Ghazi Al-Naymat
DOI: 10.4018/978-1-60960-475-2.ch011
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

The Resource Description Framework (RDF) is a flexible model for representing information about resources in the Web. With the increasing amount of RDF data which is becoming available, efficient and scalable management of RDF data has become a fundamental challenge to achieve the Semantic Web vision. The RDF model has attracted attentions in the database community and many researchers have proposed different solutions to store and query RDF data efficiently. This chapter focuses on using relational query processors to store and query RDF data. It gives an overview of the different approaches and classifies them according to their storage and query evaluation strategies.
Chapter Preview
Top

Introduction

The Semantic Web term is coined by W3C founder Tim Berners-Lee in a Scientific American article describing the future of the Web (Berners-Lee et al., 2001). The main purpose of the Semantic Web vision is to provide a common framework for data-sharing across applications, enterprises, and communities. By giving data semantic meaning (through metadata), this framework allows machines to consume, understand, and reason about the structure and purpose of the data. The core of the Semantic Web is built on the Resource Description Framework (RDF) data model (Manola & Miller, 2004).

The RDF model is designed to have a simple data model, with a formal semantics and provable inference, with an extensible URI-based vocabulary that allows anyone to make statements about any resource. Hence, in the RDF model, the universe is modeled as set of resources where a resource is defined as anything that can have a universal resource identifier (URI). RDF describes a particular resource using a set of RDF statements of the form (subject, predicate, object) triples, also known as (subject, property, value). The subject is the resource, the predicate is the characteristic being described, and the object is the value for that characteristic.

Efficient and scalable management of RDF data is a fundamental challenge at the core of the Semantic Web. Several research efforts have been proposed to address these challenges (Abadi et al., 2009; Alexaki et al., 2001; Broekstra et al., 2002; Harth & Decker, 2005; Ma et al., 2004; Weiss et al., 2008). Relational database management systems (RDBMSs) have repeatedly shown that they are very efficient, scalable and successful in hosting types of data which have formerly not been anticipated to be stored inside relational databases such complex objects (TÆurker & Gertz, 2001), spatio-temporal data (Botea et al., 2008) and XML data (Grust et al., 2004). RDMBSs derive much of their performance from sophisticated optimizer components which makes use of physical properties that are specific to the relational model such as: sortedness, proper join ordering and powerful indexing mechanisms.

This chapter focuses on using relational query processors to store and query RDF data. We give an overview of the different approaches and classifies them according to their storage and indexing strategy. The rest of the chapter is organized as follows. Section (RDF-SPARQL Preliminaries) introduces preliminaries of RDF data model and the W3C standard RDF query language, SPARQL. It also introduces the main alternative relational approaches for storing and querying RDF. Sections (Vertical (Triple) Stores, Property Table Stores, and Horizontal Stores) provide the details of the different techniques in each of the alternative relational approaches. Section (Experimental Evaluation) presents an experimental comparison between representatives of the different approaches. Finally, Section (Concluding Remarks) concludes the chapter and provides some suggestions for possible future research directions on the subject.

Complete Chapter List

Search this Book:
Reset