<!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>Optimizations for the role-depth bounded least common subsumer in E L+</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andreas Ecke</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anni-Yasmin Turhan?</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>TU Dresden, Institute for Theoretical Computer Science</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Computing the least common subsumer (lcs) yields a generalization of a collection of concepts, computing such generalizations is a useful reasoning task for many ontology-based applications. Since the lcs need not exist, if computed w.r.t. general TBoxes, an approximative approach, the role-depth bounded lcs, has been proposed. Recently, this approach has been extended to the Description logic EL+, which covers most of the OWL 2 EL profile. In this paper we present two kinds of optimizations for the computation of such approximative lcs: one to obtain succinct rewritings of EL+concepts and the other to speed-up the k-lcs computation. The evaluation of these optimizations give evidence that they can improve the computation of the role-depth bounded lcs by orders of magnitude.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Introduction
top &gt; ΔI
conjunction C u D CI ∩ DI
existential restriction ∃r.C {x ∈ ΔI | ∃y ∈ ΔI : (x, y) ∈ rI ∧ y ∈ CI }
general concept inclusion C v D CI ⊆ DI
role inclusion axiom r1 ◦ . . . ◦ rk v r r1I ◦ . . . ◦ rkI ⊆ rI</p>
      <p>Table 1. Constructors and axioms for EL+.
redundant and thus take a long time to compute. In order to obtain concise
and readable concept descriptions for the k-lcs, we devise a method to obtain
smaller, but equivalent rewritings for E L+-concept descriptions. Furthermore,
we devise two methods that avoid the cross-product computation for those parts
of the unraveling that would yield a redundant part in the resulting concept
description. These optimization methods are highly effective and expedient, when
dealing with ontologies with large role hierarchies such as Galen.</p>
      <p>This paper is organized as follows: After preliminaries on DLs, we briefly
sketch how completion is employed to compute the k-lcs in E L+ in Section 3. In
Section 4 we introduce the optimization methods and in Section 5 we report on
an evaluation of the optimization methods on (variants of) medical ontologies.
2</p>
      <p>
        Preliminaries
