Query Answering in DL-Lite with Datatypes: A Non-Uniform Approach

Size: px
Start display at page:

Download "Query Answering in DL-Lite with Datatypes: A Non-Uniform Approach"

Transcription

1 1 / 20 Department of Computer Science Query Answering in DL-Lite with Datatypes: A Non-Uniform Approach February 2, 2017 André Hernich, Julio Lemos, Frank Wolter

2 OBDM In Ontology-Based Data Management, data is stored in a database A (an ABox, in the DL setting), intensional knowledge is stored in an ontology T (a TBox ), queries against A are answered taking T into account. query: q(x) A(x), r(x, y), U(y, z) TBox A s T r U ABox A One of the main aims in OBDM: tractable query answering. 2 / 20

3 3 / 20 EXAMPLE Suppose we have a company ontology/database: T = {Employee hasemployer, Manager Employee} A = {Employee(Anna), Manager(Barbara), hasemployer(cid, IBM)} Since ontologies use open world semantics, we look for answers that hold in all models. Suppose we query A w.r.t. T : q(x) Employee(x) We will get as answers Anna, Barbara and Cid.

4 4 / 20 THE QUERY EVALUATION PROBLEM OVER DL-LITE Given a DL-Lite TBox T and a conjunctive query q: Query evaluation of q w.r.t. T Input: an ABox A, a tuple c Question: T, A = q( c)? Complexity of query answering with T, q fixed is called data complexity (here the default). Otherwise combined complexity. This problem is in PTIME (actually FO-rewritable).

5 5 / 20 OBDM WITH DATATYPES We add datatypes D = (D, R 1,..., R n ) to ontologies and queries. E.g. fix D = (Z, ((a, b) a, b Z {, })), set: T = T {Employee salary, Manager salary.(40000, )} Query: q(x) Employee(x), salary(x, v), v (40000, ), and then Barbara is the answer! Query answering with such queries is NP-hard for DL-Lite: [Savkovic-Calvanese 2012], [Artale-Ryzhikov-Kontchakov 2012].

6 6 / 20 OBDM WITH DATATYPES We go further and allow datatypes with binary predicates. E.g. for T and A as above, add the predicate < to D and consider the query q(x, y) Employee(x), Employee(y), salary(x, v), salary(y, w), v < w

7 7 / 20 OBDM WITH DATATYPES We go further and allow datatypes with binary predicates. E.g. for T and A as above, add the predicate < to D and consider the query q(x, y) Employee(x), Employee(y), salary(x, v), salary(y, w), v < w It turns out...

8 8 / 20 OBDM WITH DATATYPES We go further and allow datatypes with binary predicates. E.g. for T and A as above, add the predicate < to D and consider the query q(x, y) Employee(x), Employee(y), salary(x, v), salary(y, w), v < w It turns out... Theorem Query answering in DL-Lite is undecidable in combined complexity for the datatypes (Z, ), (Z, <), (Z, ), (Q, ), (Q, <).

9 Tractable/intractable based on how datatype atoms occur in T and q. 9 / 20 OBDM WITH DATATYPES We go further and allow datatypes with binary predicates. E.g. for T and A as above, add the predicate < to D and consider the query q(x, y) Employee(x), Employee(y), salary(x, v), salary(y, w), v < w It turns out... Theorem Query answering in DL-Lite is undecidable in combined complexity for the datatypes (Z, ), (Z, <), (Z, ), (Q, ), (Q, <). In face of these negative results, our goal is a classification: PTIME NP-hard

10 10 / 20 DL-LITE AND OUR EXTENSION DL-Lite: Fix a datatype D. In DL-Lite we allow concepts B := A r U where r can be a role or an inverse role and U an attribute over D = (D, R 1,..., R n ). The language supports axioms of the form B 1 ( )B 2.

11 11 / 20 DL-LITE AND OUR EXTENSION DL-Lite: Fix a datatype D. In DL-Lite we allow concepts B := A r U where r can be a role or an inverse role and U an attribute over D = (D, R 1,..., R n ). The language supports axioms of the form B 1 ( )B 2. We then extend DL-Lite with (non-negated) concepts on the right-hand side restricting the range of attributes U: B U.ϕ(x) B U.ϕ(x) with ϕ(x) R 1 ( z 1 ),..., R m ( z m ).

12 DL-LITE AND OUR EXTENSION DL-Lite: Fix a datatype D. In DL-Lite we allow concepts B := A r U where r can be a role or an inverse role and U an attribute over D = (D, R 1,..., R n ). The language supports axioms of the form B 1 ( )B 2. We then extend DL-Lite with (non-negated) concepts on the right-hand side restricting the range of attributes U: B U.ϕ(x) B U.ϕ(x) with ϕ(x) R 1 ( z 1 ),..., R m ( z m ). Query language: q( x) A(x), r(x, y), U(x, z),..., R 1 ( z 1 ),..., R m ( z m ), where each R( z i ) is a datatype atom over D; the red part is called the datatype pattern of q. 12 / 20

13 13 / 20 OUR RESULTS Our main results are: 1. A framework for transferring classification results from constraint satisfaction problems (CSPs); 2. An instantiation of the datatype (Q, ), that with the use of a recent result gives us a classification of PTIME / NP-hard cases.

14 14 / 20 RESULTS I: QUERY EVALUATION CSPS Framework (intuition behind theorem): given a query evaluation problem in DL-Lite over D, we can translate it into a CSP over a similar structure D (and vice-versa). T, q over datatype D CSP over D reduction Therefore if we have a classification for CSPs, we can transfer it to query evaluation.

