<!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>Description Logic Programs: Normal Forms</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Pascal Hitzler</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>and Andreas Eberhart</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>The relationship and possible interplay between different knowledge representation and reasoning paradigms is a fundamental topic in artificial intelligence. For expressive knowledge representation for the Semantic Web, two different paradigms - namely Description Logics (DLs) and Logic Programming - are the two most successful approaches. A study of their exact relationships is thus paramount. An intersection of OWL with (function-free non-disjunctive) Datalog, called DLP (for Description Logic Programs), has been described in [1, 2]. We provide normal forms for DLP in Description Logic syntax and in Datalog syntax, thus providing a bridge for the researcher and user who is familiar with either of these paradigms. We argue that our normal forms are the most convenient way to define DLP for teaching and dissemination purposes.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1 AIFB, University of Karlsruhe
2 Hewlett-Packard Germany</p>
    </sec>
    <sec id="sec-2">
      <title>Introduction</title>
      <p>At the same time, DLP has been a focus of discord in the scientific dispute
about the use of open-world versus closed-world knowledge representation and
reasoning in the semantic web [12]. We believe, however, that DLP can serve
as a basic interoperability layer between these paradigms, at least for scientific
investigations, as spelled out in [12]. It may even find more practical uses if
considered as a tractable fragment of OWL in the sense of the W3C member
submission on OWL 1.14, or as a basis for the W3C Rule Interchange Format
RIF5, as it provides a bridge e.g. between OWL and the Web Rule Language
WRL6.</p>
      <p>This short technical note has been written with the sole purpose of describing
normal forms for DLP, both in Description Logic and in Datalog syntax. We
see this as a helpful step for dissemination into adjacent fields of research and
possibly also into practice. At the same time, our normal forms can be used as
definitions for DLP which – in our opinion - are much more concise and more
transparent than others.</p>
      <p>For clarification, we note that we do not consider Datalog to come with a
specific semantics (like the minimal model semantics) which is different from its
first-order logic semantics. We simply consider it to be a syntactic fragment of
first order logic which thus inherits its semantics. Some people prefer the notion
OWL-Horn in this case, instead of DLP, but it does not really matter in our
context.</p>
      <p>The paper is structured as follows. In Section 2 we provide normal forms for
DLP in both DL and Datalog form, and formally prove that they are indeed
normal forms. In Section 3 we give an extended example for DLP using our
syntax, and in Section 4 we conclude.
2</p>
    </sec>
    <sec id="sec-3">
      <title>Normal Forms</title>
      <p>We assume that the reader is familiar with basic Description Logics [4], with
OWL [3] and basic notions from logic programming [5]. For detailed background
on DLP we recommend [2], and for a much shorter overview [1].</p>
      <p>We need to fix terminology first. We call DLP the (semantic) fragment
common to OWL Lite and Datalog, i.e. we abstract (for the time being) from a
concrete syntax: Every OWL Lite statement which is semantically equivalent —
in the sense of first order logic — to a (finite) set of function-free Horn clauses (i.e.
Datalog rules) constitutes a valid DLP statement. Likewise, every function-free
Horn clause which is semantically equivalent to some set of OWL Lite statements
constitutes a valid DLP statement7. Allowing integrity constraints, we call the
4 http://www.w3.org/Submission/2006/10/
5 http://www.w3.org/2005/rules/
6 http://www.w3.org/Submission/2005/08/
7 In our terminology, the set of OWL Lite statements {C ⊑ D ⊔ E, D ≡ E} would
not qualify as a set of DLP statements, although it is semantically equivalent to
{C ⊑ D, D ≡ E}, which is expressible in DLP. We are well aware of this restriction,
but will not be concerned with it in the moment, because this more general notion
resulting fragment DLP IC (or just IC). Allowing integrity constraints and
equality, we call the resulting fragment DLP ICE (or ICE). We write DLP+ for the
(semantic) fragment common to OWL DL and (function-free non-disjunctive)
Datalog. Analogously, we write DLP+ IC, IC+, etc.</p>
      <p>In the following, we will give normal forms, both on the Description Logic
