<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Evolution of OWL 2 QL Knowledge Bases: From Inexpressibility to Practical Approaches</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Evgeny Kharlamov</string-name>
          <email>evgeny.kharlamov@de.bosch.com</email>
          <email>evgeny.kharlamov@ifi.uio.no</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dmitriy Zheleznyakov</string-name>
          <email>zheleznyakov.dmitry@gmail.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Werner Nutt</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Diego Calvanese</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Bosch Centre for Artificial Intelligence</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Free University of Bozen-Bolzano</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Ocado Technology</institution>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>University of Oslo</institution>
          ,
          <country country="NO">Norway</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Knowledge bases (KBs) are not static entities: new information constantly appears and some of the previous knowledge becomes obsolete. In order to reflect this evolution of knowledge, KBs should be expanded with the new knowledge and contracted from the obsolete one. This problem is well-studied for propositional but much less for first-order KBs. In this work we investigate knowledge expansion and contraction for KBs expressed in OWL 2 QL, a tractable fragment of the Web Ontology Language OWL 2. We start with a novel knowledge evolution framework and natural postulates that evolution should respect, and compare our postulates to the well-established AGM postulates. We then review well-known model and formula-based approaches for expansion and contraction for propositional theories and show how they can be adapted to the case of OWL 2 QL. In particular we show inexpressibility challenges for the former and practical algorithms for the latter approaches.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Ontology Web Language (OWL) provides excellent mechanisms for representing
structured knowledge as knowledge bases (KBs). OWL is the standard ontology language of
the Semantic Web. KBs have been successfully used in various applications including
Web search [
        <xref ref-type="bibr" rid="ref1 ref19 ref2">19,1,2</xref>
        ], and search over KGs [
        <xref ref-type="bibr" rid="ref37 ref38 ref39 ref40 ref5">5,37,40,39,38</xref>
        ], Medicine [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], Media [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ],
E-commerce [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], data integration [
        <xref ref-type="bibr" rid="ref20 ref23 ref25 ref35">23,25,20,35</xref>
        ] and industrial modelling [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] and
analytics [
        <xref ref-type="bibr" rid="ref24 ref26 ref33 ref34">26,24,34,33</xref>
        ]. In these and other applications KBs naturally change over time
and thus KB management systems should be equipped with services to support KB
evolution [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ].
      </p>
      <p>
        In KB evolution the task is to incorporate new knowledge N into an existing KB
