<!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>Introducing fuzzy quanti cation in OWL 2 ontologies</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Francesca Alessandra Lisi</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Corrado Mencar</string-name>
          <email>corrado.mencarg@uniba.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dipartimento di Informatica, Centro Interdipartimentale di Logica e Applicazioni Universita degli Studi di Bari \Aldo Moro"</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we brie y report our latest achievements in fuzzy granulation of OWL 2 ontologies. More precisely, we extend a previously presented method in order to address a new class of sentences with fuzzy quanti ers. 1 http://www.w3.org/TR/2009/REC-owl2-overview-20091027/</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Humans continually acquire, manipulate and communicate imprecise knowledge:
therefore any knowledge base capable of dealing with imprecision, when a
precise alternative leads to an exceedingly complex representation, could be more
interpretable by human users, i.e.easier to read and understand. Moreover,
tolerance to imprecision may lead to concrete bene ts such as compact knowledge
representation, e cient and robust reasoning, etc.</p>
      <p>
        In this work we focus on imprecision due to the lack of boundaries in
concepts (usually of perceptual nature), which is well modeled through fuzzy set
theory [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] we proposed a data-driven approach for generating linguistic
descriptions from data available in OWL 2 1 ontologies, which uses Fuzzy OWL 2
(see [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] for details about the language) as a formalism to represent the semantics
of fuzzy sets through annotations. The proposed approach can be synthesized
in the following main steps: (i) individuals of speci ed (numerical) data
properties are granulated into fuzzy sets through clustering ; (ii) the prototypes of
these clusters are used to granulate the numerical domain into a number of
information granules that are represented as new individuals in the ontology; (iii)
the cardinalities of such information granules are compared against a number
of fuzzy quanti ers and the corresponding results are integrated in the ontology
through new axioms.
      </p>
      <p>
        The proposed approach has been successively re ned in [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and a software
prototype called GranulO has been implemented and presented in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. What
emerged from these later studies was the ability of representing information
granules that have a coarser granularity than our original idea in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. In this study, we
present a further development of the proposed method, which enables the
representation and integration of fuzzy information granules with ner granularity,
so as to fully comply with our initial proposal.
      </p>
    </sec>
    <sec id="sec-2">
      <title>Fuzzy sets and fuzzy quanti ers</title>
      <p>
        From the modeling viewpoint, fuzzy sets are very useful to represent
perceptionbased information granules, which are characterized by both granularity (i.e.
concepts that refer to a multiplicity of objects) and graduality (i.e. the
reference of concepts to objects is a matter of degree) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. In the case of numerical
domains, a simple yet e ective way to de ne such fuzzy information granules is
through a so-called Strong Fuzzy Partition (SFP). A SFP can be easily de ned
by trapezoidal fuzzy sets by properly constraining the characterizing parameters.
      </p>
      <p>
        Fuzzy sets, like crisp sets, can be quanti ed in terms of their cardinality.
Several de nitions of cardinality of fuzzy sets have been proposed [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], although
in this paper we consider only relative scalar cardinalities. Since the range of
a scalar cardinality is always the unitary interval, a number of fuzzy sets can
be de ned to represent granular concepts about cardinalities, such as Many,
Most, etc. These concepts are called fuzzy quanti ers [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. As usual, they can be
de ned so as to form a SFP; in this way linguistic labels can be easily attached, as
illustrated in Fig. 1. Fuzzy quanti ers are used to express imprecise properties on
fuzzy information granules. More speci cally, given a quanti er Q labeled with
Q and a fuzzy set F labeled with F, the membership degree Q ( (F )) quanti es
the truth degree of the proposition
      </p>
      <p>Q x are F
For example, the fuzzy proposition Many x are Low asserts that many data points
have a low value. Its truth degree is quanti ed by QMany ( (FLow)).
3</p>
    </sec>
    <sec id="sec-3">
      <title>Representing fuzzy quanti ed sentences in OWL 2</title>
      <p>
        In [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] we discussed several cases of application of our fuzzy granulation method
for OWL 2 ontologies. A case of particular interest to the present paper is given
by OWL 2 schemes modeling ternary relations. A ternary relation is a subset
of the Cartesian product involving three domains C D N (for our purposes,
we will assume N a numerical domain). Ternary relations are not directly
representable in OWL 2. However, they can be indirectly represented through an
auxiliary class E, two object properties R1 and R2, and one datatype property
T , as depicted in Figure 2.
      </p>
      <p>As an illustrative example, let us consider the distances between hotels and
attractions in the touristic domain. This is clearly a case of a ternary
relation that needs to be modeled through an auxiliary class Distance, which is
connected to the classes Hotel and Attraction by means of the object
properties hasDistance and isDistanceFor, respectively, and plays the role of
domain for a datatype property hasValue with range xsd:double. The
knowledge that \Hotel Verdi has a distance of 100 meters from Corso Italia" can be
therefore represented with the following three triples: hverdi hasDistance d1 i,
hd1 isDistanceFor corso italiai, and hd1 hasValue 100i.</p>
      <p>
        The purpose of our study is to de ne a method for representing granular
information in OWL 2 which can be linguistically described as \Hotel Verdi
has a low distance from many attractions" [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. However, the method we have
developed so far enables the representation of sentences with a coarser level of
granulation, such as \Many hotels have a low distance from attractions". In the
following we present a re nement of the method in order to represent granular
information of the former type, with ner granularity.
      </p>
      <p>
        The structure shown in Figure 2 corresponds to a tabular representation with
three columns, and as many rows as the number of elements of the relation, as
in Table 1. Data in the third column is numerical, therefore it can be clustered
in order to obtain a number of prototypes which are used to generate fuzzy
information granules characterized by trapezoidal and triangular membership
functions (see [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] for details).
      </p>
      <p>Given an individual ai of the class C and an information granule Fj , the
relative -count of Fj w.r.t. ai is given by
i(Fj ) =</p>
      <p>Pkn=i1 Fj (vk)
ni
(1)
which represents the relative cardinality of Fj over all tuples of the relation as
in Table 1 corresponding to the individual ai. The cardinality i(Fj ) can be
quanti ed according to the fuzzy quanti ers Q1; : : : ; Qm as in Fig. 1.</p>
      <p>In order to integrate the cardinality information in the ontology, we introduce
a number of new axioms. (We follow the Hotel example for the sake of clarity.)
After fuzzy granulation, d1 is member (to some degree) of the class
LowDistance</p>
      <p>Distance u 9isDistanceFor:Attraction u 9hasValue:Low
A new individual, ld verdi, is introduced as an instance of a new class Granule
with data property hasCardinality. The punctual distance d1 then maps to
the granular distance ld verdi. Finally, hasDistance is replaced by its granular
counterpart g hasDistance so that hverdi g hasDistance ld verdi i holds.</p>
      <p>Let us suppose that hld verdi hasCardinality 0:5i and that, after
quanti cation of the cardinality, ld verdi is member to some degree of the class
9hasCardinality:Many. This corresponds to the truth degree that Hotel Verdi
has low distance from many attractions.</p>
      <p>A possible arrangement of the granulated ontology is illustrated in Figure 3.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>
        In this paper we have brie y reported our latest achievements on fuzzy
granulation of OWL 2 ontologies. In particular, we have addressed a new class of
fuzzy quanti ed sentences involving ternary relations. This has required an
extension of our former method originally presented in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. An implementation of
this extension within the GranulO system is ongoing.
      </p>
      <p>Acknowledgments This work was partially funded by the Universita degli Studi
di Bari \Aldo Moro" under the IDEA Giovani Ricercatori 2011 grant \Dealing with
Vague Knowledge in Ontology Re nement".</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bobillo</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Straccia</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Representing fuzzy ontologies in OWL 2</article-title>
          . In: FUZZ-IEEE
          <year>2010</year>
          , IEEE International Conference on Fuzzy Systems, Barcelona, Spain,
          <fpage>18</fpage>
          -
          <issue>23</issue>
          <year>July</year>
          ,
          <year>2010</year>
          , Proceedings. pp.
          <volume>1</volume>
          {
          <issue>6</issue>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Dubois</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prade</surname>
          </string-name>
          , H.:
          <article-title>Fuzzy cardinality and the modeling of imprecise quanti cation</article-title>
          .
          <source>Fuzzy sets and Systems</source>
          <volume>16</volume>
          (
          <issue>3</issue>
          ),
          <volume>199</volume>
          {
          <fpage>230</fpage>
          (
          <year>1985</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Lisi</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mencar</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>A system for fuzzy granulation of OWL ontologies</article-title>
          . In: Petrosino,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Loia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Pedrycz</surname>
          </string-name>
          , W. (eds.) Fuzzy Logic and
          <string-name>
            <surname>Soft Computing</surname>
          </string-name>
          Applications - 11th
          <source>International Workshop</source>
          , WILF 2016, Naples, Italy,
          <source>December 19-21</source>
          ,
          <year>2016</year>
          ,
          <source>Revised Selected Papers. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10147</volume>
          , pp.
          <volume>126</volume>
          {
          <issue>135</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Lisi</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mencar</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>A granular computing method for OWL ontologies</article-title>
          . Fundamenta Informaticae ?(?), ?{? (
          <year>2017</year>
          ), accepted for publication
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Lisi</surname>
            ,
            <given-names>F.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mencar</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Towards fuzzy granulation in OWL ontologies</article-title>
          . In: Ancona,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Maratea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Mascardi</surname>
          </string-name>
          , V. (eds.)
          <source>Proceedings of the 30th Italian Conference on Computational Logic, Genova, Italy, July 1-3</source>
          ,
          <year>2015</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>1459</volume>
          , pp.
          <volume>144</volume>
          {
          <fpage>158</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2015</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1459</volume>
          /paper19.pdf
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kerre</surname>
            ,
            <given-names>E.E.</given-names>
          </string-name>
          :
          <article-title>An overview of fuzzy quanti ers. (I)</article-title>
          .
          <source>Interpretations. Fuzzy Sets and Systems</source>
          <volume>95</volume>
          (
          <issue>1</issue>
          ),
          <volume>1</volume>
          {
          <fpage>21</fpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Zadeh</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>From computing with numbers to computing with words. From manipulation of measurements to manipulation of perceptions</article-title>
          .
          <source>IEEE Transactions on Circuits and Systems I: Fundamental Theory and Applications</source>
          <volume>46</volume>
          (
          <issue>1</issue>
          ),
          <volume>105</volume>
          {
          <fpage>119</fpage>
          (
          <year>1999</year>
          ), http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=
          <fpage>739259</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Zadeh</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          :
          <article-title>Is there a need for fuzzy logic?</article-title>
          <source>Information sciences 178(13)</source>
          ,
          <volume>2751</volume>
          {
          <fpage>2779</fpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>