15 15 / 20 CLASSIFICATION FOR (Q, ) Bodirsky and Kára 1 recently obtained a deep classification result for temporal CSPs, that is, CSPs over (Q, R 1, R 2,... ) where each relation R i is FO-definable on (Q, <). Example of temporal CSP is the one over D = (Q, Betw) where Betw = {(a, b, c) Q 3 a < b < c c < b < a}. The classification is in terms of a certain algebraic property of the relations: If all R i satisfy this property, then the CSP is in PTIME; Otherwise it is NP-complete. 1 The complexity of temporal CSPs, Journal of the ACM 2010.

16 16 / 20 RESULTS II: INSTANTIATION OF (Q, ) query evaluation of q w.r.t. T CSP over (Q, R T, R q) PTIME T = {Manager salary. 40k,...}? q(x) Employee(x), Employee(y), salary(x, v), salary(y, w), v w reduction? NP-hard

17 17 / 20 CLASSIFICATION OF DATATYPE PATTERNS FOR (Q, ) Using our framework and Bodirsky and Kára s result, using the same algebraic approach we showed a classification based on the datatype pattern q 0 = x 1 y 1... x n y n. For instance, given the datatype pattern q 0 = (x y) (x z): for all T, q where q q 0 PTIME? (x z) (x z)? co-np-hard there exists T and q where q q 0

18 18 / 20 SYNTHESIS OF OUR CLASSIFICATION RESULT We denote: min-pattern: x 0 x 1 x 0 x 2... x 0 x n max-pattern: x 1 x 0 x 1 x 0... x n x 0 Let q 0 be a datatype pattern over (Q, ). Then: 1. If q 0 is a max-pattern or a min-pattern, then evaluating (T, q), where q q 0, is in PTIME in data complexity. 2. Otherwise there is an OMQ (T, q) with q q 0 such that evaluating (T, q) is co-np-complete in data complexity.

19 19 / 20 for all T, q where q q 0 PTIME q 0 is a min- or a max-pattern otherwise NP-hard there exists T and q where q q 0

20 20 / 20 CONCLUSION AND FUTURE WORK We created a bridge to CSPs and showed a classification result for the evaluation of OMQs for DL-Lite over (Q, ), providing a syntactical criterion for that purpose. Natural next steps are: Using our general framework and tools: transfer results for different datatypes. Developing practical query answering algorithms, in particular using constraint solvers as part of the query engines.

The DL-Lite Family of Languages A FO Perspective

The DL-Lite Family of Languages A FO Perspective The DL-Lite Family of Languages A FO Perspective Alessandro Artale KRDB Research Centre Free University of Bozen-Bolzano Joint work with D. Calvanese, R. Kontchakov, M. Zakharyaschev TU Dresden. December

More information

Lightweight Description Logics: DL-Lite A and EL ++

Lightweight Description Logics: DL-Lite A and EL ++ Lightweight Description Logics: DL-Lite A and EL ++ Elena Botoeva 1 KRDB Research Centre Free University of Bozen-Bolzano January 13, 2011 Departamento de Ciencias de la Computación Universidad de Chile,

More information

The Combined Approach to Query Answering in DL-Lite

The Combined Approach to Query Answering in DL-Lite The Combined Approach to Query Answering in DL-Lite Roman Kontchakov Department of Computer Science and Inf. Systems, Birkbeck College, London http://www.dcs.bbk.ac.uk/~roman joint work with Carsten Lutz,

More information

Tailoring Temporal Description Logics for Reasoning over Temporal Conceptual Models

Tailoring Temporal Description Logics for Reasoning over Temporal Conceptual Models Tailoring Temporal Description Logics for Reasoning over Temporal Conceptual Models A. Artale, 1 R. Kontchakov, 2 V. Ryzhikov, 1 and M. Zakharyaschev 2 1 KRDB Research Centre Free University of Bozen-Bolzano,

More information

The DL-Lite Family and Relations

The DL-Lite Family and Relations The DL-Lite Family and Relations Alessandro Artale Diego Calvanese Faculty of Computer Science, Free University of Bozen-Bolzano Piazza Domenicani, 3 I-39100 Bolzano, Italy artale@inf.unibz.it calvanese@inf.unibz.it

More information

Reasoning about Explanations for Negative Query Answers in DL-Lite

Reasoning about Explanations for Negative Query Answers in DL-Lite Journal of Artificial Intelligence Research 48 (2013) 635-669 Submitted 11/12; published 11/13 Reasoning about Explanations for Negative Query Answers in DL-Lite Diego Calvanese Free University of Bozen-Bolzano,

More information

Description logics. Description Logics. Applications. Outline. Syntax - AL. Tbox and Abox

Description logics. Description Logics. Applications. Outline. Syntax - AL. Tbox and Abox Description Logics Description logics A family of KR formalisms, based on FOPL decidable, supported by automatic reasoning systems Used for modelling of application domains Classification of concepts and

More information

A New Approach to Knowledge Base Revision in DL-Lite

A New Approach to Knowledge Base Revision in DL-Lite A New Approach to Knowledge Base Revision in DL-Lite Zhe Wang and Kewen Wang and Rodney Topor School of ICT, Griffith University Nathan, QLD 4111, Australia Abstract Revising knowledge bases (KBs) in description

More information

On the Relationship between Consistent Query Answering and Constraint Satisfaction Problems

On the Relationship between Consistent Query Answering and Constraint Satisfaction Problems On the Relationship between Consistent Query Answering and Constraint Satisfaction Problems Carsten Lutz 1 and Frank Wolter 2 1 Fachbereich Informatik, Universität Bremen, Germany clu@uni-bremen.de 2 Department

More information

