paper-with-me

Papers

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

2015-11-26 · Elena Botoeva, Diego Calvanese, Valerio Santarelli, Domenico Fabio Savo, Alessandro Solimando, Guohui Xiao

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 the W3C ontology language OWL 2 QL and the current language of choice for OBDA, has been designed with the goal of delegating query answering to the underlying database engine, and thus is restricted in expressive power. E.g., it does not allow one to express disjunctive information, and any form of recursion on the data. The aim of this paper is to overcome these limitations of DL-Lite_R, and extend OBDA to more expressive ontology languages, while still leveraging the underlying relational technology for query answering. We achieve this by relying on two well-known mechanisms, namely conservative rewriting and approximation, but significantly extend their practical impact by bringing into the picture the mapping, an essential component of OBDA. Specifically, we develop techniques to rewrite OBDA specifications with an expressive ontology to "equivalent" ones with a DL-Lite_R ontology, if possible, and to approximate them otherwise. We do so by exploiting the high expressive power of the mapping layer to capture part of the domain semantics of rich ontology languages. We have implemented our techniques in the prototype system OntoProx, making use of the state-of-the-art OBDA system Ontop and the query answering system Clipper, and we have shown their feasibility and effectiveness with experiments on synthetic and real-world data.

📄 PDF Abstract BibTeX arXiv:1511.08412

Code (0)

등록된 구현이 없습니다.

Similar 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

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 …

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…

Towards Ontology-Mediated Planning with OWL DL Ontologies (Extended Version)

2023-08-16 · Tobias John, Patrick Koopmann

While classical planning languages make the closed-domain and closed-world assumption, there have been various approaches to extend those with DL reasoning, which is then interpreted under the usual open-world semantics.…

Computing Horn Rewritings of Description Logics Ontologies

2015-04-20 · Mark Kaminski, Bernardo Cuenca Grau

We study the problem of rewriting an ontology O1 expressed in a DL L1 into an ontology O2 in a Horn DL L2 such that O1 and O2 are equisatisfiable when extended with an arbitrary dataset. Ontologies that admit such rewrit…