side and on the Datalog side. I.e. we provide syntactic fragments which allow
expressing (semantically) everything in DLP.
2.1</p>
      <p>Normal Form for Description Logic Syntax
Allowed are the following, where a, b, ai stand for individuals, C stands for a
concept name and R, Q, Ri, Qi,j stand for role names.</p>
      <p>– ABox:</p>
      <p>C(a) (individual assertion)
R(a, b) (property assertion)
a = b (ICE) (individual equivalence)
– Property Characteristics:</p>
      <p>
        R ≡ Q (equivalence)
R ⊑ Q (subproperty)
⊤ ⊑ ∀R.C (C = ⊥) (domain)
⊤ ⊑ ∀R−.C (C = ⊥) (range)
R ≡ Q− (inverse)
R ≡ R− (symmetry)
⊤ ⊑ ≤ 1R (ICE) (functionality)
⊤ ⊑ ≤ 1R− (ICE) (inverseFunctionality)
– TBox: We allow expressions of the form
∃Q(
        <xref ref-type="bibr" rid="ref1">1−,1</xref>
        ) . . . ∃Q(1−,m) 1 Left1 ⊓ · · · ⊓ ∃Q(k−,1) . . . ∃Q(k−,m) k Leftk ⊑ ∀R1(−) . . . ∀Rn(−).Right
where the following apply.
      </p>
      <p>• For DLP we allow Leftj to be of the forms C, {o1, . . . , on}, ⊥ or ⊤, and</p>
      <p>Right to be of the forms C or ⊤.
• For DLP IC we allow Leftj to be of the forms C, {o1, . . . , on}, ⊥, or ⊤,
and Right to be of the form C, ⊤, or ⊥.
• For DLP ICE we allow Leftj to be of the forms C, {o1, . . . , on}, ⊥, or
⊤, and Right to be of the form C, ⊤, ⊥, or {o}.
• For the DLP+ versions we furthermore allow Right to be of the form
∃R(−).{a}.</p>
      <p>The superscript (−) shall indicate, that an inverse symbol may occur in
these places. Note that (by a common abuse of notation) we allow any of
k, mi, n to be zero. For k = 0 the left hand side becomes ⊤. Note also that
we could have disallowed ⊥ on the left and ⊤ on the right, since in either
of semantic equivalence is not readily accessible by syntactic means. Note, however,
that C ⊑ D ⊔ D qualifies as a DLP statement, since it is semantically equivalent to
C ⊑ D.</p>
      <p>case the statement becomes void. Likewise, it would suffice to require n = 0
in all cases, since universal quantifiers on the right are expressable using
existentials on the left. Disallowing the existential quantifiers on the left
(while keeping universals on the right) is also possible, but at the expense
of the introduction of an abundance of new concept names. As an example,
note that ∃R.C ⊓ ∃Q.D ⊑ E would have to be translated into the set of
statements {C1 ⊓ D1 ⊑ E, C ⊑ ∀R−.C1, D ⊑ ∀Q−.D1}, where C1 and D1
are new concept names. Our representation is more compact.
2.2</p>
      <p>Normal Form for Datalog Syntax
Allowed are the following, where x, y, z, yi, xi,j are variables, a, b, c, aj are
constant symbols, C, D are unary predicate symbols, and Q, R, Ri,j are binary
predicate symbols.</p>
      <p>– Corresponding to ABox:</p>
      <p>C(a) ← (individual assertion)
R(a, b) ← (property assertion)
a = b ← (individual equivalence)
– Corresponding to Property Characteristics:</p>
      <p>Q(x, y) ← R(x, y) (subproperty)