Islands of tractability in ontology-based data access

Islands of tractability in ontology-based data access Islands of tractability in ontology-based data access Michael Zakharyaschev Department of Computer Science and Information Systems, Birkbeck, University of London http://www.dcs.bbk.ac.uk/~michael supported

More information

Revising General Knowledge Bases in Description Logics

Revising General Knowledge Bases in Description Logics Revising General Knowledge Bases in Description Logics Zhe Wang and Kewen Wang and Rodney Topor Griffith University, Australia Abstract Revising knowledge bases (KBs) in description logics (DLs) in a syntax-independent

More information

DL-Lite with Attributes and Sub-Roles (Full Version)

DL-Lite with Attributes and Sub-Roles (Full Version) DL-Lite with Attributes and Sub-Roles (Full Version) A. Artale and V. Ryzhikov KRDB Research Centre Free University of Bozen-Bolzano, Italy {lastname}@inf.unibz.it R. Kontchakov Dept. of Comp. Science

More information

1 Ontology-based Data Access: A Study through Disjunctive Datalog, CSP, and MMSNP

1 Ontology-based Data Access: A Study through Disjunctive Datalog, CSP, and MMSNP 1 Ontology-based Data Access: A Study through Disjunctive Datalog, CSP, and MMSNP MEGHYN BIENVENU, CNRS & Université Paris Sud BALDER TEN CATE, University of California Santa Cruz CARSTEN LUTZ, Universität

More information

The DL-Lite Family and Relations

The DL-Lite Family and Relations The DL-Lite Family and Relations The DL-Lite Family and Relations Alessandro Artale Diego Calvanese KRDB Research Centre, Free University of Bozen-Bolzano Piazza Domenicani, 3 I-39100 Bolzano, Italy artale@inf.unibz.it

More information

A A Cookbook for Temporal Conceptual Data Modelling with Description Logics

A A Cookbook for Temporal Conceptual Data Modelling with Description Logics A A Cookbook for Temporal Conceptual Data Modelling with Description Logics ALESSANDRO ARTALE and VLADISLAV RYZHIKOV, KRDB Research Centre, Free University of Bozen-Bolzano, Italy ROMAN KONTCHAKOV and

More information

1 First-order logic. 1 Syntax of first-order logic. 2 Semantics of first-order logic. 3 First-order logic queries. 2 First-order query evaluation

1 First-order logic. 1 Syntax of first-order logic. 2 Semantics of first-order logic. 3 First-order logic queries. 2 First-order query evaluation Knowledge Bases and Databases Part 1: First-Order Queries Diego Calvanese Faculty of Computer Science Master of Science in Computer Science A.Y. 2007/2008 Overview of Part 1: First-order queries 1 First-order

More information

The DL-Lite Family and Relations

The DL-Lite Family and Relations Journal of Artificial Intelligence Research 36 (2009) 1 69 Submitted 04/09; published 10/09 The DL-Lite Family and Relations Alessandro Artale Diego Calvanese KRDB Research Centre Free University of Bozen-Bolzano

More information

On Decidability and Tractability of Querying in Temporal EL

On Decidability and Tractability of Querying in Temporal EL On Decidability and Tractability of Querying in Temporal EL Víctor Gutiérrez-Basulto 1, Jean Christoph Jung 1, and Roman Kontchakov 2 1 Department of Computer Science, Universität Bremen, Germany 2 Dept.

More information

RDF and Logic: Reasoning and Extension

RDF and Logic: Reasoning and Extension RDF and Logic: Reasoning and Extension Jos de Bruijn Faculty of Computer Science, Free University of Bozen-Bolzano, Italy debruijn@inf.unibz.it Stijn Heymans Digital Enterprise Research Institute (DERI),

More information

Plan Synthesis in Explicit-input Knowledge and Action Bases

Plan Synthesis in Explicit-input Knowledge and Action Bases IMT School for Advanced Studies Computer Science and Engineering Plan Synthesis in Explicit-input Knowledge and Action Bases Doctoral Dissertation of: Michele Stawowy December 2016 i Publications 1. Stawowy,

More information

Translating XML Web Data into Ontologies

Translating XML Web Data into Ontologies Translating XML Web Data into Ontologies Yuan An and John Mylopoulos University of Toronto, Canada {yuana,jm}@cs.toronto.edu Abstract. Translating XML data into ontologies is the problem of finding an

More information

Modularity in DL-Lite

Modularity in DL-Lite Modularity in DL-Lite Roman Kontchakov 1, Frank Wolter 2, and Michael Zakharyaschev 1 1 School of Computer Science and Information Systems, Birkbeck College, London, {roman,michael}@dcs.bbk.ac.uk 2 Department

More information

From Conjunctive Queries to SPARQL Queries in Ontology-Mediated Querying

From Conjunctive Queries to SPARQL Queries in Ontology-Mediated Querying From Conjunctive Queries to SPARQL Queries in Ontology-Mediated Querying Cristina Feier 1, Carsten Lutz 1, and Frank Wolter 2 1 University of Bremen, Germany feier@uni-bremen.de clu@uni-bremen.de 2 University

More information

Representability in DL-Lite R Knowledge Base Exchange

Representability in DL-Lite R Knowledge Base Exchange epresentability in DL-Lite Knowledge Base Exchange M. Arenas 1, E. Botoeva 2, D. Calvanese 2, V. yzhikov 2, and E. Sherkhonov 3 1 Dept. of Computer Science, PUC Chile marenas@ing.puc.cl 2 KDB esearch Centre,

More information

Temporal Query Answering in the Description Logic EL

