paper-with-me

Papers

Ontology Module Extraction via Datalog Reasoning

2014-11-19 · Ana Armas Romero, Mark Kaminski, Bernardo Cuenca Grau, Ian Horrocks

Module extraction - the task of computing a (preferably small) fragment M of an ontology T that preserves entailments over a signature S - has found many applications in recent years. Extracting modules of minimal size is, however, computationally hard, and often algorithmically infeasible. Thus, practical techniques are based on approximations, where M provably captures the relevant entailments, but is not guaranteed to be minimal. Existing approximations, however, ensure that M preserves all second-order entailments of T w.r.t. S, which is stronger than is required in many applications, and may lead to large modules in practice. In this paper we propose a novel approach in which module extraction is reduced to a reasoning problem in datalog. Our approach not only generalises existing approximations in an elegant way, but it can also be tailored to preserve only specific kinds of entailments, which allows us to extract significantly smaller modules. An evaluation on widely-used ontologies has shown very encouraging results.

📄 PDF Abstract BibTeX arXiv:1411.5313

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Datalog Rewritability of Disjunctive Datalog Programs and its Applications to Ontology Reasoning

2014-04-11 · Mark Kaminski, Yavor Nenov, Bernardo Cuenca Grau

We study the problem of rewriting a disjunctive datalog program into plain datalog. We show that a disjunctive program is rewritable if and only if it is equivalent to a linear disjunctive program, thus providing a novel…

MeTeoR: Practical Reasoning in Datalog with Metric Temporal Operators

2022-01-12 · Dingmin Wang, Pan Hu, Przemysław Andrzej Wałęga, Bernardo Cuenca Grau

DatalogMTL is an extension of Datalog with operators from metric temporal logic which has received significant attention in recent years. It is a highly expressive knowledge representation language that is well-suited fo…

Seminaive Materialisation in DatalogMTL

2022-08-15 · Dingmin Wang, Przemysław Andrzej Wałęga, Bernardo Cuenca Grau

DatalogMTL is an extension of Datalog with metric temporal operators that has found applications in temporal ontology-based data access and query answering, as well as in stream reasoning. Practical algorithms for Datalo…

Polynomial Rewritings from Expressive Description Logics with Closed Predicates to Variants of Datalog

2019-12-16 · Shqiponja Ahmetaj, Magdalena Ortiz, Mantas Simkus

In many scenarios, complete and incomplete information coexist. For this reason, the knowledge representation and database communities have long shown interest in simultaneously supporting the closed- and the open-world …

Negation

Computing Datalog Rewritings beyond Horn Ontologies

2013-04-04 · Bernardo Cuenca Grau, Boris Motik, Giorgos Stoilos, Ian Horrocks

Rewriting-based approaches for answering queries over an OWL 2 DL ontology have so far been developed mainly for Horn fragments of OWL 2 DL. In this paper, we study the possibilities of answering queries over non-Horn on…