C(y) ← R(x, y) (domain)
C(y) ← R(y, x) (range)
R(x, y) ← Q(y, x) (inverse subproperty)
R(x, y) ← R(y, x) (symmetry)
y = z ← R(x, y) ∧ R(x, z) (ICE) (functionality)
y = z ← R(y, x) ∧ R(z, x) (ICE) (inverseFunctionality)
– Corresponding to TBox: We allow rules of the form</p>
      <p>
        Left(y) ← Q(
        <xref ref-type="bibr" rid="ref1">1−,1</xref>
        )(x1,1, x1,2) ∧ · · · ∧ Q(1−,m)1 (x1,m1 , x) ∧ Right1(x)
∧ . . .
∧ Q(k−,1)(xk,1, xk,2) ∧ · · · ∧ Q(k−,m) 1 (xk,mk , x) ∧ Rightk(x)
where Rightj(x) is of the form C(x) or R(−)(x, a), and Left(y) is of the form
D(y), or (for DLP IC) ⊥, or (for DLP ICE) y = b, or (for DLP+ versions)
Q(y, c). Furthermore, we require all variables x, y, yi, xi,j to be mutually
distinct.
      </p>
      <p>The meaning of the inverse symbol here is as follows: For a binary predicate
symbol R we let R−(x, y) stand for R(y, x). A bracketed inverse symbol
in the superscript (−) hence means that the order of the arguments of the
corresponding predicate symbol is not relevant.</p>
      <p>By slight abuse of notation we allow any of k, n, mj to be zero, which may
cause the body of the rule to be empty. For mj = 0 the form of</p>
      <p>Q(j−,1)(xj,1, xj,2) ∧ · · · ∧ Q(j−,m)1 (xj,mj , x) ∧ Rightj(x)
reduces to Rightj(x), with Rightj(x) as indicated. For n = 0 we require y
to be x.</p>
      <p>Concerning the terminology just introduced, we can show the following
theorem.</p>
      <p>Theorem 1. Every DLP(+) (DLP(+) IC, DLP(+) ICE) statement made in
normal form for Description logic syntax is semantically equivalent to a set of
DLP(+) (DLP(+) IC, DLP(+) ICE) statements made in normal form for Datalog
syntax. Conversely, every DLP(+) (DLP(+) IC, DLP(+) ICE) statement made
in normal form for Datalog syntax is semantically equivalent to a set of DLP(+)
(DLP(+) IC, DLP(+) ICE) statements made in normal form for Description
Logic syntax.</p>
      <p>Proof. We use the translations between Description Logic and Datalog as
provided in [1, 2], and summarized in Table 1. How to obtain the semantically
equivalent statements for the ABox and the Property Characteristics parts is
evident from this summary.</p>
      <p>Now consider a rule</p>
      <p>
        Left(y) ← Q(
        <xref ref-type="bibr" rid="ref1">1−,1</xref>
        )(x1,1, x1,2) ∧ · · · ∧ Q(1−,m) 1 (x1,m1 , x) ∧ Right1(x)
∧ . . .
∧ Q(k−,1)(xk,1, xk,2) ∧ · · · ∧ Q(k−,m) 1 (xk,mk , x) ∧ Rightk(x)
      </p>
      <p>
        ∃Q(
        <xref ref-type="bibr" rid="ref1">1−,1</xref>
        ) . . . ∃Q(1−,m) 1 Ri1 ⊓ · · · ⊓ ∃Q(k−,1) . . . ∃Q(k−,m) k Rik ⊑ ∀R1(−) . . . ∀Rn(−).Le,
where Le is
and Rej is
– D if Left(x) is D(x),
– ⊥ if Left(x) is ⊥,
– {b} if Left(x) is x = b, and
– ∃Q(−).{c} if Left(x) is Q−(x, c)
– C if Rightj(xj,1) is C(xj,1), and
– ∃R(−).{aj} if Rightj(xj,1) is R(−)(xj,q, aj).
      </p>
      <p>We need to justify our translation by showing that the resulting Datalog rule