Temporal Query Answering in the Description Logic EL Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence (IJCAI 2015) Temporal Query Answering in the Description Logic EL Stefan Borgwardt and Veronika Thost Technische

More information

Adding ternary complex roles to ALCRP(D)

Adding ternary complex roles to ALCRP(D) Adding ternary complex roles to ALCRP(D) A.Kaplunova, V. Haarslev, R.Möller University of Hamburg, Computer Science Department Vogt-Kölln-Str. 30, 22527 Hamburg, Germany Abstract The goal of this paper

More information

Phase 1. Phase 2. Phase 3. History. implementation of systems based on incomplete structural subsumption algorithms

Phase 1. Phase 2. Phase 3. History. implementation of systems based on incomplete structural subsumption algorithms History Phase 1 implementation of systems based on incomplete structural subsumption algorithms Phase 2 tableau-based algorithms and complexity results first tableau-based systems (Kris, Crack) first formal

More information

On (In)Tractability of OBDA with OWL 2 QL

On (In)Tractability of OBDA with OWL 2 QL On (In)Tractability of OBDA with OWL 2 QL S. Kikot, R. Kontchakov, and M. Zakharyaschev Department of Computer Science and Information Systems, Birkbeck College, London. U.K. {kikot,roman,michael}@dcs.bbk.ac.uk

More information

Fuzzy Description Logics

Fuzzy Description Logics Fuzzy Description Logics 1. Introduction to Description Logics Rafael Peñaloza Rende, January 2016 Literature Description Logics Baader, Calvanese, McGuinness, Nardi, Patel-Schneider (eds.) The Description

More information

Incremental Query Rewriting for OWL 2 QL

Incremental Query Rewriting for OWL 2 QL Incremental Query Rewriting for OWL 2 QL Tassos Venetis, Giorgos Stoilos, and Giorgos Stamou School of Electrical and Computer Engineering National Technical University of Athens, Greece 1 Introduction

More information

Ontology-based Data Access: A Study through Disjunctive Datalog, CSP, and MMSNP

Ontology-based Data Access: A Study through Disjunctive Datalog, CSP, and MMSNP Ontology-based Data Access: A Study through Disjunctive Datalog, CSP, and MMSNP Meghyn Bienvenu CNRS & Université Paris Sud Orsay, France Balder ten Cate UC Santa Cruz Santa Cruz, CA, USA Carsten Lutz

More information

Minimal Module Extraction from DL-Lite Ontologies using QBF Solvers

Minimal Module Extraction from DL-Lite Ontologies using QBF Solvers Minimal Module Extraction from DL-Lite Ontologies using QBF Solvers R. Kontchakov, 1 L. Pulina, 2 U. Sattler, 3 T. Schneider, 3 P. Selmer, 1 F. Wolter 4 and M. Zakharyaschev 1 1 School of Computer Science

More information

Ontology and Database Systems: Knowledge Representation and Ontologies Part 2: Description Logics

Ontology and Database Systems: Knowledge Representation and Ontologies Part 2: Description Logics Ontology and Database Systems: Knowledge Representation and Ontologies Diego Calvanese Faculty of Computer Science European Master in Computational Logic A.Y. 2014/2015 Part 2 Description Logics D. Calvanese

More information

An Introduction to Description Logics

An Introduction to Description Logics An Introduction to Description Logics Marco Cerami Palacký University in Olomouc Department of Computer Science Olomouc, Czech Republic Olomouc, 21.11.2013 Marco Cerami (UPOL) Description Logics 21.11.2013

More information

Translatable Updates of Selection Views under Constant Complement

Translatable Updates of Selection Views under Constant Complement Translatable Updates of Selection Views under Constant Complement Enrico Franconi and Paolo Guagliardo Free University of Bozen-Bolzano, Italy 4 th September 2014 DEXA 2014, Munich (Germany) KRDB Research

More information

Knowledge Representation and Ontologies Part 2: Description Logics

Knowledge Representation and Ontologies Part 2: Description Logics Knowledge Representation and Ontologies Diego Calvanese Faculty of Computer Science Master of Science in Computer Science A.Y. 2011/2012 Part 2 Description Logics D. Calvanese (FUB) KRO 2011/2012 (1/95)

More information

Relations to first order logic

Relations to first order logic An Introduction to Description Logic IV Relations to first order logic Marco Cerami Palacký University in Olomouc Department of Computer Science Olomouc, Czech Republic Olomouc, November 6 th 2014 Marco

More information

Revision of DL-Lite Knowledge Bases

Revision of DL-Lite Knowledge Bases Revision of DL-Lite Knowledge Bases Zhe Wang, Kewen Wang, and Rodney Topor Griffith University, Australia Abstract. We address the revision problem for knowledge bases (KBs) in Description Logics (DLs).

More information

On the Complexity of Consistent Query Answering in the Presence of Simple Ontologies

On the Complexity of Consistent Query Answering in the Presence of Simple Ontologies Proceedings of the Twenty-Sixth AAAI Conference on Artificial Intelligence On the Complexity of Consistent Query Answering in the Presence of Simple Ontologies Meghyn Bienvenu Laboratoire de Recherche

More information

Datalog : A Family of Languages for Ontology Querying

Datalog : A Family of Languages for Ontology Querying Datalog : A Family of Languages for Ontology Querying Georg Gottlob Department of Computer Science University of Oxford joint work with Andrea Calì,Thomas Lukasiewicz, Marco Manna, Andreas Pieris et al.

More information

Dichotomies in Ontology-Mediated Querying with the Guarded Fragment

Dichotomies in Ontology-Mediated Querying with the Guarded Fragment Dichotomies in Ontology-Mediated Querying with the Guarded Fragment eating these from the CONP-hard cases. This question and related ones have given rise to a considerable array of ontology languages,

