<!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>How to Contract Ontologies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Bernardo Cuenca Grau</string-name>
          <email>bernardo.cuenca.grau@cs.ox.ac.uk</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Evgeny Kharlamov</string-name>
          <email>kharlamov@inf.unibz.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dmitriy Zheleznyakov</string-name>
          <email>zheleznyakov@inf.unibz.it</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, University of Oxford</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Importance of Ontology Contraction</institution>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>KRDB Research Centre, Free University of Bozen-Bolzano</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>The dynamic nature of knowledge development has motivated the formal study of ontology evolution problems. In this paper, we study ontology contraction|the problem of retracting information that is no longer considered to hold. Our prime interest is to focus on ontologies expressed in Description Logics DL-Lite and EL, which underpin the OWL 2 QL and OWL 2 EL pro les. Our goal is to understand how to compute contractions under di erent kinds of semantics. As we have already shown in [1, 2], ontology contraction is technically very challenging.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        { TBox contraction, where the axiom to be retracted is a TBox axiom; and
{ ABox contraction, where is an ABox assertion and the TBox of the original
ontology should remain the same.
Consider scenarios for TBox and ABox contraction. OWL TBoxes are
extensively used in the clinical sciences, and clinical ontologies such as SNOMED
CT3 and NCI4 are subject to frequent modi cations that involve retracting
unintended consequences from the TBox [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. For example, the developers of
NCI perform over 900 monthly changes [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. Furthermore, ABox contraction is
important for applications relying on widely-used reference TBoxes. For example,
bio-informaticians working on gene extraction can describe the experimental
results using an ABox according to standard gene TBoxes. New experiments may
imply that some facts about speci c individuals no longer hold, which should be
re ected in the ABox; at the same time, TBoxes should clearly not be a ected
by these manipulations of the data.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Practical View of Contraction</title>
      <p>
        Approaches to ontology contraction, typically adopted in practice (especially
when changes occur at the TBox-level), are essentially syntactic [
        <xref ref-type="bibr" rid="ref13 ref19 ref9">9, 13, 19</xref>
        ]. Many
such approaches are based on the notion of a justi cation: a minimal subset of
the ontology that entails a given consequence [
        <xref ref-type="bibr" rid="ref20 ref21">20, 21</xref>
        ]. For example, to retract
an axiom entailed by K, it su ces to compute all justi cations for in K,
nd a minimal subset R of K (a \repair") with at least one axiom from each
justi cation, and take Ko = K n R as the result of the contraction. Retracting
results in the deletion of a minimal set of axioms and hence the structure of K is
maximally preserved.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Logic-Based View of Contraction</title>
      <p>
        From a logic-based perspective, the desirable properties of contraction should
be dictated by the principle of minimal change [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], according to which the
semantics of the ontology should change \as little as possible", thus ensuring
that the contraction has the least possible impact.
      </p>
      <p>
        Logic-based semantics derived from the principle of minimal change have
been recently studied in the more general context of ontology evolution. These
semantics are either model-based (MBS) or formula-based (FBS). Under both
types of semantics, evolution of an ontology K written in a DL DL results in
a DL-ontology Ko in which the required information is incorporated, retracted,
or updated; the di erence is in the way Ko is obtained. Under MBS the set of
all models M of K evolves into a new set M0 of models that are \as close as
possible" to those in M (w.r.t. some notion of distance between models); then,
Ko is the ontology that axiomatises M0 [10{12, 22, 23]. Under FBS, Ko is an
ontology de ned in terms of the deductive closure of K that satis es the evolution
requirements. FBS, however, have been less studied in the context of ontologies [
        <xref ref-type="bibr" rid="ref1 ref11 ref2 ref24">1,
2, 11, 24</xref>
        ].
3 http://www.nlm.nih.gov/research/umls/Snomed/snomed_main.html
4 National Cancer Institute Thesaurus
      </p>
      <p>Under both MBS and FBS, we are interested in computing an \optimal"
contraction |that is, a contraction that is as similar as possible to the original
ontology. In particular, an optimal contraction of a DL-ontology K with an axiom
is a DL-ontology Ko such that (i) K entails Ko, (ii) Ko does not entail , and
(iii) Ko is \as similar as possible" to K according to the particular notion of
minimal change adopted by the semantics under consideration.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Issues with Practical and Logic-Based Approaches</title>
      <p>Practical approaches su er from intrinsic information loss. More precisely, by
removing R from K, one may inadvertently retract consequences of K other
than , which are \intended". Identifying and recovering such intended
consequences is an important issue. For example, if K consists of two TBox
axioms: 1 = \VW is-a car", 2 = \car is-a vehicle", with an implicit information
3 = \VW is-a vehicle", and = 1, then Ko = f 2g; thus, 3 is lost.</p>
      <p>
        Logic-based approaches limit information loss, but they su er from the
following two problems. First, given a DL-ontology K and an axiom , an optimal
contraction Ko may not exist in DL, that is DL may not be closed under
contraction. It has been shown [
        <xref ref-type="bibr" rid="ref11 ref22">11, 22</xref>
        ] that DL-Lite is not closed under so-called
update and revision on both TBox and ABox levels; in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] these results were
extended to TBox and ABox contraction. In [
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ] it has been shown that EL is
not closed under TBox and ABox contraction.
      </p>
      <p>The second problem is that logic-based approaches are also problematic from
a modeling point of view. Indeed, in contrast to syntactic approaches, these
semantics do not distinguish between the axioms in the deductive closure that
are explicit in K, and those that are merely implied. Ontologies, however, are
the result of a time-consuming modeling process, and thus contractions should
also preserve as much as possible the structure of K. For example, consider a
DL-Lite-ontology K with the following two axioms 2 = \car is-a vehicle" and
4 = \VW is-a car and golf", and let = \lecturer is-a professor". Clearly is
unrelated to K, and the optimal contraction of K with is expected to be K
itself. At the same time, the ontology Ko consisting of the following axioms is
a valid contraction too (under any FBS and MBS considered in the ontology
evolution literature): 2 = \car is-a vehicle" and 5 = \VW is-a car", 6 =
\VW is-a golf", 7 = \VW is-a vehicle". Returning such Ko as the contraction
result might be undesirable from a practical point of view.</p>
      <p>
        We believe that our results in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] suggest that classical approaches to ontology
contraction, which are well-understood and well-behaved for propositional logics,
are intrinsically problematical in the context of ontology languages.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Bridging Logics and Practice</title>
      <p>
        In [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], these limitations of both syntactic and logic-based approaches were
addressed (at least partly). On the one hand, the semantics in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] provides a \bridge"
between syntactic and formula-based approaches; on the other hand, this
semantics provides a distinction between the languages DL in which the original
ontology K and the resulting contraction are expressed, and the language LP
(the preservation language), which expresses the entailments of K that must be
maximally preserved. The principle of minimal change is re ected along two
dimensions:
(i) structural, where the explicit axioms in K are maximally preserved;
(ii) deductive, where the consequences of K in LP are maximally preserved.
      </p>
      <p>
        More formally, the semantics of [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] can be de ned as follows in the context of
contraction.
      </p>
      <p>De nition 1. Let DL and LP be description logics with LP DL. Let K be a
DL-ontology, and let be a DL-axiom such that K j= .</p>
      <p>A DL-ontology Ko is an optimal contraction of K with w.r.t. the preservation
language LP if (i) K j= Ko; (ii) Ko 6j= ; (iii) Ko [ f g j= , for each 2 K n Ko;
and (iv) Ko [ f g j= , for each LP-axiom that is entailed by K but not by Ko.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Our Goals</title>
      <p>
        The contraction algorithms we proposed and implemented in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] are speci c to
TBox contraction. We would like to extend them to cover more expressive DLs.
Another next step is to develop algorithms for ABox contraction.
Acknowledgements. B. Cuenca Grau is supported by a Royal Society
Fellowship. E. Kharlamov is supported by the EPSRC EP/G004021/1, EP/H017690/1,
and ERC FP7 grant Webdam (n. 226513). E. Kharlamov and D. Zheleznyakov
are supported by the EU project ACSI (FP7-ICT-257593).
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <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 propositional paradise</article-title>
          .
          <source>In: Proc. Alberto Mendelzon International Workshop on Foundations of Data Management (AMW)</source>
          .
          <article-title>(</article-title>
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jimenez-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>
          :
          <article-title>Ontology evolution under semantic constraints</article-title>
          .
          <source>In: Proc. of International Conference on Principles of Knowledge Representation and Reasoning (KR)</source>
          , Rome, Italy (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel-Schneider</surname>
            ,
            <given-names>P.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>van Harmelen</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <string-name>
            <surname>From</surname>
            <given-names>SHIQ</given-names>
          </string-name>
          and
          <article-title>RDF to OWL: the making of a web ontology language</article-title>
          .
          <source>In Journal of Web Semantics</source>
          <volume>1</volume>
          (
          <issue>1</issue>
          ) (
          <year>2003</year>
          )
          <volume>7</volume>
          {
          <fpage>26</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Cuenca</given-names>
            <surname>Grau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Motik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Parsia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Patel-Schneider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Sattler</surname>
          </string-name>
          ,
          <string-name>
            <surname>U.</surname>
          </string-name>
          :
          <article-title>OWL 2: The next step for OWL</article-title>
          .
          <source>In Journal of Web Semantics</source>
          <volume>6</volume>
          (
          <issue>4</issue>
          ) (
          <year>2008</year>
          )
          <volume>309</volume>
          {
          <fpage>322</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Baader</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nardi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel-Schneider</surname>
          </string-name>
          , P.F., eds.:
          <article-title>The Description Logic Handbook: Theory, Implementation, and Applications</article-title>
          . In Baader, F.,
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nardi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel-Schneider</surname>
          </string-name>
          , P.F., eds.: Description Logic Handbook, Cambridge Uni. Press (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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: classi cation and survey</article-title>
          .
          <source>Knowledge Engineering Review</source>
          <volume>23</volume>
          (
          <issue>2</issue>
          ) (
          <year>2008</year>
          )
          <volume>117</volume>
          {
          <fpage>152</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Fridman</given-names>
            <surname>Noy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Kunnatur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Klein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Musen</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Tracking changes during ontology evolution</article-title>
          .
          <source>In: Proc. of International Semantic Web Conference (ISWC)</source>
          .
          <article-title>Volume 3298 of LNCS</article-title>
          ., Springer (
          <year>2004</year>
          )
          <volume>259</volume>
          {
          <fpage>273</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Haase</surname>
          </string-name>
          , P.,
          <string-name>
            <surname>van Harmelen</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stuckenschmidt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sure</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>A framework for handling inconsistency in changing ontologies</article-title>
          .
          <source>In: International Semantic Web Conference (ISWC)</source>
          .
          <article-title>(</article-title>
          <year>2005</year>
          )
          <volume>353</volume>
          {
          <fpage>367</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Haase</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stojanovic</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Consistent evolution of OWL ontologies</article-title>
          .
          <source>In: Proc. of Extended Semantic Web Conference (ESWC)</source>
          .
          <article-title>(</article-title>
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <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: Proc. of International Joint Conference on Arti cial Intelligence</source>
          .
          <article-title>(</article-title>
          <year>2009</year>
          )
          <volume>891</volume>
          {
          <fpage>897</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Calvanese</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>Zheleznyakov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Evolution of DL-Lite Knowledge Bases</article-title>
          .
          <source>In: Proc. of International Semantic Web Conference (ISWC)</source>
          , Shanghai, China (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Topor</surname>
          </string-name>
          , R.W.:
          <article-title>Revising general knowledge bases in Description Logics</article-title>
          .
          <source>In: Proc. of International Conference on Principles of Knowledge Representation and Reasoning (KR)</source>
          . (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Jimenez-Ruiz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cuenca Grau</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berlanga</surname>
          </string-name>
          , R.:
          <article-title>Supporting concurrent ontology development: Framework, algorithms and tool</article-title>
          .
          <source>Data and Knowledge Engineering</source>
          <volume>70</volume>
          :
          <issue>1</issue>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Konev</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Walther</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>The logical di erence problem for description logic terminologies</article-title>
          .
          <source>In: Proc. of International Joint Conference on Automated Reasoning (IJCAR)</source>
          .
          <article-title>(</article-title>
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Goncalves</surname>
            ,
            <given-names>R.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parsia</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Analysing the evolution of the NCI thesaurus</article-title>
          .
          <source>In: Proc. of CBMS</source>
          . (
          <year>2011</year>
          ) 1{
          <fpage>6</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Alchourron</surname>
            ,
            <given-names>C.E.</given-names>
          </string-name>
          , Gardenfors,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Makinson</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
          </string-name>
          :
          <article-title>On the logic of theory change: Partial meet contraction and revision functions</article-title>
          .
          <source>In Journal of Symbolic Logics</source>
          <volume>50</volume>
          (
          <issue>2</issue>
          ) (
          <year>1985</year>
          )
          <volume>510</volume>
          {
          <fpage>530</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Peppas</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Belief revision</article-title>
          . In F. van
          <string-name>
            <surname>Harmelen</surname>
            ,
            <given-names>V.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Porter</surname>
          </string-name>
          , B., eds.:
          <source>Handbook of Knowledge Representation</source>
          . (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Hartung</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kirsten</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rahm</surname>
          </string-name>
          , E.:
          <article-title>Analyzing the evolution of life science ontologies and mappings</article-title>
          .
          <source>In: Proc. of Data Integration in The Life Sciences workshop (DILS)</source>
          .
          <article-title>Volume 5109 of LNCS</article-title>
          ., Springer (
          <year>2008</year>
          )
          <volume>11</volume>
          {
          <fpage>27</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Kalyanpur</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parsia</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sirin</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          :
          <article-title>Repairing unsatis able concepts in OWL ontologies</article-title>
          .
          <source>In: Proc. of Extended Semantic Web Conference (ESWC)</source>
          .
          <article-title>(</article-title>
          <year>2006</year>
          )
          <volume>170</volume>
          {
          <fpage>184</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Kalyanpur</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parsia</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sirin</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hendler</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          :
          <article-title>Debugging unsatis able classes in OWL ontologies</article-title>
          .
          <source>In Journal of Web Semantics</source>
          <volume>3</volume>
          (
          <issue>4</issue>
          ) (
          <year>2005</year>
          )
          <volume>268</volume>
          {
          <fpage>293</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Schlobach</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cornet</surname>
          </string-name>
          , R., van
          <string-name>
            <surname>Harmelen</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Debugging incoherent terminologies</article-title>
          .
          <source>Journal of Automated Reasoning</source>
          <volume>39</volume>
          (
          <issue>3</issue>
          ) (
          <year>2007</year>
          )
          <volume>317</volume>
          {
          <fpage>349</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <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>
          .
          <source>In: Proc. of International Semantic Web Conference (ISWC)</source>
          , Bonn, Germany (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Topor</surname>
            ,
            <given-names>R.W.:</given-names>
          </string-name>
          <article-title>A new approach to knowledge base revision in DL-Lite</article-title>
          .
          <source>In: Proc. of Conference on Arti cial Intelligence (AAAI)</source>
          .
          <article-title>(</article-title>
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Lenzerini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Savo</surname>
            ,
            <given-names>D.F.</given-names>
          </string-name>
          :
          <article-title>On the evolution of the instance level of DL-Lite knowledge bases</article-title>
          .
          <source>In: Description Logics</source>
          . (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>