is semantically equivalent to the Description Logic statement from which it was
obtained. It boils down to somewhat tedious equivalence transformations in first
order logic following the exhibitions in [1, 2], and we will not be bothered with
OWL DL
ABox
indiv. assertion
property assertion
indiv. equiv.
indiv. inequiv.</p>
      <p>TBox
equivalence
GCI
top
bottom
conjunction</p>
      <sec id="sec-3-1">
        <title>DL statement</title>
      </sec>
      <sec id="sec-3-2">
        <title>DLP rule</title>
        <p>C(a)
R(a, b)
a = b
¬(a = b)</p>
        <p>C(a) ←</p>
        <p>R(a, b) ←
ICE a = b ←
not expressible in general
C ≡ D not expressible in general
C ⊑ D D(x) ← C(x)
⊤ expressible
C ⊑ ⊥ IC (ri) ⊥ ← C(x)
C ⊓ D ⊑ E E(x) ← C(x) ∧ D(x)
C ⊑ E ⊓ F E(x) ← C(x)</p>
        <p>F (x) ← C(x)
disjunction C ⊔ D ⊑ E (le) E(x) ← C(x)
E(x) ← D(x)
atomic negation ¬A not expressible in general
univ. restriction D ⊑ ∀R.C (C = ⊥) (ri) C(y) ← D(x) ∧ R(x, y)</p>
        <p>D ⊑ ∀R.⊥ IC (ri) ⊥ ← D(x) ∧ R(x, y)
exist. restriction ∃R.C ⊑ D (C = ⊥) (le) D(x) ← R(x, y) ∧ C(y)
∃R.⊥ ⊑ D IC (le) ⊥ ← R(x, y) ∧ C(y)
one-of 1 C ⊑ {a} ICE a = x ← C(x)</p>
        <p>{a} ⊑ C C(a) ←
hasValue ∃R.{a} ⊑ C C(x) ← R(x, a)</p>
        <p>C ⊑ ∃R.{a} DLP+ R(x, a) ← C(x)
one-of {o1, . . . , on} ⊑ C (le) C(oi) ← (for i = 1, . . . , n)
card. restrictions . . . not expressible in general
Property Characteristics
equivalence R ≡ Q
the details. We can, however, make our transformation transparent by means of
the transformations listed in Table 1. The statement</p>
        <p>
          ∃Q(
          <xref ref-type="bibr" rid="ref1">1−,1</xref>
          ) . . . ∃Q(1−,m) 1 Ri1 ⊓ · · · ⊓ ∃Q(k−,1) . . . ∃Q(k−,m) k Rik ⊑ ∀R1(−) . . . ∀Rn(−).Le
can be written as the pair of statements
∃Q(
          <xref ref-type="bibr" rid="ref1">1−,1</xref>
          ) . . . ∃Q(1−,m) 1 Ri1 ⊓ · · · ⊓ ∃Q(k−,1) . . . ∃Q(k−,m) k Rik ⊑ D
D ⊑ ∀R1(−) . . . ∀Rn(−).Le,
where D is a new concept name. These statements can be translated separately
into
        </p>
        <p>D(x) ←</p>
        <p>
          Q(
          <xref ref-type="bibr" rid="ref1">1−,1</xref>
          )(x1,1, x1,2) ∧ · · · ∧ Q(1−,m) 1 (x1,m1 , x) ∧ Right1(x)
        </p>
        <p>It is possible to strengthen Theorem 1 by providing a translation between
single Description Logic statements and single Datalog rules (in normal form).
In this case we would have to disallow the property characteristics inverse on
the OWL side, which can be done since R ≡ Q− is expressible e.g. by the set of
statements {R ⊑ Q−, Q− ⊑ R}, each member of which is in turn translatable
into a single Datalog statement. Similarly, property equivalence would have to
be disallowed. We think that the form we have chosen is more concise.
Theorem 2. All description logic programs following [1, 2] can be written in
normal form.</p>
        <p>Proof. All statements belonging to DLP as described in [1, 2] are listed in Table