More information

Data Complexity of Query Answering in Description Logics

Data Complexity of Query Answering in Description Logics Data Complexity of Query Answering in Description Logics Diego Calvanese 1, Giuseppe De Giacomo 2, Domenico Lembo 2, Maurizio Lenzerini 2, Riccardo Rosati 2 1 Faculty of Computer Science Free University

More information

Temporal Conjunctive Queries in Expressive Description Logics with Transitive Roles

Temporal Conjunctive Queries in Expressive Description Logics with Transitive Roles Temporal Conjunctive Queries in Expressive Description Logics with Transitive Roles Franz Baader, Stefan Borgwardt, and Marcel Lippmann Theoretical Computer Science, TU Dresden, Germany firstname.lastname@tu-dresden.de

More information

DL-Lite with Temporalised Concepts, Rigid Axioms and Roles

DL-Lite with Temporalised Concepts, Rigid Axioms and Roles DL-Lite with Temporalised Concepts, Rigid Axioms and Roles A. Artale, 1 R. Kontchakov, 2 V. Ryzhikov, 1 and M. Zakharyaschev 2 1 KRDB Research Centre Free University of Bozen-Bolzano I-39100 Bolzano, Italy

More information

First-Order Expressibility Results for Queries over Inconsistent DL-Lite Knowledge Bases

First-Order Expressibility Results for Queries over Inconsistent DL-Lite Knowledge Bases Author manuscript, published in "24th International Workshop on Description Logics (DL 2011) Spain (2011)" First-Order Expressibility esults for Queries over Inconsistent DL-Lite Knowledge Bases Meghyn

More information

Temporal Query Answering in DL-Lite

Temporal Query Answering in DL-Lite Temporal Query Answering in DL-Lite Stefan Borgwardt, Marcel Lippmann, and Veronika Thost Theoretical Computer Science, TU Dresden, Germany {stefborg,lippmann,thost}@tcs.inf.tu-dresden.de 1 Introduction

More information

OntoRevision: A Plug-in System for Ontology Revision in

OntoRevision: A Plug-in System for Ontology Revision in OntoRevision: A Plug-in System for Ontology Revision in Protégé Nathan Cobby 1, Kewen Wang 1, Zhe Wang 2, and Marco Sotomayor 1 1 Griffith University, Australia 2 Oxford University, UK Abstract. Ontologies

More information

Inconsistency-Tolerant Conjunctive Query Answering for Simple Ontologies

Inconsistency-Tolerant Conjunctive Query Answering for Simple Ontologies Inconsistency-Tolerant Conjunctive Query nswering for Simple Ontologies Meghyn ienvenu LRI - CNRS & Université Paris-Sud, France www.lri.fr/ meghyn/ meghyn@lri.fr 1 Introduction In recent years, there

More information

Ontology-Based Data Access with Closed Predicates Is Inherently Intractable (Sometimes)

Ontology-Based Data Access with Closed Predicates Is Inherently Intractable (Sometimes) Proceedings of the Twenty-Third International Joint Conference on Artificial Intelligence Ontology-Based Data Access with Closed Predicates Is Inherently Intractable (Sometimes) Carsten Lutz and İnanç

More information

On Prototypes for Winslett s Semantics of DL-Lite ABox Evolution

On Prototypes for Winslett s Semantics of DL-Lite ABox Evolution On Prototypes for Winslett s Semantics of DL-Lite ABox Evolution Evgeny Kharlamov, and Dmitriy Zheleznyakov KRDB Research Centre, Free University of Bozen-Bolzano, Italy last_name@inf.unibz.it Abstract.

More information

Query and Predicate Emptiness in Description Logics

Query and Predicate Emptiness in Description Logics Query and Predicate Emptiness in Description Logics Franz Baader TU Dresden, Germany baader@inf.tu-dresden.de Meghyn Bienvenu and Carsten Lutz Universität Bremen, Germany (meghyn clu)@uni-bremen.de Frank

More information

DL-LITE R in the Light of Propositional Logic for Decentralized Data Management

DL-LITE R in the Light of Propositional Logic for Decentralized Data Management DL-LITE R in the Light of Propositional Logic for Decentralized Data Management N. Abdallah and F. Goasdoué LRI: Univ. Paris-Sud, CNRS, and INRIA {nada,fg}@lri.fr M.-C. Rousset LIG: Univ. of Grenoble,

More information

A Crisp Representation for Fuzzy SHOIN with Fuzzy Nominals and General Concept Inclusions

A Crisp Representation for Fuzzy SHOIN with Fuzzy Nominals and General Concept Inclusions A Crisp Representation for Fuzzy SHOIN with Fuzzy Nominals and General Concept Inclusions Fernando Bobillo Miguel Delgado Juan Gómez-Romero Department of Computer Science and Artificial Intelligence University

More information

Knowledge Base Exchange: The Case of OWL 2 QL

Knowledge Base Exchange: The Case of OWL 2 QL Knowledge Base Exchange: The Case of OWL 2 QL Marcelo Arenas Pontificia Universidad Católica de Chile, Chile Elena Botoeva, Diego Calvanese, Vladislav Ryzhikov Free University of Bozen-Bolzano, Italy Abstract

More information

Verification and Synthesis in Description Logic Based Dynamic Systems

Verification and Synthesis in Description Logic Based Dynamic Systems Verification and Synthesis in Description Logic Based Dynamic Systems (Abridged Version) Diego Calvanese 1, Giuseppe De Giacomo 2, Marco Montali 1, and Fabio Patrizi 2 1 Free University of Bozen-Bolzano,