K, or to delete some obsolete knowledge N from K, in order to take into account
changes that occur in the underlying domain of interest [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. The former evolution task
is typically referred to as knowledge expansion and the latter as contraction. In general,
the new (resp., obsolete) knowledge is represented by a set of formulas denoting those
properties that should be true (resp., false) after the ontology has evolved. In the case
where the new knowledge interacts in an undesirable way with the knowledge in the
ontology, e.g., by causing the ontology or relevant parts of it to become unsatisfiable, the
new knowledge cannot simply be added to the ontology. Instead, suitable changes need
to be made in the ontology so as to avoid the undesirable interaction, e.g., by deleting
parts of the ontology that conflict with the new knowledge. Different choices are
possible, corresponding to different semantics for knowledge evolution [
        <xref ref-type="bibr" rid="ref11 ref12 ref21 ref36 ref4 ref41">4,41,21,11,12,36</xref>
        ].
      </p>
      <p>
        The main two types of semantics that were proposed for the case of propositional
knowledge are model-based [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ] and formula-based [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. In model-based semantics
the idea is to resolve the undesirable interaction at the level of models of K and N . For
example, in model-based expansion the result of evolution are those models of N that
are minimally distant from the ones of K, where a suitable notion of distance needs to
be chosen, possibly depending on the application. In formula-based semantics the idea
is to do evolution at the level of the deductive closure of the formulae from K and N .
Since many (possibly counter-intuitive) semantics can be defined within the model or
formula-based paradigm, a number of evolution postulates [
        <xref ref-type="bibr" rid="ref11 ref21">21,11</xref>
        ] have been proposed
and they define natural properties a semantics should respect. It is thus common to
verify for each evolution semantics whether it satisfies the postulates.
      </p>
      <p>
        For the case of propositional knowledge, there is a thorough understanding of
semantics as well as of computational properties of both expansion and contraction. The
situation is however much less clear when it comes to DL KBs, which are decidable
first-order logic theories. Differently from the propositional case, in general they admit
infinite sets of models and infinite deductive closures. Moreover, going from
propositional letters to first-order predicates and interpretations, on the one hand calls for novel
postulates underlying the semantics of evolution, and on the other hand broadens the
spectrum of possibilities for defining such semantics. A number of attempts have been
made to adapt approaches for the evolution of propositional knowledge to the case of
DLs, cf. [
        <xref ref-type="bibr" rid="ref10 ref12 ref32 ref36">12,10,36,32</xref>
        ]. However, there is no thorough understanding of evolution from
the foundational point of view even for DLs with the most favorable computational
properties, such as the logics of the OWL 2 QL [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and E L [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] families, which are at
the basis of two tractable fragments of OWL 2.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Contributions</title>
      <p>
        In this work we address this problem and propose an exhaustive study of evolution for
OWL 2 QL. In particular, we address the problem considering three dimensions:
1. knowledge evolution tasks: we study how knowledge can be expanded or
contracted;
2. type of evolution semantics: we study model-based and formula-based semantics;
3. evolution granularity: we study when evolution affects the TBox (for terminological
knowledge), or the ABox (for assertional knowledge), or both of them.
We provide the following contributions [
        <xref ref-type="bibr" rid="ref43">43</xref>
        ]:
– We propose a knowledge expansion and contraction framework that accounts for
      </p>
      <p>
        TBox, ABox, and general KB evolution.
– We propose natural evolution postulates and show how they are related to the
wellknown AGM postulates [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
– We show how one can rigorously extend propositional model-based evolution
semantics to the first-order case, defining a 5-dimensional space of possible options,
comprising 3 24 model-based evolution semantics for DLs that essentially include
all previously proposed model-based approaches for DLs. These dimensions are:
(1) ABox vs. TBox vs. general evolution; (2) expansion vs. contraction; (3) global
vs. local; (4) symbol vs. atom; (5) set inclusion vs. cardinality. 5 For most of these
semantics and the case of OWL 2 QL KBs we prove negative expressibility results:
in general evolution of OWL 2 QL KBs cannot be expressed as a OWL 2 QL KB.
– We investigate formula-based evolution for OWL 2 QL. In particular, for known
formula-based evolution approaches [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] we show intractability of computing
evolution results for OWL 2 QL KBs. Moreover, we propose a non-deterministic
approach for general KB evolution, which turns out to become deterministic for ABox
evolution; for both cases we develop polynomial-time algorithms.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3 Illustration of Contributions</title>
      <p>We now exemplify the inexpressibility of evolution results under model-based
semantics and then show how the same examples can be solved with formula based semantics.</p>
      <sec id="sec-3-1">
        <title>3.1 Illustration of Inexpressibility</title>
        <p>In order to understand why model-based approaches to evolution are problematic for
OWL 2 QL recall the following property of the logic. Let M be a set of interpretations
such that there are OWL 2 QL assertions ', such that
– J j= ' _ for every J 2 M, and
– there are J', J 2 M such that J' 6j= ' and J 6j= .</p>
        <p>Then, there is no OWL 2 QL KB K such that M = Mod(K).</p>
        <p>
          We now illustrate this phenomenon on several evolution scenarios. We will do it
on the intuitive level and without referring to concrete model-based semantics. Formal
details can be found in [
          <xref ref-type="bibr" rid="ref43">43</xref>
          ].
        </p>
        <p>Consider a KB where the structural knowledge is that wives (concept Wife) are
exactly those individuals who have husbands (role HasHusband) and that some wives
are employed (concept EmpWife). Bachelors (concept Bachelor) cannot be husbands.
Priests (concept Priest) are clerics (concept Cleric) and clerics are bachelors. Both
clerics and wives are receivers of rent subsidies (concept Renter). We also know that
adam and bob are priests, mary is a wife who is employed and her husband is john.
Also, carl is a catholic minister (concept Minister).</p>
        <p>This knowledge can be expressed in OWL 2 QL by the KB Kex, consisting of the
following TBox T and ABox A:</p>
        <p>T = f Wife v 9HasHusband; 9HasHusband v Wife;</p>
        <p>EmpWife v Wife; Bachelor v :9HasHusband ;
Priest v Cleric; Cleric v Bachelor;</p>
        <p>Cleric v Renter; Wife v Renter g</p>
        <p>A = f Priest(adam); Priest(bob); EmpWife(mary); HasHusband(mary; john) g
5 Note that our proposed model-based semantics can be applied to any description logic.
In the TBox expansion scenarios the new information NT can state that wives are
not renters anymore or that priests are not renters anymore:</p>
        <p>NT = fPriest v :Renterg; or NT = fWife v :Renterg:
In both cases the inexpressibility phenomenon holds. Indeed, in the first case since
priests are not renters anymore, in each model of the evolution result both axioms ' =
(Priest v Cleric), = (Cleric v Renter) cannot hold at the same time, but,
due to the minimality of change principle, at least one of them should hold. The second
case is analogous but with ' = (EmpWife v Renter) and = (Wife v Renter).
These two cases hold for different model-based semantics and nicely illustrate that the
inexpressibility property affects evolution at the TBox level even when there is a rather
simple interaction between atomic concepts such as A v B v C or A v B and
A v C. The same effect can be also shown for TBox contraction: instead of adding
Priest v :Renter to the example KB, one can contract the KB with the axiom
Priest v Renter and essentially the same argument for inexpressibility will hold.</p>
        <p>In the ABox expansion scenario the new information Ne consider the case when
John becomes a priest, that is,</p>
        <p>NA = fPriest(john)g:
The example TBox entails that in this case Mary cannot be the wife of John anymore:
John becomes a bachelor who cannot be a husband. In this case one can show that
in each model of the evolution result the disjunction of the two ABox axioms ' =
Priest(bob) and = Priest(adam) holds but there are models where one of the two
holds but not the other, that is, when either Bob or Adam becomes the new husband of
Mary. This again leads to the inexpressibility of the evolution result.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2 Illustration of Bold Semantics</title>
        <p>Given a KB and new knowledge that should be added to the KB, Bold Semantics
essentially takes a maximal subset of axioms (entailed) from the KB that together with the
new knowledge is satisfiable. There clearly may be more than one such maximal
subset and thus Bold Semantics is non-deterministic for OWL 2 QL. On the positive side,
computation of evolution results under Bold Semantics can be done in time polynomial
in the size of the KB. Moreover, one can show that if the evolution of OWL 2 QL KBs
affects only the ABox level, then the evolution result is always is unique.</p>
        <p>Following our example, evolution with any of the NT should delete either ' or
from the original KB, thus there is non-determinism. While, for NA evolution is unique
and it requires to drop from the original KB the fact that Mary is a wife of john but add
that she is a wife of someone 9HasHusband(mary).
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Postulates</title>
        <p>Postulates are basic principles that describe the rational behind knowledge evolution.
They are typically defined independently from the actual approaches or algorithms to
compute evolution results. Moreover, in order to make sure that a defined approach
(algorithm) makes sense one typically verifies whether it confirms some postulates.
The classical AGM postulates for knowledge evolution have originally be defined for
the case of propositional knowledge. At the same time, the ’granularity’ of knowledge
changes when moving from propositional to Description Logics: the atomic statements
of a DL, namely the ABox and TBox axioms, are more complex than the atoms of
propositional logic. On the other hand, a set of propositional formulas makes sense,
intuitively, if it is satisfiable, while a KB can be satisfiable, but incoherent, that is, one
or more concepts are necessarily empty. Therefore, we proposed new postulates for
expansion and contraction, to be adopted in the context of evolution on the Semantic
Web. Moreover, we showed how our postulates are related to the AGM ones and showed
that our evolution operators satisfy the proposed postulates. Due to lack of space we
now present only postulates for knowledge expansion.</p>
        <p>Let K be the KB and Ke0 the result of its expansion with new knowledge Ne.
E1: Expansion should preserve the coherence of the KB, that is, if K is coherent, then
so is Ke0.</p>
        <p>E2: Expansion should entail all new knowledge, that is, Ke0 j= Ne.</p>
        <p>E3: Expansion with old information should not affect the KB, that is, if K j= Ne, then</p>
        <p>Ke0 K.</p>
        <p>E4: The union of N2e with the expansion of K with N1e implies the expansion of K
with N1e [ N2e.</p>
        <p>E5: Expansion should not depend on the syntactical representation of knowledge, that
is, if K1 K2 and N1e N2e, then K10e K20e.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Discussion of Contributions</title>
      <p>The first important conclusion from our work is that model-based approaches are
intrinsically problematic for KB evolution, even in the case of such a lightweight DL as
OWL 2 QL. Indeed, recall that OWL 2 QL is not closed under evolution for any of
the model-based semantics and thus these semantics are impractical. As a consequence,
one has either to search for conceptually different semantics that rely on other
principles of ‘composing’ the output set of models constituting the evolution result, or one
has to develop natural restrictions on how model-based approaches can ‘compose’ this
set. An alternative approach would be to develop approximation techniques that allow
one to efficiently capture evolution results.</p>
      <p>A second important conclusion is that classical formula-based approaches are too
heavyweight from the computational point of view and thus their practicality is
questionable. On the other hand, the most conceptually simple model-based semantics such
as bold semantics can potentially lead to practical evolution algorithms. However, their
practicality requires further empirical evaluation. Finally, we have discussed that the
classical evolution postulates that were originally developed for propositional theories
are not directly applicable to the case of first-order knowledge since they are blind to
some fundamental properties of such knowledge, such as coherency. We have shown
how to adapt such postulates to the richer setting considered here, and have analyzed
whether the various model-based and formula-based semantics satisfy the revised
postulates.</p>
      <p>We believe that our work opens new avenues for research in the area of knowledge
evolution, which is an important part of knowledge engineering, since it shows how to
lift approaches to knowledge evolution from the propositional to the first-order case.
Moreover, we have presented techniques that allow one to prove inexpressibility of
model-based evolution, and coNP-hardness of formula-based evolution. We believe that
these techniques can be relevant to knowledge management tasks beyond evolution.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Future Work</title>
      <p>
        We see several important directions for future work. First, the problem of expressibility
in OWL 2 QL is still open for various model-based evolution semantics (see Table 1).
These settings are all for ABox expansion and contraction under global model-based
semantics. An important research direction is to apply in practice the ideas we
developed and, in particular, to implement an ontology evolution system. The system can be
based on formula-based approaches and implement Algorithms 1–4 that we proposed.
Such system could also be based on approximations of model-based semantics, which
are out of the scope of this paper, see, e.g., [
        <xref ref-type="bibr" rid="ref10 ref17 ref18 ref27 ref28 ref28 ref29 ref30">30,28,27,29,28,10,17,18</xref>
        ]. Then, it would
be interesting to conduct an empirical evaluation for various semantics, in order to
establish which semantics give more intuitive results from the users’ point of view, and
which ABox evolution approaches are more scalable. A further direction to investigate
is to identify the minimum extensions of OWL 2 QL that would allow it to capture
the results of model-based evolution for OWL 2 QL KBs. For this, one can draw
inspiration from the work in [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]. Also, it is still unknown what are minimal DLs that
are closed under local model-based evolution, and in general that are well tailored
towards model-based approaches. Then, knowledge evolution has important implications
to privacy: one should make sure that changes in knowledge do not make violations in
access control policies. This is a non-trivial task since, e.g., new knowledge can
interact with the old one in such a way that a person without access rights to a particular
knowledge can derive such knowledge from this combination [
        <xref ref-type="bibr" rid="ref14 ref15 ref16">16,14,15</xref>
        ]. Finally, we
believe that it is important to develop knowledge evolution techniques where the user
has a much better control over the evolution process. For this, one can draw inspiration
from previous work, e.g., from [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], where the authors proposed techniques to control
what syntactic structures of a given KB cannot be changed by the evolution process, or
from [
        <xref ref-type="bibr" rid="ref42">42</xref>
        ], where the authors proposed to combine knowledge evolution with models of
trust, i.e., the new knowledge in their approach is only partially trusted (note that this
scenario inherits the inexpressibility issues of MBAs).
      </p>
      <p>Acknowledgements This work was partially funded by the SIRIUS Centre,
Norwegian Research Council project number 237898; by the UNIBZ projects PARCIS and
TaDaQua, and by the “European Region Tyrol-South Tyrol-Trentino” (EGTC) under
the first call for basic research projects within the Euregio Interregional Project
Network IPN12 “Knowledge-Aware Operational Support” (KAOS).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Freebase</surname>
          </string-name>
          <article-title>: an open, shared database of the world's knowledge</article-title>
          . http://www.freebase.com/
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Google</surname>
            <given-names>KG</given-names>
          </string-name>
          . www.google.co.uk/insidesearch/features/search/knowledge.html
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>SNOMED</given-names>
            <surname>CT</surname>
          </string-name>
          . http://www.ihtsdo.org/snomed-ct
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Abiteboul</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grahne</surname>
          </string-name>
          , G.:
          <article-title>Update semantics for incomplete databases</article-title>
          . pp.
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          (
          <year>1985</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Arenas</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marciuska</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Faceted search over rdf-based knowledge graphs</article-title>
          .
          <source>J. Web Semant</source>
          .
          <fpage>37</fpage>
          -
          <issue>38</issue>
          ,
          <fpage>55</fpage>
          -
          <lpage>74</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Baader</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Pushing the E L envelope</article-title>
          . In: IJCAI. pp.
          <fpage>364</fpage>
          -
          <lpage>369</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Giacomo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lembo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lenzerini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosati</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Tractable reasoning and efficient query answering in description logics: The DL-Lite family</article-title>
          .
          <source>J. of Automated Reasoning</source>
          <volume>39</volume>
          (
          <issue>3</issue>
          ),
          <fpage>385</fpage>
          -
          <lpage>429</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Charron</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hirate</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Purcell</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rezk</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Extracting semantic information for ecommerce</article-title>
          .
          <source>In: ISWC</source>
          . pp.
          <fpage>273</fpage>
          -
          <lpage>290</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Cuenca</given-names>
            <surname>Grau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Kharlamov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Zheleznyakov</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          :
          <article-title>Ontology Evolution Under Semantic Constraints</article-title>
          . In: KR. pp.
          <fpage>137</fpage>
          -
          <lpage>147</lpage>
          . AAAI Press (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>De Giacomo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lenzerini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Poggi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosati</surname>
          </string-name>
          , R.:
          <article-title>On instance-level update and erasure in description logic ontologies</article-title>
          .
          <source>J. of Logic and Computation</source>
          <volume>19</volume>
          (
          <issue>5</issue>
          ),
          <fpage>745</fpage>
          -
          <lpage>770</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Eiter</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gottlob</surname>
          </string-name>
          , G.:
          <article-title>On the complexity of propositional knowledge base revision, updates and counterfactuals</article-title>
          .
          <source>Artificial Intelligence</source>
          <volume>57</volume>
          ,
          <fpage>227</fpage>
          -
          <lpage>270</lpage>
          (
          <year>1992</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Flouris</surname>
          </string-name>
          , G.:
          <article-title>On belief change in ontology evolution</article-title>
          .
          <source>AI Communications-The Eur. J. on Artificial Intelligence</source>
          <volume>19</volume>
          (
          <issue>4</issue>
          ) (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Flouris</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manakanatas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kondylakis</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Plexousakis</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antoniou</surname>
          </string-name>
          , G.:
          <article-title>Ontology change: Classification and survey</article-title>
          .
          <source>Knowledge Engineering Review</source>
          <volume>23</volume>
          (
          <issue>2</issue>
          ),
          <fpage>117</fpage>
          -
          <lpage>152</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kostylev</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Controlled Query Evaluation over OWL 2 RL Ontologies</article-title>
          . In: ISWC (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kostylev</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Controlled Query Evaluation over Lightweight Ontologies</article-title>
          . In: DL (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kostylev</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Controlled Query Evaluation for Datalog and OWL 2 Profile Ontologies</article-title>
          . In: IJCAI (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>How to contract ontologies</article-title>
          .
          <source>In: OWLED</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Ontology Contraction: Beyond the Propositional Paradise</article-title>
          . In: AMW (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Guha</surname>
            ,
            <given-names>R.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brickley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macbeth</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          : Schema.
          <article-title>org: evolution of structured data on the web</article-title>
          .
          <source>Commun. ACM</source>
          <volume>59</volume>
          (
          <issue>2</issue>
          ),
          <fpage>44</fpage>
          -
          <lpage>51</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giese</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Waaler</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Using semantic technology to tame the data variety challenge</article-title>
          .
          <source>IEEE Internet Computing</source>
          <volume>20</volume>
          (
          <issue>6</issue>
          ),
          <fpage>62</fpage>
          -
          <lpage>66</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Katsuno</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendelzon</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>On the difference between updating a knowledge base and revising it</article-title>
          . In: KR. pp.
          <fpage>387</fpage>
          -
          <lpage>394</lpage>
          (
          <year>1991</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiménez-Ruiz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lamparter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehdi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ringsquandl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nenov</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grimm</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roshchin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Capturing industrial information models with ontologies and constraints</article-title>
          . In: ISWC. pp.
          <fpage>325</fpage>
          -
          <lpage>343</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovland</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Skjaeveland</surname>
            ,
            <given-names>M.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bilidas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiménez-Ruiz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiao</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soylu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lanti</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rezk</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giese</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lie</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ioannidis</surname>
            ,
            <given-names>Y.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kotidis</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koubarakis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Waaler</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Ontology Based Data Access in Statoil</article-title>
          .
          <source>J. Web Sem</source>
          .
          <volume>44</volume>
          ,
          <fpage>3</fpage>
          -
          <lpage>36</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kotidis</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mailis</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neuenstadt</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolaou</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Özçep</surname>
            ,
            <given-names>Ö.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Svingos</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ioannidis</surname>
            ,
            <given-names>Y.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lamparter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Möller</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Waaler</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>An ontologymediated analytics-aware approach to support monitoring and diagnostics of static and streaming data</article-title>
          .
          <source>J. Web Semant</source>
          .
          <volume>56</volume>
          ,
          <fpage>30</fpage>
          -
          <lpage>55</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mailis</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehdi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neuenstadt</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Özçep</surname>
            ,
            <given-names>Ö.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roshchin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Solomakhina</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Soylu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Svingos</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giese</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ioannidis</surname>
            ,
            <given-names>Y.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lamparter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Möller</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kotidis</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Waaler</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Semantic access to streaming and static data at Siemens</article-title>
          .
          <source>J. Web Sem</source>
          .
          <volume>44</volume>
          ,
          <fpage>54</fpage>
          -
          <lpage>74</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehdi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savkovic</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiao</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalayci</surname>
            ,
            <given-names>E.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roshchin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Semantically-enhanced rule-based diagnostics for industrial internet of things: The SDRL language and case study for siemens trains and turbines</article-title>
          .
          <source>J. Web Semant</source>
          .
          <volume>56</volume>
          ,
          <fpage>11</fpage>
          -
          <lpage>29</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Capturing instance level ontology evolution for DL-Lite</article-title>
          . In: ISWC (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>On prototypes for Winslett's semantics of DL-Lite ABox evolution</article-title>
          . In: DL (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Understanding Inexpressibility of Model-Based ABox Evolution in DL-Lite</article-title>
          . In: AMW (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Capturing model-based ontology evolution at the instance level: The case of DL-Lite</article-title>
          .
          <source>J. of Computer and System Sciences</source>
          <volume>79</volume>
          (
          <issue>6</issue>
          ),
          <fpage>835</fpage>
          -
          <lpage>872</lpage>
          (
          <year>2013</year>
          ). https://doi.org/10.1016/j.jcss.
          <year>2013</year>
          .
          <volume>01</volume>
          .0065
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Kobilarov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scott</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raimond</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliver</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sizemore</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smethurst</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Media meets semantic web - how the BBC uses dbpedia and linked data to make connections</article-title>
          .
          <source>In: ESWC</source>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Milicic</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Foundations of instance level updates in expressive description logics</article-title>
          .
          <source>Artificial Intelligence</source>
          <volume>175</volume>
          (
          <issue>18</issue>
          ),
          <fpage>2170</fpage>
          -
          <lpage>2197</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Mehdi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savkovic</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiao</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalayci</surname>
            ,
            <given-names>E.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roshchin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Runkler</surname>
            ,
            <given-names>T.A.</given-names>
          </string-name>
          :
          <article-title>Semantic rule-based equipment diagnostics</article-title>
          .
          <source>In: ISWC</source>
          . pp.
          <fpage>314</fpage>
          -
          <lpage>333</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Mehdi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savkovic</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiao</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kalayci</surname>
            ,
            <given-names>E.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roshchin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Runkler</surname>
            ,
            <given-names>T.A.</given-names>
          </string-name>
          :
          <article-title>Semdia: Semantic rule-based equipment diagnostics tool</article-title>
          . In: CIKM. pp.
          <fpage>2507</fpage>
          -
          <lpage>2510</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Pinkel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Binnig</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiménez-Ruiz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>May</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bastinos</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Skjaeveland</surname>
            ,
            <given-names>M.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Solimando</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Taheriyan</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heupel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>RODI: benchmarking relational-to-ontology mapping generation quality</article-title>
          .
          <source>Semantic Web</source>
          <volume>9</volume>
          (
          <issue>1</issue>
          ),
          <fpage>25</fpage>
          -
          <lpage>52</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Qi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Du</surname>
          </string-name>
          , J.:
          <article-title>Model-based revision operators for terminologies in description logics</article-title>
          .
          <source>In: IJCAI</source>
          . pp.
          <fpage>891</fpage>
          -
          <lpage>897</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Sherkhonov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kostylev</surname>
            ,
            <given-names>E.V.</given-names>
          </string-name>
          :
          <article-title>Semantic faceted search with aggregation and recursion</article-title>
          .
          <source>In: ISWC</source>
          . pp.
          <fpage>594</fpage>
          -
          <lpage>610</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Soylu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giese</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiménez-Ruiz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Ontology-based end-user visual query formulation: Why, what</article-title>
          , who, how, and which?
          <source>Universal Access in the Information Society</source>
          <volume>16</volume>
          (
          <issue>2</issue>
          ),
          <fpage>435</fpage>
          -
          <lpage>467</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Soylu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giese</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schlatte</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiménez-Ruiz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Özçep</surname>
            ,
            <given-names>Ö.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neuenstadt</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Querying industrial stream-temporal data: An ontology-based visual approach</article-title>
          .
          <source>JAISE</source>
          <volume>9</volume>
          (
          <issue>1</issue>
          ),
          <fpage>77</fpage>
          -
          <lpage>95</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Soylu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiménez-Ruiz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giese</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Skjaeveland</surname>
            ,
            <given-names>M.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovland</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schlatte</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brandt</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lie</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Optiquevqs: A visual query system over ontologies for industry</article-title>
          .
          <source>Semantic Web</source>
          <volume>9</volume>
          (
          <issue>5</issue>
          ),
          <fpage>627</fpage>
          -
          <lpage>660</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Winslett</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : Updating Logical Databases. Cambridge University Press (
          <year>1990</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Trust-sensitive evolution of DL-Lite knowledge bases</article-title>
          .
          <source>In: AAAI</source>
          . pp.
          <fpage>1266</fpage>
          -
          <lpage>1273</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharlamov</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nutt</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>On expansion and contraction of dl-lite knowledge bases</article-title>
          .
          <source>J. Web Semant</source>
          .
          <volume>57</volume>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>