1. It is easy to check that all possibly resulting Datalog statements listed in the
last column are already in normal form, which suffices to show the statement.
3</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Examples</title>
      <p>A rule of thumb for the creation of DLP ontologies is: Avoid concrete domains
and number restrictions, and be careful with quantifiers, disjunction, and
nominals. We give a small example ontology which includes the safe usage of the
latter constructs. It shall display the modelling expressivity of DLP.</p>
      <p>For the TBox, we model the following sentences.
We therefore consider it to be part of the ABox. To be precise, the original
statement is (syntactically) not in OWL Lite, but the equivalent set of three
ABox statements is. The statement Bernhard = Ganter requires DLP ICE.</p>
      <p>Note also that class inclusions cannot in general be replaced by equivalences.
For example, the statement</p>
      <sec id="sec-4-1">
        <title>Adult ⊑ Man ⊔ Woman is not in DLP. For illustration, we give the knowledge base in Datalog normal form. The TBox is as follows.</title>
      </sec>
      <sec id="sec-4-2">
        <title>Adult(y) ← Man(y)</title>
        <p>Adult(y) ← Woman(y)
Human(y) ← GrownUp(y)</p>
        <p>Adult(y) ← GrownUp(y)
Mother(y) ← childOf(x, y) ∧ Woman(y)</p>
        <p>Dead(y) ← Orphan(x) ∧ childOf(x, y)
Human(y) ← Orphan(x) ∧ childOf(x, y)</p>
        <p>← LonelyChild(x) ∧ siblingOf(x, y)
y = UKARL ← AIFBResearcher(x) ∧ employedBy(x, y)
Translating the RBox yields the following statements.
parentOf(x, y) ← childOf(y, x)</p>
        <p>childOf(x, y) ← childOf(y, x)
ancestorOf(x, y) ← parentOf(x, y)
parentOf(x, y) ← fatherOf(x, y)</p>
        <p>
          Human(y) ← ancestorOf(x, y)
y = z ← fatherOf(y, x) ∧ fatherOf(z, x)
(
          <xref ref-type="bibr" rid="ref1">1</xref>
          )
(
          <xref ref-type="bibr" rid="ref1">1</xref>
          )
(
          <xref ref-type="bibr" rid="ref2">2</xref>
          )
(
          <xref ref-type="bibr" rid="ref2">2</xref>
          )
(
          <xref ref-type="bibr" rid="ref3">3</xref>
          )
(
          <xref ref-type="bibr" rid="ref4">4</xref>
          )
(
          <xref ref-type="bibr" rid="ref4">4</xref>
          )
(
          <xref ref-type="bibr" rid="ref5">5</xref>
          )
(
          <xref ref-type="bibr" rid="ref6">6</xref>
          )
4
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>We have presented normal forms for Description Logic Programs, both in
Description Logic syntax and in Logic Programming syntax. We have formally
shown that these are indeed normal forms.</p>
      <p>We believe that these normal forms can and should be used for defining