More information

Queries with Negation and Inequalities over Lightweight Ontologies

Queries with Negation and Inequalities over Lightweight Ontologies Queries with Negation and Inequalities over Lightweight Ontologies Víctor Gutiérrez-Basulto a, Yazmín Ibáñez-García a,b, Roman Kontchakov c, Egor V. Kostylev d a Fachbereich Mathematik und Informatik,

More information

Complexity of Reasoning over Temporal Data Models

Complexity of Reasoning over Temporal Data Models Complexity of Reasoning over Temporal Data Models A. Artale 1, R. Kontchakov 2, V. Ryzhikov 1, M. Zakharyaschev 2 1 Faculty of Computer Science Free University of Bozen-Bolzano I-39100 Bolzano, Italy lastname@inf.unibz.it

More information

Description Logics. Glossary. Definition

Description Logics. Glossary. Definition Title: Description Logics Authors: Adila Krisnadhi, Pascal Hitzler Affil./Addr.: Wright State University, Kno.e.sis Center 377 Joshi Research Center, 3640 Colonel Glenn Highway, Dayton OH 45435, USA Phone:

More information

Rewriting Ontological Queries into Small Nonrecursive Datalog Programs

Rewriting Ontological Queries into Small Nonrecursive Datalog Programs Rewriting Ontological Queries into Small Nonrecursive Datalog Programs Georg Gottlob 1 and Thomas Schwentick 2 1 Department of Computer Science, University of Oxford gottlob@cs.ox.ac.uk 2 Fakultät für

More information

Forgetting and uniform interpolation in large-scale description logic terminologies

