<!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>Extending Fuzzy Description Logics with a Possibilistic Layer</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Fernando Bobillo</string-name>
          <email>fbobillo@decsai.ugr.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Miguel Delgado</string-name>
          <email>mdelgado@ugr.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Juan G´omez-Romero</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>4. Bobillo</institution>
          ,
          <addr-line>F., Delgado, M., G ́omez-Romero, J.:</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science and Artificial Intelligence, University of Granada</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2006</year>
      </pub-date>
      <volume>218</volume>
      <abstract>
        <p>Classical ontologies are not suitable to represent imprecise nor uncertain pieces of information. As a solution we will combine fuzzy Description Logics with a possibilistic layer. Then, we will show how to perform reasoning by relying on classical existing reasoners. Description Logics (DLs for short) are a family of logics for representing structured knowledge which have proved to be very useful as ontology languages. Nevertheless, it has been widely pointed out that classical ontologies are not appropriate to deal with imprecise, vague and uncertain knowledge, which is inherent to several real-world domains and Semantic Web tasks (e.g. the integration or merging of ontologies). Fuzzy and possibilistic logics have proved to be suitable formalisms to handle imprecise/vague and uncertain knowledge respectively. Fuzzy and possibilistic logics are orthogonal, the former handling degrees of truth and the latter handling degrees of certainty. There exist several fuzzy and possibilistic extensions of DLs in the literature (see [1] for an overview). These extensions are appropriate to handle either vagueness or uncertainty, but handling both of them has not received such attention. An exception is [2], where every fuzzy set is represented using two crisp sets (its support and core) and then axioms are extended with necessity degrees. Although for some applications this representation may be enough (and the own authors suggest to consider more α-cuts), there is a loss of information which we will overcome here. Another related work combines fuzzy vagueness and probabilistic uncertainty with description logic programs [3]. We propose to build a layer to deal with uncertain knowledge on top of a fuzzy Knowledge Base (KB) defined as in [4], by annotating the axioms with possibility and necessity degrees, and to reduce it to a possibilistic layer over a crisp ontology. Interestingly, this makes possible to perform reasoning tasks relying on existing classical reasoners e.g. Pellet (http://pellet.owldl.com).</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Semantics. Let I be the set of all (fuzzy) interpretations. A possibilistic
interpretation is a mapping π : I → [
        <xref ref-type="bibr" rid="ref1">0, 1</xref>
        ] such that π(I) = 1 for some I ∈ I. The
intuition here is that π(I) represents the degree to which the world I is possible.
I is impossible if π(I) = 0 and fully possible if π(I) = 1. The possibility of an
axiom τ is defined as P oss(τ ) = sup{π(I) | I ∈ I, I |= τ } (where sup ∅ = 0), and
the necessity is defined as N ec(τ ) = 1 − P oss(¬τ ). A possibilistic interpretation
π satisfies a possibilistic axiom (τ, Πγ), denoted π |= (τ, Πγ), iff P oss(τ ) ≥ γ
and a possibilistic axiom (τ, N γ), denoted π |= (τ, N γ), iff N ec(τ ) ≥ γ.
      </p>
      <p>Reasoning. B. Hollunder showed that reasoning within a possibilistic DL
can be reduced to reasoning within a classical DL [5]. We will reduce here our
possibilistic fuzzy DL to a possibilistic DL. A fuzzy KB f K can be reduced
to a crisp KB K(f K) and every axiom τ ∈ f K is reduced to K(τ ), which
can be an axiom or a set of axioms [4]. Adding degrees of certainty to f K
formulae is equivalent to adding degrees of certainty to their reductions, as long
as we also consider axioms preserving the semantics of the whole process (which
Similarly, (τ, N γ) ∈ pf K, N ec(τ ) ≥ γ iff N ec(K(τ )) ≥ γ.
are assumed to be necessarily true and do not have any degree of certainty
associated). For every axiom (τ, Πγ) ∈ pf K, P oss(τ ) ≥ γ iff P oss(K(τ )) ≥ γ.</p>
      <p>Example 1. The axiom (htom : High ≥ 0.5i, N 0.2) means that it is possible
with degree 0.2 that tom can be considered a High person with (at least) degree
0.5. It is reduced into (htom : High≥0.5i, N 0.2), meaning that it is possible with
degree 0.2 that tom belongs to the crisp set High≥0.5. The final crisp KB would
also need some additional axioms (consequence of the reduction of the fuzzy</p>
      <p>Final remarks. [4] reduces a fuzzy KB to a crisp KB and reasoning is
performed by computing a consistency test on the crisp KB. Our case is more
difficult and needs to perform several entailment tests. Moreover, how to represent
the possibilistic DL using a classical DL remains an open issue.</p>
      <p>Acknowledgements. This research has been partially supported from
Ministerio de Educaci´on y Ciencia (under project TIN2006-15041-C04-01 and a FPU
scholarship which holds F. Bobillo) and Consejer´ıa de Innovaci´on, Ciencia y
Empresa, Junta de Andaluc´ıa (under a scholarship which holds J. G´omez-Romero).
tion logics for the semantic web. Technical Report INFSYS RR-1843-06-07, Institut
A crisp representation for fuzzy</p>
      <p>SHOIN with fuzzy nominals and general concept inclusions. In Proceedings of
5. Hollunder, B.: An alternative proof method for possibilistic logic and its application
to terminological logics. In Proceedings of UAI’94 (1994) 327–335</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Lukasiewicz</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Straccia</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>An overview of uncertainty and vagueness in descrip-</article-title>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>