<!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>
      <journal-title-group>
        <journal-title>DL</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Modelling Multiple Perspectives by Standpoint-Enhanced Description Logics</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Extended Abstract</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Lucía Gómez Álvarez</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sebastian Rudolph</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hannes Strass</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computational Logic Group, Institute of Artificial Intelligence, Faculty of Computer Science</institution>
          ,
          <addr-line>TU Dresden</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <volume>35</volume>
      <fpage>7</fpage>
      <lpage>10</lpage>
      <abstract>
        <p>Ontologies and knowledge bases reflect not only domain specific knowledge, but also the individual points of view of their creators along with other contextual aspects. They may also difer in modelling design decisions, such as the choice of conceptual granularity or specific ways of axiomatising information. This semantic heterogeneity is bound to pose significant challenges whenever the interoperability of independently developed knowledge specifications is required. Example 1. Consider the integration of two ontologies of forestry LC and LU, adopting a land cover and a land use perspective respectively. LC characterises a forest as a “forest ecosystem” with a minimum area (G1) where a “ forest ecosystem” is an ecosystem with a certain ratio of tree canopy cover (G2). In contrast, LU defines a forest as a maximally connected area with “forest use” (G3). Both sources LC and LU agree that forests subsume broadleaf, needleleaf and tropical forests (G4), and they both adhere to the Basic Formal Ontology (BFO, Arp et al. 2015), an upper-level ontology stipulating that “land” and “ecosystem” are disjoint categories (G5).</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1. Introduction
Forest and all its subclasses (G4). As an alternative, we propose Standpoint Logic, a simple,
yet versatile generic approach to extend existing KR formalisms by the capability to express
domain knowledge relative to diverse, possibly conflicting standpoints.</p>
      <p>
        In multimodal Standpoint logic [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] propositions of the form □ s  and ♢ s  express information
relative to the standpoint s and read, respectively: “according to s, it is unequivocal/conceivable
that ”. In the semantics, inspired by the theory of supervaluationism [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], standpoints are
represented by sets of precisifications (akin to worlds in possible world semantics), such that
□ s  and ♢ s  hold if  is true in all/some of the precisifications in s. This makes the
singlemodal standpoint logic close to the modal logic K45 [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], where the usual Kripke relations can
be simplified into sets. Unlike in K45, in standpoint logic this simplification can be carried over
to the multi-modal case, and in addition combinations of standpoints are allowed, as in (G4).
      </p>
      <p>In spite of its simple syntax and semantics, the language is remarkably versatile; it allows
for specifying knowledge relative (a) to a standpoint, e.g. (G1), (b) to the global standpoint,
denoted by * , e.g. (G3), and (c) to set-theoretic combinations of standpoints, e.g. (G4). Additional
definabe constructs include ℐLC∪LU[Forest ⊑ Land], meaning that, “according to LC ∪ LU, it is
indeterminate whether land subsumes forest” (with ℐs := ♢ s ¬ ∧ ♢ s ). The sharper operator
⪯ , used to establish hierarchies of standpoints, can be defined via s1 ⪯ s2 := □ s1∖s2 [⊤ ⊑ ⊥].
Intuitively, s1 ⪯ s2 expresses that standpoint s1 inherits the propositions of s2, by virtue of
“s1 ⊆ s2” holding for the corresponding sets of precisifications. This is used in the example to
“import” background knowledge from the upper-level ontology BFO (G5) and it can be used in the
axiom * ⪯ (LC ∪ LU) to confine the interest to a given set of standpoints (each precisification
must be associated with at least one of those). Natural reasoning tasks over multi-standpoint
specifications include gathering unequivocal or undisputed knowledge, determining knowledge
that is relative to a standpoint or a set of them, and contrasting the knowledge that can be
inferred from diferent standpoints.</p>
      <p>
        This extended abstract introduces the standpoint-enhanced version of the very expressive