Description Logic Programs. We have found that some of the definitions used in
the literature remain somewhat ambiguous, so that the language is not entirely
specified. This brief note rectifies this problem in providing a frame of reference.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Grosof</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Volz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>Description logic programs: Combining logic programs with description logics</article-title>
          .
          <source>In: Proc. of WWW</source>
          <year>2003</year>
          , Budapest, Hungary, May
          <year>2003</year>
          , ACM (
          <year>2003</year>
          )
          <fpage>48</fpage>
          -
          <lpage>57</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Volz</surname>
          </string-name>
          , R.:
          <article-title>Web Ontology Reasoning with Logic Databases</article-title>
          .
          <source>PhD thesis</source>
          , University of Manchester (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Antoniou</surname>
          </string-name>
          , G., van
          <string-name>
            <surname>Harmelen</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Web Ontology Language: OWL</article-title>
          . In Staab, S.,
          <string-name>
            <surname>Studer</surname>
          </string-name>
          , R., eds.: Handbook on Ontologies. Springer (
          <year>2004</year>
          )
          <fpage>67</fpage>
          -
          <lpage>92</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Baader</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McGuinness</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nardi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel-Schneider</surname>
          </string-name>
          , P., eds.: The Description Logic Handbook: Theory, 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>
            <surname>Lloyd</surname>
            ,
            <given-names>J.W.</given-names>
          </string-name>
          :
          <article-title>Foundations of Logic Programming</article-title>
          . Springer, Berlin (
          <year>1988</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Angele</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lausen</surname>
          </string-name>
          , G.:
          <article-title>Ontologies in F-logic</article-title>
          . In Staab, S.,
          <string-name>
            <surname>Studer</surname>
          </string-name>
          , R., eds.: Handbook on Ontologies. Springer (
          <year>2004</year>
          )
          <fpage>29</fpage>
          -
          <lpage>50</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hustadt</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motik</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Reducing SHIQ-description logic to disjunctive datalog programs</article-title>
          . In Dubois, D.,
          <string-name>
            <surname>Welty</surname>
            ,
            <given-names>C.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Williams</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>A</article-title>
          ., eds.:
          <source>Principles of Knowledge Representation and Reasoning: Proceedings of the Ninth International Conference (KR2004)</source>
          , Whistler, Canada, June 2-5,
          <year>2004</year>
          , AAAI Press (
          <year>2004</year>
          )
          <fpage>152</fpage>
          -
          <lpage>162</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hustadt</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motik</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Reasoning in description logics with a concrete domain in the framework of resolution</article-title>
          . In de M´antaras,
          <string-name>
            <given-names>R.L.</given-names>
            ,
            <surname>Saitta</surname>
          </string-name>
          , L., eds.
          <source>: Proceedings of the 16th Eureopean Conference on Artificial Intelligence, ECAI'2004, including Prestigious Applicants of Intelligent Systems, PAIS</source>
          <year>2004</year>
          , Valencia, Spain,
          <source>August 22-27</source>
          ,
          <year>2004</year>
          , IOS Press (
          <year>2004</year>
          )
          <fpage>353</fpage>
          -
          <lpage>357</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Motik</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Reasoning in description logics using resolution and deductive databases</article-title>
          .
          <source>PhD theis</source>
          , University Karlsruhe, Germany (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Motik</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sattler</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Studer</surname>
          </string-name>
          , R.:
          <article-title>Query answering for OWL-DL with rules</article-title>
          .
          <source>Journal of Web Semantics: Science, Services and Agents on the World Wide Web</source>
          <volume>3</volume>
          (
          <year>2005</year>
          )
          <fpage>41</fpage>
          -
          <lpage>60</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. de Bruijn, J.,
          <string-name>
            <surname>Pollerres</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lara</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fensel</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>OWL−</article-title>
          .
          <source>WSML Working Draft</source>
          ,
          <string-name>
            <surname>DERI</surname>
          </string-name>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haase</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , Kr¨otzsch,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Sure</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Studer</surname>
          </string-name>
          , R.:
          <article-title>DLP isn't so bad after all</article-title>
          . In Grau,
          <string-name>
            <given-names>B.C.</given-names>
            ,
            <surname>Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Parsia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            , ,
            <surname>Patel-Schneider</surname>
          </string-name>
          , P., eds.
          <source>: Proceedings of the Workshop OWL - Experiences and Directions</source>
          , Galway, Ireland. Volume
          <volume>188</volume>
          <source>of CEUR Workshop Proceedings</source>
          . (
          <year>2005</year>
          ) Online http://ftp.informatik.rwthaachen.de/Publications/CEUR-WS/Vol-
          <volume>188</volume>
          /sub2.pdf.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>