Forgetting and uniform interpolation in large-scale description logic terminologies Forgetting and uniform interpolation in large-scale description logic terminologies Boris Konev, Dirk Walther, and Frank Wolter Department of Computer Science University of Liverpool, UK {konev, dwalther,

More information

Constraint satisfaction problems over infinite domains

Constraint satisfaction problems over infinite domains Constraint satisfaction problems over infinite domains Michael Kompatscher, Trung Van Pham Theory and Logic Group TU Wien Research Seminar, 27/04/2016 Schaefer s theorem Let Φ be a set of propositional

More information

A Formal Investigation of Mapping Language for Terminological Knowledge

A Formal Investigation of Mapping Language for Terminological Knowledge A Formal Investigation of Mapping Language for Terminological Knowledge Luciano Serafini ITC-IRST, Via Sommarive 18 38050 Povo, Trento, Italy serafini@itc.it Heiner Stuckenschmidt, Holger Wache Vrije Universiteit

More information

Complexity of Reasoning in Entity Relationship Models

Complexity of Reasoning in Entity Relationship Models Complexity of Reasoning in Entity Relationship Models A. Artale 1, D. Calvanese 1, R. Kontchakov 2, V. Ryzhikov 1, M. Zakharyaschev 2 1 Faculty of Computer Science Free University of Bozen-Bolzano I-39100

More information

Managing Change in Graph-Structured Data Using Description Logics

Managing Change in Graph-Structured Data Using Description Logics Proceedings of the Twenty-Eighth AAAI Conference on Artificial Intelligence Managing Change in Graph-Structured Data Using Description Logics Shqiponja Ahmetaj Institute of Information Systems Vienna Univ.

More information

Long Rewritings, Short Rewritings

Long Rewritings, Short Rewritings Long Rewritings, hort Rewritings. Kikot 1, R. Kontchakov 1, V. Podolskii 2, and M. Zakharyaschev 1 1 Department of Computer cience and Information ystems Birkbeck, University of London, U.K. {kikot,roman,michael}@dcs.bbk.ac.uk

More information

DESCRIPTION LOGICS. Paula Severi. October 12, University of Leicester

DESCRIPTION LOGICS. Paula Severi. October 12, University of Leicester DESCRIPTION LOGICS Paula Severi University of Leicester October 12, 2009 Description Logics Outline Introduction: main principle, why the name description logic, application to semantic web. Syntax and

More information

Computing Horn Rewritings of Description Logics Ontologies

Computing Horn Rewritings of Description Logics Ontologies Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence (IJCAI 2015) Computing Horn Rewritings of Description Logics Ontologies Mark Kaminski and Bernardo Cuenca Grau

More information

Query and Predicate Emptiness in Ontology-Based Data Access

Query and Predicate Emptiness in Ontology-Based Data Access Journal of Artificial Intelligence Research 56 (2016) 1-59 Submitted 06/15; published 05/16 Query and Predicate Emptiness in Ontology-Based Data Access Franz Baader TU Dresden, Germany Meghyn Bienvenu

More information

Database Theory VU , SS Complexity of Query Evaluation. Reinhard Pichler

Database Theory VU , SS Complexity of Query Evaluation. Reinhard Pichler Database Theory Database Theory VU 181.140, SS 2018 5. Complexity of Query Evaluation Reinhard Pichler Institut für Informationssysteme Arbeitsbereich DBAI Technische Universität Wien 17 April, 2018 Pichler

More information

DL-Lite Contraction and Revision

DL-Lite Contraction and Revision Journal of Artificial Intelligence Research 56 (2016) 329-378 Submitted 12/15; published 06/16 DL-Lite Contraction and Revision Zhiqiang Zhuang Institute for Integrated and Intelligent Systems Griffith

More information

Mapping Data to Higher-Order Description Logic Knowledge Bases

Mapping Data to Higher-Order Description Logic Knowledge Bases Mapping Data to Higher-Order Description Logic Knowledge Bases Floriana Di Pinto, Giuseppe De Giacomo, Maurizio Lenzerini, Riccardo Rosati Dipartimento di Informatica e Sistemistica Antonio Ruberti Sapienza

More information

Dismatching and Local Disunification in EL

Dismatching and Local Disunification in EL Dismatching and Local Disunification in EL (Extended Abstract) Franz Baader, Stefan Borgwardt, and Barbara Morawska Theoretical Computer Science, TU Dresden, Germany {baader,stefborg,morawska}@tcs.inf.tu-dresden.de

More information

Inconsistency-Tolerant Ontology-Based Data Access Revisited: Taking Mappings into Account

Inconsistency-Tolerant Ontology-Based Data Access Revisited: Taking Mappings into Account Inconsistency-Tolerant Ontology-Based Data Access Revisited: Taking Mappings into Account Meghyn Bienvenu French National Center for Scientific Research (CNRS) University of Montpellier French Institute

More information

Temporalizing Rewritable Query Languages over Knowledge Bases

Temporalizing Rewritable Query Languages over Knowledge Bases Temporalizing ewritable Query Languages over Knowledge Bases Stefan Borgwardt, Marcel Lippmann, Veronika Thost Institute of Theoretical Computer Science, Technische Universität Dresden, 01062 Dresden,

More information

Description Logics. decidable, supported by automatic reasoning systems

Description Logics. decidable, supported by automatic reasoning systems Description logics Description Logics q A family of KR formalisms, based on FOPL decidable, supported by automatic reasoning systems q Used for modelling of application domains q Classification of concepts

More information

Reasoning with the Description Logic DLRO { } using Bound Guarded Programs

Reasoning with the Description Logic DLRO { } using Bound Guarded Programs Reasoning with the Description Logic DLRO { } using Bound Guarded Programs ABSTRACT Stijn Heymans Digital Enterprise Research Institute (DERI) University of Innsbruck, Austria stijn.heymans@deri.org Dieter

More information

Downloaded from: Usage Guidelines

Downloaded from:  Usage Guidelines Artale, A. and Kontchakov, Roman and Ryzhikov, V. and Zakharyaschev, Michael (2013) The complexity of clausal fragments of LTL. In: McMillan, K. and Middeldorp, A. and Voronkov, A. (eds.) Logic for Programming,

More information

On the Complexity of Dealing with Inconsistency in Description Logic Ontologies

On the Complexity of Dealing with Inconsistency in Description Logic Ontologies Proceedings of the Twenty-Second International Joint Conference on Artificial Intelligence On the Complexity of Dealing with Inconsistency in Description Logic Ontologies Riccardo Rosati Dipartimento di

More information

Temporal Query Answering in DL-Lite with Negation

Temporal Query Answering in DL-Lite with Negation EPiC Series in Computer Science Volume 36, 2015, Pages 51 65 GCAI 2015 Global Conference on Artificial Intelligence Temporal Query Answering in DL-Lite with Negation Stefan Borgwardt and Veronika Thost

More information

Distributive Lattice Ordered Ontologies

Distributive Lattice Ordered Ontologies Distributive Lattice Ordered Ontologies Hans Bruun Mai Gehrke Jørgen Fischer Nilsson Technical University of Denmark Radboud Universiteit TANCL 07 August 8, 2007 University of Oxford p. 1/26 Objective:

More information

Optimized Query Rewriting in OWL 2 QL

Optimized Query Rewriting in OWL 2 QL Optimized Query Rewriting in OWL 2 QL Alexandros Chortaras, Despoina Trivela, and Giorgos Stamou School of Electrical and Computer Engineering, National Technical University of Athens, Zografou 15780,

More information

CLASSIFYING THE COMPLEXITY OF CONSTRAINTS USING FINITE ALGEBRAS

CLASSIFYING THE COMPLEXITY OF CONSTRAINTS USING FINITE ALGEBRAS CLASSIFYING THE COMPLEXITY OF CONSTRAINTS USING FINITE ALGEBRAS ANDREI BULATOV, PETER JEAVONS, AND ANDREI KROKHIN Abstract. Many natural combinatorial problems can be expressed as constraint satisfaction

More information

On the Succinctness of Query Rewriting for Datalog

On the Succinctness of Query Rewriting for Datalog On the Succinctness of Query Rewriting for Datalog Shqiponja Ahmetaj 1 Andreas Pieris 2 1 Institute of Logic and Computation, TU Wien, Austria 2 School of Informatics, University of Edinburgh, UK Foundational

More information

Teil III: Wissensrepräsentation und Inferenz. Kap.11: Beschreibungslogiken

Teil III: Wissensrepräsentation und Inferenz. Kap.11: Beschreibungslogiken Vorlesung Künstliche Intelligenz Wintersemester 2006/07 Teil III: Wissensrepräsentation und Inferenz Kap.11: Beschreibungslogiken Mit Material von Carsten Lutz, Uli Sattler: http://www.computationallogic.org/content/events/iccl-ss-

More information

Completeness Guarantees for Incomplete Reasoners

Completeness Guarantees for Incomplete Reasoners Completeness Guarantees for Incomplete Reasoners Giorgos Stoilos, Bernardo Cuenca Grau, and Ian Horrocks Oxford University Computing Laboratory Wolfson Building, Parks Road, Oxford, UK Abstract. We extend

More information

Temporal OBDA with LTL and DL-Lite

Temporal OBDA with LTL and DL-Lite Temporal OBA with LTL and L-Lite Alessandro Artale 1, Roman Kontchakov 2, Alisa Kovtunova 1, Vladislav Ryzhikov 1, Frank Wolter 3 and Michael Zakharyaschev 2 1 Faculty of Computer Science, Free University

More information

OntoMerge: A System for Merging DL-Lite Ontologies

OntoMerge: A System for Merging DL-Lite Ontologies OntoMerge: A System for Merging DL-Lite Ontologies Zhe Wang 1, Kewen Wang 1, Yifan Jin 1, and Guilin Qi 23 1 School of ICT, Griffith University, Nathan, QLD 4111, Australia 2 School of CSE, Southeast University,

More information

On the Data Complexity of Ontology-Mediated Queries with MTL Operators over Timed Words

On the Data Complexity of Ontology-Mediated Queries with MTL Operators over Timed Words On the Data Complexity of Ontology-Mediated Queries with MTL Operators over Timed Words S. Kikot 1, V. Ryzhikov 2, P. A. Waª ga 1,3, and M. Zakharyaschev 2 1 University of Oxford, U.K. 2 Birkbeck, University

More information

Completing Description Logic Knowledge Bases using Formal Concept Analysis

Completing Description Logic Knowledge Bases using Formal Concept Analysis Completing Description Logic Knowledge Bases using Formal Concept Analysis Franz Baader 1, Bernhard Ganter 1, Ulrike Sattler 2 and Barış Sertkaya 1 1 TU Dresden, Germany 2 The University of Manchester,

More information

Reasoning About Typicality in ALC and EL

Reasoning About Typicality in ALC and EL Reasoning About Typicality in ALC and EL Laura Giordano 1, Valentina Gliozzi 2, Nicola Olivetti 3, and Gian Luca Pozzato 2 1 Dipartimento di Informatica - Università del Piemonte Orientale A. Avogadro

More information

On Equality-Generating Dependencies in Ontology Querying - Preliminary Report

On Equality-Generating Dependencies in Ontology Querying - Preliminary Report On Equality-Generating Dependencies in Ontology Querying - Preliminary Report Andrea Calì 1,3 and Andreas Pieris 2 1 Dept. of Computer Science and Inf. Systems, Birkbeck University of London, UK 2 Computing

More information

Notes on DL-Lite. 2 Dip. di Informatica e Sistemistica

Notes on DL-Lite. 2 Dip. di Informatica e Sistemistica Notes on DL-Lite Diego Calvanese 1, Giuseppe De Giacomo 2, Domenico Lembo 2, Maurizio Lenzerini 2, Antonella Poggi 2, Mariano Rodriguez-Muro 1, Riccardo Rosati 2 1 KRDB Research Centre Free University

More information

CEX and MEX: Logical Diff and Semantic Module Extraction in a Fragment of OWL

CEX and MEX: Logical Diff and Semantic Module Extraction in a Fragment of OWL CEX and MEX: Logical Diff and Semantic Module Extraction in a Fragment of OWL Boris Konev 1, Carsten Lutz 2, Dirk Walther 1, and Frank Wolter 1 1 University of Liverpool, UK, {konev, dwalther, wolter}@liverpool.ac.uk

More information

Tractability Guarantees for DL-Lite Query Answering

Tractability Guarantees for DL-Lite Query Answering Tractability Guarantees for DL-Lite Query Answering Meghyn Bienvenu 1, Magdalena Ortiz 2, Mantas Šimkus 2, and Guohui Xiao 2 1 Laboratoire de Recherche en Informatique, CNRS & Université Paris Sud, Orsay,

More information

Complexity of Temporal Query Abduction in DL-Lite

Complexity of Temporal Query Abduction in DL-Lite Complexity of Temporal Query Abduction in DL-Lite Szymon Klarman and Thomas Meyer Centre for Artificial Intelligence Research, CSIR Meraka and University of KwaZulu-Natal, South Africa {sklarman,tmeyer}@csir.co.za

More information

XPath for DL Ontologies

XPath for DL Ontologies XPath for DL Ontologies Egor V. Kostylev University of Oxford Juan L. Reutter PUC Chile Domagoj Vrgoč PUC Chile Abstract Applications of description logics (DLs) such as OWL 2 and ontology-based data access

More information

A Framework for Representing Ontology Mappings under Probabilities and Inconsistency

A Framework for Representing Ontology Mappings under Probabilities and Inconsistency A Framework for Representing Ontology Mappings under Probabilities and Inconsistency Andrea Calì 1 Thomas Lukasiewicz 2, 3 Livia Predoiu 4 Heiner Stuckenschmidt 4 1 Computing Laboratory, University of

More information

The semantics of ALN knowledge bases is the standard model-based semantics of rst-order logic. An interpretation I contains a non-empty domain O I. It

The semantics of ALN knowledge bases is the standard model-based semantics of rst-order logic. An interpretation I contains a non-empty domain O I. It Backward Reasoning in Aboxes for Query Answering Marie-Christine Rousset L.R.I. Computer Science Laboratory C.N.R.S & University of Paris-Sud Building 490, 91405, Orsay Cedex, France mcr@lri.fr Abstract

More information

Modular Reuse of Ontologies: Theory and Practice

Modular Reuse of Ontologies: Theory and Practice Journal of Artificial Intelligence Research 31 (2008) 273-318 Submitted 07/07; published 02/08 Modular Reuse of Ontologies: Theory and Practice Bernardo Cuenca Grau Ian Horrocks Yevgeny Kazakov Oxford

More information

Özgür L. Özçep Data Exchange 2

Özgür L. Özçep Data Exchange 2 INSTITUT FÜR INFORMATIONSSYSTEME Özgür L. Özçep Data Exchange 2 Lecture 6: Universal Solutions, Core, Certain Answers 23 November, 2016 Foundations of Ontologies and Databases for Information Systems CS5130

More information