We assume that the reader is familiar with the basic notions of DLs, for an
introduction see [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. We introduce the DLs used in this paper formally. Concept
descriptions are inductively defined from a set of concepts names NC and a set
of role names NR by applying the constructors from the upper half of Table 1.
In particular, E L-concept descriptions only allow for conjunctions, existential
restrictions, and the top concept &gt;. The concept constructors are interpreted in
the standard way. Their semantics is displayed in the upper half of Table 1.
      </p>
      <p>In E L there are general concept inclusions (GCIs), which are displayed in
the lower half of Table 1. E L+ additionally allows for complex role inclusion
axioms (RIAs). These role inclusions can express, in particular, inclusion of
roles (s v r) and transitive roles (r ◦ r v r). Now, an E L-TBox T is a set of
GCIs and an E L+-TBox is a set of GCIs and RIAs. We denote by NC,T and
NR,T the set of concept names and the set of role names that occur in a TBox
T . The fundamental reasoning service for TBoxes is subsumption. We say that a
concept description C subsumes another concept description D w.r.t. the TBox
T (written vT ) iff CI ⊆ DI for all models of T .</p>
      <p>For a concept description C we denote by rd(C) its role-depth, i.e., its
maximal nesting of quantifiers. We define the central reasoning services of this paper
for the Description Logic E L+.</p>
      <p>Definition 1 ((Role-depth bounded) least common subsumer). Let T
be an E L+-TBox and C1, . . . , Cn be E L+-concept descriptions. Then the E
L+concept description D is the least common subsumer of C1, . . . , Cn w.r.t. T iff
(1) Ci vT D for all i ∈ {1, . . . , n}, and (2) for all E L+-concept descriptions E:
Ci vT E for all i ∈ {1, . . . , n} implies D vT E.</p>
      <p>Let k ∈ N. Then the E L+-concept description D is the role-depth bounded
least common subsumer of C1, . . . , Cn w.r.t. T and the role-depth k iff (1)
rd(D) ≤ k, (2) Ci vT D for all i ∈ {1, . . . , n}, and (3) for all E L+-concept
descriptions E with rd(E) ≤ k: Ci vT E ∀i ∈ {1, . . . , n} implies D vT E.
For E L+ the (k-)lcs is unique up to equivalence, thus we speak of the (k-)lcs.
3</p>
      <p>Computing the k-lcs in E L+ by Completion
The algorithms to compute the role-depth bounded lcs rely on completion graphs
produced by completion-based subsumption algorithms. Completion algorithms
work on normalized TBoxes for which they build a completion graph and
exhaustively apply completion rules to it. After this step, the completion graph
contains all subsumption relations from the TBox explicitly.
3.1</p>
    </sec>
    <sec id="sec-2">
      <title>Completion algorithm for EL+</title>
      <p>
        An E L+-TBox T is in normal form, if all GCIs in T are of the form A v B,
A1 u A2 v B, A v ∃r.B, or ∃r.A v B with A, A1, A2, B ∈ NC and r ∈ NR;
and all role inclusions are of the form s v r or s ◦ t v r with {r, s, t} ⊆ NR. All
E L+-TBoxes can be normalized by applying a set of normalization rules [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        The completion graph for a normalized TBox T 0 is of the form (V, E, S),
where V = NC,T 0 ∪ {&gt;} is the set of nodes, E ⊆ V × NR,T × V is the set of role
name labeled edges and S : V → 2NC,T 0 ∪{&gt;} is the node-labeling. The completion
algorithm starts with an initial graph (V, E, S) with E = ∅ and S(A) = {A, &gt;}
for each A ∈ NC,T 0 ∪ {&gt;} and exhaustively applies a set of completion rules
from [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] until no more rule applies.
      </p>
      <p>
        After rule-application all subsumption relations can be directly read-off the
completion graph. This completion algorithm is sound and complete as shown
in [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The intuition is that the completion rules make implicit subsumption
relationships explicit in the following sense:
– B ∈ S(A) implies that A vT B,
– (A, r, B) ∈ E implies that A vT ∃r.B.
      </p>
      <p>The resulting completion graph is used to compute the role-depth bounded lcs.
3.2</p>
    </sec>
    <sec id="sec-3">
      <title>Computation algorithm of the k-lcs in EL+</title>
      <p>
        All RIAs from the E L+-TBox are explicitly captured in the completion graph
in the following way: for each edge in the completion graph that is labeled with
some role r, the completion algorithm also creates edges for all of r’s super-roles.
This means that for computing the k-lcs w.r.t. an E L+-TBox the same algorithm
can be used as for E L. Such an algorithm was introduced in [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] and, for the
Algorithm 1 Computation of a role-depth bounded E L+ k-lcs.
Procedure k-lcs (C, D, T , k)
      </p>
      <sec id="sec-3-1">
        <title>Input: C, D: EL+-concept descriptions; T : EL+-TBox; k: natural number</title>
      </sec>
      <sec id="sec-3-2">
        <title>Output: k-lcs(C, D): role-depth bounded EL+ k-lcs of C, D w.r.t. T and k</title>
        <p>1: T 0 := normalize(T ∪ {A ≡ C, B ≡ D})
2: (V, E, S) := apply-completion-rules(T 0)
3: L := k-lcs-r(A, B, (V, E, S), k)</p>
        <sec id="sec-3-2-1">
          <title>4: return remove-normalization-names(L)</title>
        </sec>
        <sec id="sec-3-2-2">
          <title>Procedure k-lcs-r(A, B, (V, E, S), k)</title>
        </sec>
        <sec id="sec-3-2-3">
          <title>Input: A, B: concept names; (V, E, S): completion graph; k: natural number</title>
        </sec>
      </sec>
      <sec id="sec-3-3">
        <title>Output: k-lcs(A, B): role-depth bounded EL+ k-lcs of A, B w.r.t. T and k</title>
        <p>1: common-names := S(A) ∩ S(B)
2: if k = 0 then
3: return l P
4: else
5: return
convenience of the reader, is shown in Algorithm 1 (for the binary lcs).The idea
is to introduce new concept names for the concept descriptions of interest and
to apply the completion algorithm. Then, starting from the newly introduced
names A and B, traverse the completion graph simultaneously. More precisely,
for the tree unravelings of the completion graph of depth k for A and B, the
cross product is computed. In a post-processing step concept names that were
introduced by normalization have to be removed from the concept description.
Obviously, this method creates heavily redundant concept descriptions.</p>
        <p>In cases where the exact lcs exists, the algorithm computes the exact lcs, if
started with a big enough k.
4</p>
        <p>Optimizations for the k-lcs algorithm
We present two types of optimizations: to obtain succinct rewritings of E
L+concept descriptions and to speed-up the k-lcs computation.
The highly redundant E L+-concept descriptions obtained from the k-lcs
algorithm need to be simplified, in order to make the resulting concept description
readable. The general idea for the simplification is to remove those subtrees
from the syntax tree which are subsumers of any of their sibling subtrees. For a
conjunction of concept names, this results in the least ones (w.r.t. vT ).
Algorithm 2 Simplification
Procedure simplify(C, (V, E, S), T )</p>
      </sec>
      <sec id="sec-3-4">
        <title>Input: C: EL+-concept description; (V, E, S): completion graph; T : EL+-TBox</title>
        <p>Output: simplify(C): simplified concept description
1: Let C ≡ A1 u . . . u An u ∃r1.D1 u . . . u ∃rm.Dm with Ai ∈ NC for 1 ≤ i ≤ n.
2: Conj := {Ai | 1 ≤ i ≤ n} ∪ {∃rj.Dj | 1 ≤ j ≤ m}
3: for all X ∈ Conj do
4: for all Y ∈ Conj do
5: if X 6= Y ∧ subsumes-H(X, Y, (V, E, S), T ) then
6: Conj := Conj \ {X}
7: break
8: for all X ∈ Conj do
9: if X ≡ ∃rj.Dj then
10: Conj := (Conj \ {∃rj.Dj}) ∪ {∃rj.simplify(Dj, (V, E, S), T )}
11: return dX∈Conj X</p>
        <p>Algorithm 2 computes such simplifications of EL+-concept descriptions. Note,
that it needs to be applied after the normalization names are removed. Otherwise
it might remove names from the original TBox that subsume a normalization
name, which gets removed later during denormalization. For the soundness of
the simplification procedure simplify, it is only necessary to ensure that the
procedure ‘subsumes-H’ is sound. However, for our purpose this procedure does not
need to be complete. This might result in simplifications that are equivalent to
the input concept description, but that are still redundant. Such a heuristic is
displayed in Algorithm 3.</p>
        <p>It is easy to see that the procedure subsumes-H is sound by an inspection of
the different cases according to the structure of C and D. For instance, if C is a
conjunction (line 11), the procedure only returns true if D is a subsumer of Fi,
for all 1 ≤ i ≤ n. If both C and D are existential restrictions (line 23), then the
procedure returns true if s vT r and F is a subsumer of G, or if there is a role
t with s ◦ t vT r and G = . . . u ∃t.H u . . . where F is a subsumer of H. In both
cases we clearly have D vT C. All other cases are proven similarly.
A concept description C is fully expanded up to the role-depth k w.r.t. T , if (1)
for all A ∈ NC,T with C vT A we have that A is a conjunct of C and (2) if
k &gt; 0 then for all F with C vT ∃r.F we have an F 0 with F 0 vT F s.t. ∃r.F 0 is
a conjunct of C and F 0 is fully expanded up to role-depth k − 1. Now, the
k-lcsr procedure constructs result descriptions that are the fully expanded and thus
heavily redundant. Most of this redundancy is then removed by the simplification
procedure. For large ontologies with a deep role hierarchy, the fully expanded
result may grow quite large, which causes long run-times and incomprehensible,
large concept descriptions. Therefore, the idea for optimization is to avoid
generAlgorithm 3 Subsumes-H
Procedure subsumes-H(C, D, (V, E, S), T )</p>
      </sec>
      <sec id="sec-3-5">
        <title>Input: C, D: EL+-concept descriptions; (V, E, S): completion graph; T : EL+-TBox</title>
        <p>Output: whether C subsumes D w.r.t. T
ating fully expanded descriptions and apply some of the simplifications already
during the construction of the result.</p>
        <p>Optimization 1: avoid unnecessary role-depth. This simple optimization
applies, if one of the input concepts of the k-lcs-r procedure already subsumes
the other one, in which case it is the lcs of both. Therefore in k-lcs-r(A, B, S, k),
if A ∈ S(B) we can simply return A and if B ∈ S(A) we can return B.</p>
        <p>
          This is a well-known optimization for the computation of the lcs for concept
descriptions without reference to a TBox [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. However, if applied in the context
of completion, this optimization interacts with the denormalization and the
roledepth bound in non-obvious ways. Consider the TBox
        </p>
        <p>T = {A v ∃r.∃r.K, B v ∃r.∃r.K, ∃r.∃r.K v ∃s.(L u M )}
which gets normalized to
k-lcs-r(A, B, (· · · ), 1) would yield X4 u ∃r.X3 u ∃s.(X5 u L u M ), which
denormalizes to &gt; u ∃r.&gt; u ∃s.(L u M ), while the optimization would yield X4 u ∃r.X3 u
∃s.X5, which denormalizes to &gt; u ∃r.&gt; u ∃s.&gt;, which is not the lcs anymore.
Therefore, the optimization can only be applied to concept names from the
original TBox, never to normalization names. This optimization and the next one
are shown in Algorithm 4.</p>
        <p>Optimization 2: avoid unnecessary branching. For this optimization
consider the TBox</p>
        <p>Tn = {A v D u ∃r.C1, B v E u ∃r.C1} ∪ {C1 v Ci | i ∈ {2 . . . n}}.</p>
        <p>In this case, the lcs of A and B is just ∃r.C1. However, the algorithm would
generate the complete product set {Ci | i ∈ {1, . . . , n}} × {Ci | i ∈ {1, . . . , n}}
and recursively call k-lcs-r for each pair, just to eliminate all ∃r.Ci for i &gt; 1 and
all ∃r.&gt; afterwards in the simplification step. Even for this simple example, the
algorithm would require time quadratic in the size of the input TBox. Clearly,
evaluating the Cis for i &gt; 1 is not necessary, as they all subsume C1. The same
is true for role hierarchies, where for example</p>
        <p>Tn0 = {A v D u ∃r.C1, B v E u ∃r.C1} ∪ {r v ri | i ∈ {2 . . . n}}
would lead to the same unnecessary quadratic runtime.</p>
        <p>The idea to avoid this kind of branching is to explicitly create the sets SA and
SB of all role-successors (A, r, C) ∈ E and (B, r, C) ∈ E for input concepts A and
B and to remove all role-successors which are subsumers of other role-successors
in the same set. Recursive calls to k-lcs-r-o can then be made with one successor
from each set SA and SB. However, we have to be careful with role-successors
with different role-names. For example, for a role-successor (r, C) ∈ SA and a
role-successor (s, D) ∈ SB, a recursive call has to be made for all minimal (w.r.t.
vT ) role names t with r vT t and s vT t. The following lemma shows that this
optimization is correct.</p>
        <p>Lemma 1. The results of the k-lcs-r and k-lcs-r-o procedures are equivalent.
Proof. Let T be a normalized TBox, (V, E, S) be its completion graph, A, B ∈
NC,T , k ∈ N and L = k-lcs-r(A, B, (V, E, S), k) and Lo = k-lcs-r-o(A, B, (V, E, S), k).
We have to show that L ≡T Lo. Note, that if optimization 1 is applicable, then
A ∈ S(B) or B ∈ S(A) and hence A (resp. B) is equivalent to the lcs. Otherwise,
we show that L ≡T Lo by induction on the role-depth bound k.</p>
        <p>Algorithm 4 Computation of a role-depth bounded EL+-lcs.</p>
        <p>Procedure k-lcs-o(C, D, T , k)</p>
      </sec>
      <sec id="sec-3-6">
        <title>Input: C, D: EL+ concept descriptions; T : EL+ TBox; k: natural number</title>
        <p>Output: k-lcs(C, D): role-depth bounded EL+-lcs of C, D w.r.t. T and k</p>
        <sec id="sec-3-6-1">
          <title>Procedure k-lcs-r-o(A, B, (V, E, S), k)</title>
        </sec>
        <sec id="sec-3-6-2">
          <title>Input: A, B: concept names; (V, E, S): completion graph; k: natural number</title>
          <p>Output: k-lcs(A, B): role-depth bounded EL+-lcs of A, B w.r.t. T and k
1: if A ∈ S(B) and A is not a normalization name then
2: return A
3: else if B ∈ S(A) and B is not a normalization name then
4: return B
5: common-names := S(A) ∩ S(B)
6: SA := remove-redundant({(r, C) | (A, r, C) ∈ E})
7: SB := remove-redundant({(s, D) | (B, s, D) ∈ E})
8: if k = 0 then
9: return l P
10: else
11: return
For k = 0 both procedures return the same concept description, i.e., L = Lo.
For k &gt; 0, we first show that for each r ∈ NR,T and all (A, r, C) ∈ E, (B, r, D) ∈
E, we have Lo vT ∃r.k-lcs-r(C, D, (V, E, S), k − 1). If (A, r, C) ∈ E, then there
exists (s1, C0) ∈ SA with s1 vT r and C ∈ S(C0). Similarly, there exists
(s2, D0) ∈ SB with s2 vT r and D ∈ S(D0). Then ∃t.k-lcs-r-o(C0, D0, (V, E, S), k−
1) is a conjunct of Lo for all minimal t ∈ NR,T with s1 vT t and s2 vT t. Since
s1 vT r and s2 vT r, there is at least one minimal t0 ∈ NR,T with t0 v r
for which ∃t0.k-lcs-r-o(C0, D0, (V, E, S), k − 1) is conjunct of Lo. Together with
k-lcs-r-o(C0, D0, (V, E, S), k − 1) ≡T k-lcs-r(C0, D0, (V, E, S), k − 1) by the
induction hypothesis and k-lcs-r(C0, D0, (V, E, S), k −1) vT k-lcs-r(C, D, (V, E, S), k −
1) for C0 vT C and D0 vT D we have ∃t0.k-lcs-r-o(C0, D0, (V, E, S), k − 1) vT
∃r.k-lcs-r(C, D, (V, E, S), k − 1). Since Lo vT ∃r.k-lcs-r(C, D, (V, E, S), k − 1) for
each r ∈ NR,T and all edges (A, r, C) ∈ E, (B, r, D) ∈ E and also Lo vT C for
C ∈ common-names, we have Lo vT L. Obviously, k-lcs-r computes all of the
recursive concept descriptions (and possibly more) that k-lcs-r-o computes and
hence L vT Lo. Thus L ≡T Lo.</p>
          <p>Obviously, both optimizations also yield shorter, but equivalent concept
descriptions than the naive algorithm.
5</p>
          <p>
            Implementation and Evaluation
We implemented the role-depth bounded lcs for E L+ in the new version of our
Prote´ge´ plug-in GEL1. This program uses the reasoner jCEL2, which
implements the completion-based classification algorithms for E L+ (and E LHIfR+ ).
The earlier version of GEL implemented this reasoning service for E L [
            <xref ref-type="bibr" rid="ref10 ref9">10, 9</xref>
            ].
          </p>
          <p>GEL processes concept descriptions and ontologies in OWL API format.
According to Algorithm 4, it first adds new concept definitions for the input
E L+-concept descriptions to the ontology and then uses jCEL to apply the
normalization and the completion rules. After all completion sets are computed,
the GEL-processor applies the recursive k-lcs-r-o procedure. The resulting k-lcs
is then (possibly simplified,) translated back to OWL API format and returned.
Although Algorithm 4 is formulated for the binary k-lcs, the implementation can
handle input tuples of concept descriptions by applying the binary k-lcs to the
first two concepts and then successively computing the k-lcs of the result with
the next concept in the tuple. In previous tests we found this to be faster then
computing the n-ary k-lcs directly.</p>
          <p>Our implementation includes a Prote´ge´ plug-in with a Prote´ge´ ontology
view, i.e., a component where the user can input concept descriptions and select
processing options such as the role-depth bound and whether to apply the
simplification or optimizations. Figure 1 shows a screen-shot of the GEL plug-in.
5.1</p>
          <p>
            Evaluation
Test data. The real-world ontologies used in our tests were the Gene Ontology
[
            <xref ref-type="bibr" rid="ref6">6</xref>
            ] and Not-Galen, a version of the Galen ontology [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ] pruned to E L+. Since
most random tuples of concepts in these ontologies have nothing in common,
their k-lcs would trivially be &gt;. To exclude such uninteresting cases, we selected
around 50 tuples of named concepts by hand, taking concepts classified as sibling
1 http://sourceforge.net/p/gen-el
2 http://jcel.sourceforge.net
concepts that had similar existential restrictions. We computed the k-lcs for
these input concepts with various role-depth bounds both with and without
optimizations. We computed the k-lcs for these input concept descriptions with
various role-depth bounds both with and without optimizations.
          </p>
          <p>Evaluation. In the worst case the role-depth bounded lcs can have a size that
is exponential in the role-depth bound k. However, it largely depends on the
ontology whether such worst-case behavior occurs. For the Gene Ontology, the
role-depth bounded lcs was always constructed and simplified almost instantly.
The runtime was totally dominated by the classification time by jCEL.</p>
          <p>For Not-Galen some input concept pairs resulted in long runtimes, which
were mostly dominated by the runtime of the k-lcs-r-procedure and not by
classification. Figure 2 shows the average k-lcs-r-construction runtime of GEL on
various input pairs for different values of k. Figure 2 also shows the effect of
the optimizations on the construction time. Optimization 1, which returns one
of the input concepts if it subsumes the other, is able to cut-off the k-lcs-r-o
recursion before the maximum role-depth is reached. This improves the runtime
by a factor of around 2 compared to the basic k-lcs-r procedure with no
optimizations. Optimization 2, which removes redundant successor nodes before
product construction, reduces the branching factor of the recursion. In our tests,
it yielded even better runtime improvements than Optimization 1—on average
by factor 30. Each optimization yields a larger speed-up for increasing role-depth
bounds. Combining the optimizations yielded the best runtime for most cases,
which indicates independent of the optimizations.
0,1
10000
1000
n
o
itc
u
d
e
rze 100
i
ts
p
e
c
n
o
C 10
1
1
2</p>
          <p>3 4
Role-depth bound
5
6</p>
          <p>In practice, the runtime with only Optimization 1 (or no optimization) was
sometimes too long to be useful. For some input concepts, like PepticUlcer and
AreaOfAtrophicGastritis, it did not return a result within an hour for a role-depth
bound for as low as 4. However, with both optimizations enabled, the result for
a role-depth bound of 4 was computed in 1.9 seconds (with a classification time
of 330ms). The reason that Optimization 2 is so effective on Not-Galen is its
a deep role hierarchy. Without the optimization for each role also all subsuming
roles would generate a recursive k-lcs-r call, which yields large branching factors.</p>
          <p>The runtime for the simplification is proportional to the size of the concept
description before simplification (which is roughly proportional to the runtime
of the k-lcs-r-construction, with a little bit of overhead for the second
optimization). However, Figure 3 shows that simplification reduces the concept sizes
dramatically – even with both optimizations enabled the size of the result is
still reduced by factor 16 on average. Of course, since both optimizations apply
simplification steps during the construction of the k-lcs, the size-reduction for
results computed without optimizations would be even larger.</p>
          <p>Conclusions
In this paper we presented highly effective optimization methods for the
computing approximative solutions for least common subsumers w.r.t. general TBoxes
written in E L+. Our optimization methods address two aspects of the role-depth
bounded lcs. On the one hand we devised optimization methods for speeding-up
the computation and on the other, we devised a simplification procedure that
yields smaller, but equivalent rewritings of E L+-concept descriptions. This
procedure turned out to be extremely helpful, when reducing the concept size. For
the Not-Galen ontology the result concepts were reduced by several orders of
magnitude. With the here devised methods a large part of the constructors
available in the OWL 2 EL profile can be covered when computing generalizations.</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>F.</given-names>
            <surname>Baader</surname>
          </string-name>
          .
          <article-title>Least common subsumers and most specific concepts in a description logic with existential restrictions and terminological cycles</article-title>
          .
          <source>In Proc. of the 18th Int. Joint Conf. on Artificial Intelligence (IJCAI-03)</source>
          . Morgan Kaufm.,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>F.</given-names>
            <surname>Baader</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Brandt</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Lutz</surname>
          </string-name>
          .
          <article-title>Pushing the EL envelope</article-title>
          .
          <source>In Proc. of the Nineteenth International Joint Conference on Artificial Intelligence IJCAI-05</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>F.</given-names>
            <surname>Baader</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Brandt</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Lutz</surname>
          </string-name>
          .
          <article-title>Pushing the EL envelope further</article-title>
          .
          <source>In In Proc. of the OWLED Workshop</source>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>F.</given-names>
            <surname>Baader</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Calvanese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>McGuinness</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nardi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.F.</given-names>
            <surname>Patel-</surname>
          </string-name>
          Schneider, editors.
          <source>The Description Logic Handbook: Theory</source>
          , Implementation, and
          <string-name>
            <surname>Applications</surname>
          </string-name>
          . Cambridge University Press,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>F.</given-names>
            <surname>Baader</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.-Y.</given-names>
            <surname>Turhan</surname>
          </string-name>
          .
          <article-title>On the problem of computing small representations of least common subsumers</article-title>
          .
          <source>In Proc. of the 25th German Annual Conf. on Artificial Intelligence (KI'02)</source>
          , vol.
          <volume>2479</volume>
          of LNAI. Springer,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>The</given-names>
            <surname>Gene Ontology Consortium</surname>
          </string-name>
          .
          <article-title>Gene Ontology: Tool for the unification of biology</article-title>
          .
          <source>Nature Genetics</source>
          ,
          <volume>25</volume>
          :
          <fpage>25</fpage>
          -
          <lpage>29</lpage>
          ,
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>A.</given-names>
            <surname>Ecke</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.-Y.</given-names>
            <surname>Turhan</surname>
          </string-name>
          .
          <article-title>Role-depth bounded least common subsumers for EL+ and ELI</article-title>
          . To appear
          <source>in Proc. of DL'12.</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>K.</given-names>
            <surname>Janowicz</surname>
          </string-name>
          .
          <article-title>Computing Semantic Similarity Among Geographic Feature Types Represented in Expressive Description Logics</article-title>
          .
          <source>PhD thesis</source>
          , Instit. f. Geoinformatics, Univ. of Mu¨nster, Germany,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>J.</given-names>
            <surname>Mendez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ecke</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.-Y.</given-names>
            <surname>Turhan</surname>
          </string-name>
          .
          <article-title>Implementing completion-based inferences for the EL-family</article-title>
          .
          <source>In Proc. of the 2011 Description Logic Workshop (DL'11)</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>R.</given-names>
            <surname>Pen</surname>
          </string-name>
          <article-title>˜aloza and</article-title>
          <string-name>
            <given-names>A.-Y.</given-names>
            <surname>Turhan</surname>
          </string-name>
          .
          <article-title>A practical approach for computing generalization inferences in EL</article-title>
          .
          <source>In Proc. of the 8th European Semantic Web Conf. (ESWC'11)</source>
          , LNCS. Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>A.</given-names>
            <surname>Rector</surname>
          </string-name>
          and
          <string-name>
            <surname>I. Horrocks.</surname>
          </string-name>
          <article-title>Experience building a large, re-usable medical ontology using a description logic with transitivity and concept inclusions</article-title>
          .
          <source>In Proc. of the WS on Ontological Engineering</source>
          , AAAI Spring Symp.
          <source>(AAAI'97)</source>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>C.</given-names>
            <surname>Rosse</surname>
          </string-name>
          and
          <string-name>
            <given-names>J. L. V. Mejino</given-names>
            <surname>Jr</surname>
          </string-name>
          .
          <article-title>A reference ontology for biomedical informatics: the foundational model of anatomy</article-title>
          .
          <source>Journal of Biomedical Informatics</source>
          ,
          <volume>36</volume>
          (
          <issue>6</issue>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>K.</given-names>
            <surname>Spackman</surname>
          </string-name>
          .
          <article-title>Managing clinical terminology hierarchies using algorithmic calculation of subsumption: Experience with snomed-rt</article-title>
          .
          <article-title>Journal of the American Medical Informatics Assoc</article-title>
          .,
          <year>2000</year>
          . Fall Symposium Special Issue.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>