paper-with-me

Papers

OBDA Constraints for Effective Query Answering (Extended Version)

2016-05-13 · Dag Hovland, Davide Lanti, Martin Rezk, Guohui Xiao

In Ontology Based Data Access (OBDA) users pose SPARQL queries over an ontology that lies on top of relational datasources. These queries are translated on-the-fly into SQL queries by OBDA systems. Standard SPARQL-to-SQL translation techniques in OBDA often produce SQL queries containing redundant joins and unions, even after a number of semantic and structural optimizations. These redundancies are detrimental to the performance of query answering, especially in complex industrial OBDA scenarios with large enterprise databases. To address this issue, we introduce two novel notions of OBDA constraints and show how to exploit them for efficient query answering. We conduct an extensive set of experiments on large datasets using real world data and queries, showing that these techniques strongly improve the performance of query answering up to orders of magnitude.

📄 PDF Abstract BibTeX arXiv:1605.04263

Code (0)

등록된 구현이 없습니다.

Tasks

Translation

Similar Papers 제목 키워드 기반

Beyond OWL 2 QL in OBDA: Rewritings and Approximations (Extended Version)

2015-11-26 · Elena Botoeva, Diego Calvanese, Valerio Santarelli, Domenico Fabio Savo 외

Ontology-based data access (OBDA) is a novel paradigm facilitating access to relational data, realized by linking data sources to an ontology by means of declarative mappings. DL-Lite_R, which is the logic underpinning t…

Bounded-Memory Criteria for Streams with Application Time

2020-07-30 · Simon Schiff, Özgür Özcep

Bounded-memory computability continues to be in the focus of those areas of AI and databases that deal with feasible computations over streams---be it feasible arithmetical calculations on low-level streams or feasible q…

Enriching Ontology-based Data Access with Provenance (Extended Version)

2019-06-01 · Diego Calvanese, Davide Lanti, Ana Ozaki, Rafael Penaloza 외

Ontology-based data access (OBDA) is a popular paradigm for querying heterogeneous data sources by connecting them through mappings to an ontology. In OBDA, it is often difficult to reconstruct why a tuple occurs in the …

The Bag Semantics of Ontology-Based Data Access

2017-05-19 · Charalampos Nikolaou, Egor V. Kostylev, George Konstantinidis, Mark Kaminski 외

Ontology-based data access (OBDA) is a popular approach for integrating and querying multiple data sources by means of a shared ontology. The ontology is linked to the sources using mappings, which assign views over the …

Towards Analytics Aware Ontology Based Access to Static and Streaming Data (Extended Version)

2016-07-18 · Evgeny Kharlamov, Yannis Kotidis, Theofilos Mailis, Christian Neuenstadt 외

Real-time analytics that requires integration and aggregation of heterogeneous and distributed streaming and static data is a typical task in many industrial scenarios such as diagnostics of turbines in Siemens. OBDA app…