description logic ℛℐ (cf. Section 2.2), which is tightly connected to the W3C-standardised
ontology language OWL 2 DL. Here, standpoint modalities are allowed only at the axiom level,
which – coupled with the semantics of the multi-modal standpoint logic framework – makes it
possible to establish a polytime translation from standpoint-enhanced ℛℐ into plain
ℛℐ (cf. Section 2.3). By virtue of this result, existing highly optimised OWL reasoners
can be used of the shelf to provide reasoning support for ontology languages from the OWL
family extended by standpoint modelling.
2. Sentential Standpoint- ℛℐ 
Sentential Standpoint-ℛℐ (S[ℛℐ]) adds the standpoint modalities to ℛℐ at
the sentence (axiom) level. After an introduction to ℛℐ (Section 2.1), we provide the
syntax and semantics of S[ℛℐ] (Section 2.2), we state a small model property and finally we
present a satisfiability-preserving polynomial translation from S[ℛℐ] into plain ℛℐ
(Section 2.3). This provides us with tight complexity results and it paves the way towards
practical reasoning in “Standpoint-OWL”, since it allows us to use highly optimised OWL 2 DL
reasoners.
2.1. ℛℐ
ℛℐ is a gentle extension of ℛℐ [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] allowing safe Boolean role expressions over
simple roles [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. By focusing on the mildly stronger ℛℐ instead of the more mainstream
ℛℐ, we can provide a more coherent and economic presentation, without giving up the
good computational properties and the availability of optimised algorithms and tools.
      </p>
      <p>
        In what follows, let I, C, and R be finite, mutually disjoint sets called individual names,
concept names and role names, respectively. R is subdivided into simple role names  Rs and
non-simple role names  Rns, the latter containing the universal role u and being strictly ordered
by ⋖. We briefly mention that unlike in the original definition of ℛℐ, we fix simplicity
of roles and ⋖ explicitly upfront, simplifying the presentation without restricting expressivity.
Then, let ℛs be the set of simple role expressions such that 1, 2 ::= s | s− | 1 ∪ 2 | 1 ∩ 2 |
1 ∖ 2, with s ∈  Rs, and let ℛ = ℛs ∪  Rns be the set of (arbitrary) role expressions. The order ⋖
is extended to ℛ by making all elements of ℛs ⋖-minimal. The syntax and semantics of concept
and role expressions as well as the diferent types of ℛℐ sentences (called axioms) are
defined as usual [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ]. Finally, any concept expression can be put in NNF, where negation
only occurs in front of concept names, nominals, or Self concepts.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2.2. Sentential Standpoint-ℛℐ: Syntax and Semantics</title>
      <p>Given a set  of standpoint symbols containing the universal standpoint * , we define the set ℰ
of standpoint expressions via e1, e2 ::= s | e1 ∪ e2 | e1 ∩ e2 | e1 ∖ e2, where s ∈ . Then, the set
S[ℛℐ] of Sentential Standpoint-ℛℐ sentences is defined inductively over ℰ and the
set of ℛℐ axioms:
• if Ax is a ℛℐ axiom then Ax ∈ S[ℛℐ],
• if ,  ∈ S[ℛℐ] then ¬ ∈ S[ℛℐ],  ∧  ∈ S[ℛℐ], and  ∨  ∈ S[ℛℐ],
• if  ∈ S[ℛℐ] and e ∈ ℰ then □ e  ∈ S[ℛℐ] and ♢ e  ∈ S[ℛℐ].</p>
      <p>In what follows, we assume that formulas are in SSNF, whereby their modal degree is at most 1.</p>
      <p>The semantics of sentential Standpoint-ℛℐ is defined by “plugging” the semantics of
ℛℐ axioms into a multi-modal semantics where precisifications replace worlds and the
usual set of accessibility relations is replaced by the function  . Thus, a Standpoint-ℛℐ
structure M is a tuple ⟨Δ, Π, ,  ⟩ where (a) Δ is a non-empty set, the domain of M, (b) Π is
the non-empty set of precisifications , (c)  is a function mapping each standpoint symbol to a
set of precisifications, with  (* ) = Π, and (d)  is a function mapping each precisification from
Π to an ordinary ℛℐ interpretation ℐ = (Δ, · ℐ ) composed of the (shared1) domain Δ
and a function · ℐ mapping individual names to elements of Δ, concept names to subsets of Δ,
and role names to subsets of Δ × Δ.</p>
      <p>Theorem 1. A sentential Standpoint-ℛℐ formula  is satisfiable if it has a model with
at most || precisifications.</p>
      <p>
        Theorem 1 can be shown following a similar method to the propositional case [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] because
the use of modalities exclusively at the axiom level prevents the interaction between the modal
operators and implicit free variables. Proofs can be found at https://arxiv.org/abs/2206.06793.
1We adopt the constant domain assumption, with which expanding and varying domains can be emulated [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>2.3. Translation into Plain ℛℐ</title>
      <p>of all individual names inside , plus, for each 
standpoint extensions of languages of the OWL family with of-the-shelf reasoners.
To conclude this short paper, we provide a polynomial translation mapping any S[ℛℐ]
sentence  (w.l.o.g. in NNF) to an equisatisfiable set of ℛℐ axioms. With this, we
establish the decidability and complexity of S[ℛℐ] and we expose a strategy to support
Let Π|| be a set of size || (Theorem 1) and our translation’s vocabulary V[ℛℐ]() consist
∈ Π||, the following symbols: a concept
name A for each A ∈ C; a simple role name s for each s ∈  Rs; non-simple role names
r and r for each r ∈  ns</p>
      <p>R ∖{u}; a simple role name s for each unnegated RIA  inside ;
a fresh constant name  for each negated RIA  inside ; and a concept name Ms for each

s ∈ . The non-simple role names inherit their ordering ⋖ from  Rns and we let r ⋖ r for
each r ∈  Rns ∖{u}.
contains the RIA r</p>
      <p>The translation Tr() of  is then a set of ℛℐ axioms defined as follows: First,
Tr()
⊑ r
 for every r ∈  Rns∖{u</p>
      <p>} and each  ∈ Π||. Second, for every unnegated
RIA  inside  and each  ∈ Π||, Tr() contains the RIA  ( ), with  defined by</p>
      <p>1∘ ...∘  ⊑ r ↦→ s ∘ 1 ∘ ...∘</p>
      <p>⊑ r</p>
      <p>r ∘ 1∘ ...∘  ⊑ r ↦→ r ∘ 1 ∘ ...∘ ∘ s</p>
      <p>⊑ r</p>
      <p>1∘ ...∘ ∘ r ⊑ r ↦→ s ∘ 1 ∘ ...∘ ∘ r</p>
      <p>⊑ r
r ∘ r ⊑ r ↦→ s ∘ r ∘ r ⊑ r ,



whereby the role expression  is obtained from  by substituting every role name s with s
(except u which remains unaltered). Third and last, Tr() contains the GCI</p>
      <p>⊤ ⊑ d ∈Π|| tr(,  ) ⊓ d ∈Π|| ∀u.M*</p>
      <p>The translation of unnegated and negated ℛℐ axioms
where, by inductive definition,</p>
      <p>tr(, Ax) = tr+(, Ax)
tr(, ¬Ax) = tr− (, Ax)
tr(,  1 ∧  2) = tr(,  1) ⊓ tr(,  2)</p>
      <p>tr+(,  ) = ∀u.∃s .Self
tr+(,</p>
      <p>⊑ ) = ∀u.(¬ ⊔ )
tr+(,  ()) = ∃u.(︀ {} ⊓  )︀
tr+(,  (, )) = ∃u.(︀ {} ⊓ ∃ .{})︀
tr+(,  =. ) = ∃u.(︀ {} ⊓ {})︀
tr(,</p>
      <p>1 ∨  2) = tr(,  1) ⊔ tr(,  2)
tr( ,′ □ e  ) = d
tr( ,′ ♢ e  ) = ⨆︀
 ∈Π|| (¬trℰ (, e) ⊔ tr(,  ))
 ∈Π|| (trℰ (, e) ⊓ tr(,  ))
tr− (,  ) = ∃u.(︀ (∀r .¬{ }) ⊓ (∃1...∃.{ })</p>
      <p>︀)

tr− (,</p>
      <p>⊑ ) = ∃u.( ⊓ ¬)
tr− (,  ()) = ∃u.(︀ {} ⊓ (¬) )︀
tr− (,  (, )) = ∃u.(︀ {} ⊓ ∀ .¬{})︀
tr− (,  =. ) = ∃u.(︀ {} ⊓ ¬{})︀</p>
      <p>Therein, for any role expression , we let  denote r if  = r is a non-simple role name, and
otherwise  = . Moreover,  denotes the concept expression that is obtained from  by
ifrst transforming it into negation normal form, second replacing concept names
into a concept expression trℰ (, e) over the vocabulary {︀ M
s | ∈ , 
role expressions r by r , and third replacing every ∃r for non-simple r with ∃r. Finally, trℰ
implements the semantics of standpoint expressions: Each expression e ∈ ℰ is transformed
︀} thus:
∈ Π||</p>
      <p>A with A and
trℰ (, s) = ∀u.Ms
trℰ (, e1 ∩ e2) = trℰ (, e1) ⊓ trℰ (, e2)
trℰ (, e1 ∪ e2) = trℰ (, e1) ⊔ trℰ (, e2)
trℰ (, e1 ∖ e2) = trℰ (, e1) ⊓ ¬trℰ (, e2)</p>
      <p>With all definitions in place, we obtain the desired result, which concludes the paper.
satisfiable with , is of polynomial size wrt. , and can be computed in polynomial time.
Theorem 2. Given  ∈ S[ℛℐ], the set Tr() is a valid ℛℐ knowledge base, is
equiLucía Gómez Álvarez was supported by the Bundesministerium für Bildung und Forschung
(BMBF, Federal Ministry of Education and Research) in the Center for Scalable Data Analytics and
Artificial Intelligence ( ScaDS.AI). Sebastian Rudolph has received funding from the European
Research Council (Grant Agreement no. 771779, DeciGUT).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Arp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Smith</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. D.</given-names>
            <surname>Spear</surname>
          </string-name>
          ,
          <article-title>Building ontologies with basic formal ontology</article-title>
          , MIT Press,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mocan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Scharfe</surname>
          </string-name>
          ,
          <article-title>Ontology alignments</article-title>
          , in: M.
          <string-name>
            <surname>Hepp</surname>
            ,
            <given-names>P. D.</given-names>
          </string-name>
          <string-name>
            <surname>Leenheer</surname>
            ,
            <given-names>A. D.</given-names>
          </string-name>
          <string-name>
            <surname>Moor</surname>
            , Y. Sure (Eds.),
            <given-names>Ontology</given-names>
          </string-name>
          <string-name>
            <surname>Management</surname>
          </string-name>
          .
          <article-title>Computing for Human Experience</article-title>
          , volume
          <volume>7</volume>
          , Springer,
          <year>2008</year>
          , pp.
          <fpage>177</fpage>
          -
          <lpage>206</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-0-
          <fpage>387</fpage>
          -69900-
          <issue>4</issue>
          _
          <fpage>6</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L.</given-names>
            <surname>Otero-Cerdeira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. J.</given-names>
            <surname>Rodríguez-Martínez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gómez-Rodríguez</surname>
          </string-name>
          ,
          <article-title>Ontology matching: A literature review</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>42</volume>
          (
          <year>2015</year>
          ). doi:
          <volume>10</volume>
          .1016/j.eswa.
          <year>2014</year>
          .
          <volume>08</volume>
          .032.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>C.</given-names>
            <surname>Pesquita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Faria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Santos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Couto</surname>
          </string-name>
          ,
          <article-title>To repair or not to repair: Reconciling correctness and coherence in ontology reference alignments</article-title>
          ,
          <source>in: Procs. of the 8th Int. Conf. on Ontology Matching</source>
          , volume
          <volume>1111</volume>
          ,
          <string-name>
            <surname>CEUR</surname>
          </string-name>
          ,
          <year>2013</year>
          , pp.
          <fpage>13</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Solimando</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          , G. Guerrini,
          <article-title>Minimizing conservativity violations in ontology alignments</article-title>
          ,
          <source>Knowledge and Information Systems</source>
          <volume>51</volume>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>I.</given-names>
            <surname>Osman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. Ben</given-names>
            <surname>Yahia</surname>
          </string-name>
          , G. Diallo, Ontology Integration: Approaches and
          <string-name>
            <given-names>Challenging</given-names>
            <surname>Issues</surname>
          </string-name>
          ,
          <source>Information Fusion</source>
          <volume>71</volume>
          (
          <year>2021</year>
          )
          <fpage>38</fpage>
          -
          <lpage>63</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.inffus.
          <year>2021</year>
          .
          <volume>01</volume>
          .007.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>L.</given-names>
            <surname>Gómez Álvarez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Rudolph</surname>
          </string-name>
          ,
          <article-title>Standpoint logic: Multi-perspective knowledge representation</article-title>
          , in: F.
          <string-name>
            <surname>Neuhaus</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          Brodaric (Eds.),
          <source>Procs. of the 12th Int. Conf. on Formal Ontology in Information Systems</source>
          , volume
          <volume>344</volume>
          <source>of FAIA</source>
          , IOS Press,
          <year>2021</year>
          , pp.
          <fpage>3</fpage>
          -
          <lpage>17</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>K.</given-names>
            <surname>Fine</surname>
          </string-name>
          , Vagueness, truth and logic,
          <source>Synthese</source>
          <volume>30</volume>
          (
          <year>1975</year>
          )
          <fpage>265</fpage>
          -
          <lpage>300</lpage>
          . doi:
          <volume>10</volume>
          .1007/ BF00485047.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Pietruszczak</surname>
          </string-name>
          ,
          <article-title>Simplified Kripke style semantics for modal logics K45, KB4 and KD45, Bulletin of the Section of Logic 38 (</article-title>
          <year>2009</year>
          )
          <fpage>163</fpage>
          -
          <lpage>171</lpage>
          . URL: https://philpapers.org/rec/PIESKS-2.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>I.</given-names>
            <surname>Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Kutz</surname>
          </string-name>
          , U. Sattler,
          <article-title>The even more irresistible SROIQ</article-title>
          , in: P. Doherty,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mylopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. A.</given-names>
            <surname>Welty</surname>
          </string-name>
          (Eds.),
          <source>Procs. 10th Int. Conf. on Principles of Knowledge Representation and Reasoning</source>
          , AAAI Press,
          <year>2006</year>
          , pp.
          <fpage>57</fpage>
          -
          <lpage>67</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>S.</given-names>
            <surname>Rudolph</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krötzsch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hitzler</surname>
          </string-name>
          ,
          <article-title>Cheap Boolean role constructors for description logics</article-title>
          , in: S. Hölldobler,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lutz</surname>
          </string-name>
          , H. Wansing (Eds.),
          <source>Procs. of the 11th European Conf. on Logics in Artificial Intelligence</source>
          , volume
          <volume>5293</volume>
          , Springer,
          <year>2008</year>
          , pp.
          <fpage>362</fpage>
          -
          <lpage>374</lpage>
          . doi:
          <volume>10</volume>
          .1007/ 978-3-
          <fpage>540</fpage>
          -87803-2_
          <fpage>30</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>F.</given-names>
            <surname>Wolter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zakharyaschev</surname>
          </string-name>
          ,
          <article-title>On the decidability of description logics with modal operators</article-title>
          , in: A. G. Cohn,
          <string-name>
            <given-names>L. K.</given-names>
            <surname>Schubert</surname>
          </string-name>
          , S. C. Shapiro (Eds.),
          <source>Procs. of the Sixth Int. Conf. on Principles of Knowledge Representation and Reasoning</source>
          , Morgan Kaufmann,
          <year>1998</year>
          , pp.
          <fpage>512</fpage>
          -
          <lpage>523</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>