首页 | 本学科首页   官方微博 | 高级检索  
     


Ultrawrap: SPARQL execution on relational data
Affiliation:1. Department of Electronic and Computation, University of Santiago de Compostela, Spain;2. Department of Chemistry, Universidad Nacional del Sur, INQUISUR-CONICET, B8000CPB Bahía Blanca, Argentina;3. Soft Matter and Molecular Biophysics Group, Department of Applied Physics, University of Santiago de Compostela, 15782, Spain;1. System and Network Engineering research group, University of Amsterdam, The Netherlands;2. NETwork Management and Optimal DEsign Laboratory, National Technical University of Athens, Greece;1. Airbus Helicopters, Marignane, F-13725, France;2. Grenoble-INP/UJF-Grenoble 1/CNRS, G-SCOP, UMR5272, Grenoble, F-38031, France
Abstract:The Semantic Web’s promise of web-wide data integration requires the inclusion of legacy relational databases,1 i.e. the execution of SPARQL queries on RDF representation of the legacy relational data. We explore a hypothesis: existing commercial relational databases already subsume the algorithms and optimizations needed to support effective SPARQL execution on existing relationally stored data. The experiment is embodied in a system, Ultrawrap, that encodes a logical representation of the database as an RDF graph using SQL views and a simple syntactic translation of SPARQL queries to SQL queries on those views. Thus, in the course of executing a SPARQL query, the SQL optimizer uses the SQL views that represent a mapping of relational data to RDF, and optimizes its execution. In contrast, related research is predicated on incorporating optimizing transforms as part of the SPARQL to SQL translation, and/or executing some of the queries outside the underlying SQL environment.Ultrawrap is evaluated using two existing benchmark suites that derive their RDF data from relational data through a Relational Database to RDF (RDB2RDF) Direct Mapping and repeated for each of the three major relational database management systems. Empirical analysis reveals two existing relational query optimizations that, if applied to the SQL produced from a simple syntactic translations of SPARQL queries (with bound predicate arguments) to SQL, consistently yield query execution time that is comparable to that of SQL queries written directly for the relational representation of the data. The analysis further reveals the two optimizations are not uniquely required to achieve a successful wrapper system. The evidence suggests effective wrappers will be those that are designed to complement the optimizer of the target database.
Keywords:Semantic web  Relational databases  SPARQL  SQL  RDF  RDB2RDF
本文献已被 ScienceDirect 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号