<!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>Properties of Module Notions and Atomic Decomposition (Extended Abstract)⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Robin Nolte</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thomas Schneider</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Mathematics and Computer Science, University of Bremen</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In ontology development, modularity has received great attention in the past years; see, e.g., the LNCS monograph [27]. The non-standard reasoning tasks of extracting modules and of decomposing an ontology into modules have manifold applications in ontology reuse, versioning, debugging, and comprehension, as well as collaborative ontology development and automated reasoning optimization. When extracting a single module from a TBox T , that is, a subset M that can be used as a proxy for T , it is crucial for all these scenarios that M encapsulates the knowledge from T about a certain topic, which is usually taken to be a set of terms, the seed signature Σ . This encapsulation is typically captured via the notion of Σ -inseparability [17,2,3,15], which generalizes that of a conservative extension [4,20,13]. However, depending on the application, the widely adopted requirement that M be Σ -inseparable from T is not always suficient. For example, when importing M in place of T into an external TBox, M should even be Σ ′-inseparable from T , where Σ ′ is the union of Σ and the signature of M-this property, called self-containment [18], ensures that M encapsulates the knowledge about all of its own terms, making M a suitable proxy for T w.r.t. those terms rather than just Σ . On the other hand, in scenarios such as optimization of debugging and explanation [26,14] or of reasoning [7,30], M should even preserve all ways to derive the knowledge about Σ (or Σ ′), captured by the notions of M being weakly (strongly) depleting or justification-preserving [18,1,24]. Decomposition aims at computing the modular structure of a TBox-a representative subset of all modules together with their logical interactions. This structure can be used to better understand the TBox, aid its collaborative design, and optimize tool support [9,10]. Among the available techniques, atomic decomposition (AD) [11] stands out by its eficiency and genericness: the underlying algorithm is based on a linear number of module extractions, for a suitable module notion. Originally based on locality-based modules (LBMs) [8], the AD framework was recently shown to work with any module extraction function m that yields uniquely determined Σ -inseparable subsets of the input TBox which satisfy certain module properties, among them self-containment [10]. In recent years, AD has received increased attention [29,21,19] A wide range of module extraction functions and module properties are known [8,16,28,23,12,1,24,6,5,19]. The functions difer in the properties they ensure and, for a given module extraction function m and property P , it is not always obvious</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        whether m satisfies P . This is particularly so when m is based on some normal
form: e.g., there may be various ways to recover a module of an arbitrary TBox T
from a module of its normalization, thus violating uniqueness and suitability for
AD. Sometimes only weak properties are known, and their strong counterparts
have to be ensured via iteration [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        The aim of this paper, which is an extended abstract of our KR 2021 paper
[
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], is to provide an axiomatic approach to systematize the wealth of existing
module properties for module extraction functions guaranteeing Σ -inseparability.
This knowledge enables us to examine whether module notions besides LBMs
can be used safely with AD.
      </p>
      <p>We briefly report on our main results. For this, let a module extraction function
(MEF) be a (partial) function m(· , · ) that maps a signature Σ (a set of concept
and role names) and a TBox T to a subset M of T that is Σ -inseparable from
T . For a property P of a single module, we say that an MEF m satisfies P if
m(Σ, T ) satisfies P for all Σ and T , e.g., an MEF is depleting if it only yields
depleting modules.</p>
      <p>First, we conduct a systematic study of the relationships between module
properties and we find, amongst others, the following implications.
Theorem 1. Let m be an MEF. The following implications hold.
1. If m is monotonic in T , m is justification-preserving;
2. If m is justification-preserving, m is depleting;
3. If m is strongly justification-preserving, m is strongly depleting and
selfcontained.</p>
      <p>
        These interrelations yield rigorous, short proofs of properties satisfied by
various module notions. For example, LBMs are obviously monotonic in T ,
substantiating the ‘folklore’ assumption of them being justification-preserving
[
        <xref ref-type="bibr" rid="ref1 ref25">25,1</xref>
        ].
      </p>
      <p>
        Second, we generalize the iteration process underlying various MEFs, which
ensures self-containment—either inherent to the module extraction process itself
[
        <xref ref-type="bibr" rid="ref12 ref16 ref8">8,16,12</xref>
        ] or as an extension of a non-self-contained MEF [
        <xref ref-type="bibr" rid="ref1 ref24">1,24</xref>
        ].
      </p>
      <p>Theorem 2. For any MEF m, there is an iterative algorithm that computes a
self-contained MEF m+ in linear time with access to an oracle of m. If m
is justification-preserving (depleting), m+ is strongly justification-preserving
(strongly depleting).</p>
      <p>
        Third, various MEFs depend on the input TBox being normalized [
        <xref ref-type="bibr" rid="ref1 ref23 ref28">1,28,23</xref>
        ].
For AD, however, we need to compute self-contained modules of the original
TBox. Unfortunately, denormalizing modules that satisfy one of the ‘strong’
properties turns out to be hard:
Theorem 3. Under mild assumptions, extracting non-trivial modules from
consistent TBoxes is polynomial-time Turing-reducible to the following problem:
Given a P -module M′ of a normalized TBox T ′, compute a P -module M of the
original, non-normalized TBox T with P ∈ {self-contained, strongly
justificationpreserving, strongly depleting}.
      </p>
      <p>Title Suppressed Due to Excessive Length</p>
      <p>
        Fortunately, as it is known that denormalization of justification-preserving
and depleting modules is possible [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] (as a side result, we also report on an
improvement on how to do this more easily), the strong variants can still be
ensured using Theorem 2.
      </p>
      <p>Fourth, given a MEF that is monotonic in Σ , the above results enable us to
construct a ‘repair’ of it that is suitable for computing the AD of a general TBox:
Theorem 4. If an MEF m is monotonic in Σ , we can extend m to an MEF
m′ that satisfies all properties required to compute the AD of any general TBox.
In natural cases, this holds even if the domain of m is restricted to normalized
TBoxes.</p>
      <p>
        Finally, we conduct a case study with an existing family of module notions
based on normalization and Datalog reasoning [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], which suit a wide range of
applications, and show both that they fit our framework and that they can be
repaired for use in AD.
      </p>
      <p>
        Future work should address several theoretical questions and compare AD
based on repaired MEFs with AD based on LBMs [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. As LBMs guarantee
a very strict notion of inseparability, we hope to see improvements with, e.g.,
Datalog based modules [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], which in contrast can be tailored to specific use cases.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Armas</given-names>
            <surname>Romero</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Kaminski</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          ,
          <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>
            <surname>I.</surname>
          </string-name>
          :
          <article-title>Module extraction in expressive ontology languages via Datalog reasoning</article-title>
          .
          <source>J. Artif. Intell. Res</source>
          .
          <volume>55</volume>
          (
          <issue>1</issue>
          ),
          <fpage>499</fpage>
          -
          <lpage>564</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Botoeva</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konev</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryzhikov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zakharyaschev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Inseparability and conservative extensions of description logic ontologies: A survey</article-title>
          .
          <source>In: Tutorial Lectures of RW'16. LNCS</source>
          , vol.
          <volume>9885</volume>
          , pp.
          <fpage>27</fpage>
          -
          <lpage>89</lpage>
          . Springer-Verlag (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Botoeva</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ryzhikov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zakharyaschev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Query inseparability for ALC ontologies</article-title>
          .
          <source>Artif. Intell</source>
          .
          <volume>272</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>51</lpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Byers</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pitt</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Conservative extensions: A cautionary note</article-title>
          .
          <source>EATCS-Bulletin</source>
          <volume>41</volume>
          (
          <year>1990</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ludwig</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ma</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Walther</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Computing minimal projection modules for ELHr-terminologies</article-title>
          .
          <source>In: Proc. of JELIA'19. LNCS</source>
          , vol.
          <volume>11468</volume>
          , pp.
          <fpage>355</fpage>
          -
          <lpage>370</lpage>
          . Springer-Verlag (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ludwig</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Walther</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Computing minimal subsumption modules of ontologies</article-title>
          .
          <source>In: Proc. of GCAI'18</source>
          . EPiC Series in Computing, vol.
          <volume>55</volume>
          , pp.
          <fpage>41</fpage>
          -
          <lpage>53</lpage>
          . EasyChair (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>Cuenca</given-names>
            <surname>Grau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Halaschek-Wiener</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Kazakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Suntisrivaraporn</surname>
          </string-name>
          ,
          <string-name>
            <surname>B.</surname>
          </string-name>
          :
          <article-title>Incremental classification of description logics ontologies</article-title>
          .
          <source>J. Autom. Reason</source>
          .
          <volume>44</volume>
          (
          <issue>4</issue>
          ),
          <fpage>337</fpage>
          -
          <lpage>369</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <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>Kazakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Sattler</surname>
          </string-name>
          ,
          <string-name>
            <surname>U.</surname>
          </string-name>
          :
          <article-title>Modular reuse of ontologies: Theory and practice</article-title>
          .
          <source>J. Artif. Intell. Res</source>
          .
          <volume>31</volume>
          ,
          <fpage>273</fpage>
          -
          <lpage>318</lpage>
          (
          <year>2008</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>Parsia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Sirin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Kalyanpur</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Modularity and web ontologies</article-title>
          .
          <source>In: Proc. of KR'06</source>
          . pp.
          <fpage>198</fpage>
          -
          <lpage>209</lpage>
          . AAAI Press (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Del Vescovo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horridge</surname>
            ,
            <given-names>M.</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>
          ,
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          :
          <article-title>Modular structures and atomic decomposition in ontologies</article-title>
          .
          <source>J. Artif. Intell. Res</source>
          .
          <volume>69</volume>
          ,
          <fpage>963</fpage>
          -
          <lpage>1021</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Del Vescovo</surname>
            ,
            <given-names>C.</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>
          ,
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>The modular structure of an ontology: Atomic decomposition</article-title>
          .
          <source>In: Proc. of IJCAI'11</source>
          . pp.
          <fpage>2232</fpage>
          -
          <lpage>2237</lpage>
          . IJCAI/AAAI (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Gatens</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Konev</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Lower and upper approximations for depleting modules of description logic ontologies</article-title>
          .
          <source>In: Proc. of ECAI'14. Frontiers in Artificial Intelligence and Applications</source>
          , vol.
          <volume>263</volume>
          , pp.
          <fpage>345</fpage>
          -
          <lpage>350</lpage>
          . IOS Press (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Ghilardi</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Did I damage my ontology? A case for conservative extensions in description logics</article-title>
          .
          <source>In: Proc. of KR'06</source>
          . pp.
          <fpage>187</fpage>
          -
          <lpage>197</lpage>
          . AAAI Press (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Horridge</surname>
            ,
            <given-names>M.</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>Laconic and precise justifications in OWL</article-title>
          .
          <source>In: Proc. of ISWC'08. LNCS</source>
          , vol.
          <volume>5318</volume>
          , pp.
          <fpage>323</fpage>
          -
          <lpage>338</lpage>
          . Springer-Verlag (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Jung</surname>
            ,
            <given-names>J.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Conservative extensions in horn description logics with inverse roles</article-title>
          .
          <source>J. Artif. Intell. Res</source>
          .
          <volume>68</volume>
          ,
          <fpage>365</fpage>
          -
          <lpage>411</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Konev</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</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>Semantic modularity and module extraction in description logics</article-title>
          .
          <source>In: Proc. of ECAI'08</source>
          . pp.
          <fpage>55</fpage>
          -
          <lpage>59</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Konev</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lutz</surname>
            ,
            <given-names>C.</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>Formal properties of modularisation</article-title>
          . In: Stuckenschmidt et al. [
          <volume>27</volume>
          ], pp.
          <fpage>25</fpage>
          -
          <lpage>66</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Kontchakov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pulina</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Selmer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolter</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zakharyaschev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Minimal module extraction from DL-Lite ontologies using QBF solvers</article-title>
          .
          <source>In: Proc. IJCAI'09</source>
          . pp.
          <fpage>836</fpage>
          -
          <lpage>841</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Koopmann</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
          </string-name>
          , J.:
          <article-title>Deductive module extraction for expressive description logics</article-title>
          .
          <source>In: Proc. IJCAI'20</source>
          . pp.
          <fpage>1636</fpage>
          -
          <lpage>1643</lpage>
          . ijcai.
          <source>org</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Maibaum</surname>
            ,
            <given-names>T.S.E.</given-names>
          </string-name>
          :
          <article-title>Conservative extensions, interpretations between theories and all that!</article-title>
          <source>In: Proc. of CAAP/FASE'97. LNCS</source>
          , vol.
          <volume>1214</volume>
          , pp.
          <fpage>40</fpage>
          -
          <lpage>66</lpage>
          . Springer-Verlag (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Marınt</surname>
            ´ -Recuerda,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Walther</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Fast modularisation and atomic decomposition of ontologies using axiom dependency hypergraphs</article-title>
          .
          <source>In: Proc. of ISWC'14</source>
          ,
          <string-name>
            <surname>Part</surname>
            <given-names>II</given-names>
          </string-name>
          . LNCS, vol.
          <volume>8797</volume>
          , pp.
          <fpage>49</fpage>
          -
          <lpage>64</lpage>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Nolte</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Properties of module notions and atomic decomposition, accepted for KR (</article-title>
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Nortej</surname>
          </string-name>
          ,´ R.,
          <string-name>
            <surname>Britz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , Meyer, T.:
          <article-title>Reachability modules for the description logic SRIQ</article-title>
          .
          <source>In: Proc. of LPAR'19</source>
          . vol.
          <volume>8312</volume>
          , pp.
          <fpage>636</fpage>
          -
          <lpage>652</lpage>
          . Springer-Verlag (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24. Pen˜aloza, R., Menıac´ ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ignatiev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Marques-Silva</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          :
          <article-title>Lean kernels in description logics</article-title>
          .
          <source>In: Proc. of ESWC'17</source>
          ,
          <string-name>
            <surname>Part</surname>
            <given-names>I. LNCS</given-names>
          </string-name>
          , vol.
          <volume>10249</volume>
          , pp.
          <fpage>518</fpage>
          -
          <lpage>533</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zakharyaschev</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Which kind of module should I extract?</article-title>
          <source>In: Proc. of DL'09. CEUR Workshop Proceedings</source>
          , vol.
          <volume>477</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Schlobach</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cornet</surname>
          </string-name>
          , R.:
          <article-title>Non-standard reasoning services for the debugging of description logic terminologies</article-title>
          .
          <source>In: Proc. of IJCAI'03</source>
          . pp.
          <fpage>355</fpage>
          -
          <lpage>362</lpage>
          . Morgan Kaufmann (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Stuckenschmidt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parent</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spaccapietra</surname>
          </string-name>
          , S. (eds.):
          <article-title>Modular Ontologies: Concepts, Theories and Techniques for Knowledge Modularization, LNCS</article-title>
          , vol.
          <volume>5445</volume>
          . Springer-Verlag (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Suntisrivaraporn</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Module extraction and incremental classification: A pragmatic approach for EL+ ontologies</article-title>
          .
          <source>In: Proc. of ESWC'08. LNCS</source>
          , vol.
          <volume>5021</volume>
          , pp.
          <fpage>230</fpage>
          -
          <lpage>244</lpage>
          . Springer-Verlag (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Tsarkov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Improved algorithms for module extraction and atomic decomposition</article-title>
          .
          <source>In: Proc. of DL'12. CEUR Workshop Proceedings</source>
          , vol.
          <volume>846</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parsia</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Avoiding subsumption tests during classification using the atomic decomposition</article-title>
          . In: Simkus,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Weddell</surname>
          </string-name>
          , G.E. (eds.)
          <source>Proc. of DL'19. CEUR Workshop Proceedings</source>
          , vol.
          <volume>2373</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2019</year>
          ), http: //ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2373</volume>
          /paper-54.pdf
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>