<!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>A Survey of Ontology Learning Procedures</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lucas Drumond</string-name>
          <email>ldrumond@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rosario Girardi</string-name>
          <email>rgirardi@deinf.ufma.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Federal University of Maranh ̃ao, Computer Science Department</institution>
          ,
          <addr-line>Av. dos Portugueses, S ̃ao Lu ́ıs</addr-line>
          ,
          <country country="BR">Brasil</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Ontologies constitute an approach for knowledge representation that can be shared establishing a shared vocabulary for different applications and are also the backbone of the Semantic Web. Thus a fast and efficient ontology development is a requirement for the success of many knowledge based systems and for the Semantic Web itself. However, ontology development is a difficult and time consuming task. Ontology learning is an approach for the problem of knowledge acquisition bottleneck that aims at reducing the cost of ontology construction through the development of automatic methods for the extraction of knowledge about a specific domain and its representation in an ontology like structure. This paper provides a discussion on existing ontology learning techniques and the state of the art of the field.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontologies</kwd>
        <kwd>Ontology Learning</kwd>
        <kwd>Machine Learning</kwd>
        <kwd>Knowledge Acquisition</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Ontologies constitute an approach for knowledge representation that is capable
of expressing a set of entities and their relationships, constraints, axioms and
the vocabulary of a given domain. An ontology should be machine readable in
such a way that information systems are able to use them to represent and share
the knowledge about the application domain.</p>
      <p>
        Ontologies hold a great importance to modern knowledge based systems. For
instance, they constitute a powerful tool for supporting natural language
processing [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ][
        <xref ref-type="bibr" rid="ref2">2</xref>
        ][
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], information filtering [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ][
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], information retrieval [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and data
access [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Besides, they also provide a formalism for specifying similarity
measures which have presented good effectiveness [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ][
        <xref ref-type="bibr" rid="ref5">5</xref>
        ][
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>
        One of the greatest application of ontologies is the Semantic Web [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ][
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], a
new generation of the Web in which the semantic of documents, in most cases
currently expressed only in natural language, would be expressed using
ontologies. This way, the Semantic Web is an approach for enhancing the effectiveness
of Web information access.
      </p>
      <p>However, the manual construction of ontologies is an expensive and
timeconsuming task because the professionals required for this task (i.e. a domain
specialist and a knowledge engineer) usually are highly specialized. This
difficulty in capturing the knowledge required by knowledge based systems is called
”knowledge acquisition bottleneck”.</p>
      <p>
        The fast and cheap ontology development is crucial for the success of
knowledge based applications and the Semantic Web. An approach for this problem
is to provide an automatic or semi-automatic support for ontology construction.
This field of research is usually referred to as ontology learning [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ][
        <xref ref-type="bibr" rid="ref13">13</xref>
        ][
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
      <p>This paper presents a survey of ontology learning techniques. Section 2
introduces the ontology concept as it is considered in this work. Section 3 discusses
the overall process of ontology learning and some commonly cited approaches.
The work on the evaluation of ontology learning procedures is discussed in
Section 4. Section 5 concludes this paper with a final discussion on the approached
topic.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Ontologies</title>
      <p>
        Before discussing the problem of ontology learning, we must first clarify what
we mean by the term ”ontology”. There are a number of definitions and uses for
this term and some of them can be found in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. For the sake of simplicity this
paper uses the term ”ontology” according to a formal definition proposed in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]
and defined in this section.
      </p>
      <p>
        According to Russel and Norvig [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], the term ”ontology” is concerned with
a theory about the existence. The Artificial Intelligence discipline considers
ontologies as a formal specification of the concepts of an interest domain, where
their relationships, constraints and axioms are expressed, thus defining a
common vocabulary for sharing knowledge [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. Indeed, what must be represented
in a knowledge based system is what exists. This way, the definitions are
complementary.
      </p>
      <p>An ontology is composed, on one hand, by concepts, taxonomic relationships
(that define a concept hierarchy) and non taxonomic relationships between them
and, on the other hand, by concept instances and assertions about them.</p>
      <p>An ontology must be formal and, therefore, machine readable. This way
ontologies can provide a common vocabulary between various applications. This
knowledge representation structure usually consists of a set of frame-based classes
organized hierarchically describing a domain. It provides the skeleton of the
knowledge base. The knowledge base uses the represented concepts to describe a
dynamic reality and it changes according to the changes in the reality. However,
the ontology only changes if there are changes in the described domain.</p>
      <p>
        More formally, an ontology can be defined, according to [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], as a tuple:
ϑ := (C, R, HC , rel, Aϑ).
(1)
where:
– C is the set of ontology concepts. The concepts represent the entities of the
domain being modeled. They are designated by one or more natural language
terms and are normally referenced inside the ontology by a unique identifier.
– HC ⊆ C × C is a set of taxonomic relationships between the concepts. Such
relationships define the concept hierarchy.
– R is the set of non-taxonomic relationships. The function rel : R → C × C
maps the relation identifiers to the actual relationships.
– Aϑ is a set of axioms, usually formalized into some logic language. These
axioms specify additional constraints on the ontology and can be used in
ontology consistency checking and for inferring new knowledge from the
ontology through some inference mechanism.
      </p>
      <p>Besides these elements, there are also the instances of the concepts and
relationships, e.g. the instances of the elements of C, HC and R. A knowledge base
is composed by an ontology ϑ and its instances.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Ontology Learning</title>
      <p>
        The term ontology learning refers to the automatic or semi-automatic support for
the construction of an ontology ϑ, while the automatic or semi-automatic support
for the instantiation of a given ontology is referred to as ontology population
[
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. Ontology learning is concerned with knowledge discovery in different data
sources and with its representation through an ontologic structure and, together
with ontology population, constitutes an approach for automating the knowledge
acquisition process.
      </p>
      <p>
        According to [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] there are two fundamental aspects on ontology learning.
The first one is the availability of prior knowledge. In other words, wether the
learning process is performed from scratch or some prior knowledge is available.
Such prior knowledge is used in the construction of a first version of the ontology.
Thus, a source of prior knowledge must demand little effort to be transformed
into the first version of the ontology. This version is then extended automatically
through learning procedures and manually by a knowledge engineer [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ].
      </p>
      <p>
        The other aspect is the type of input used by the learning process. Benz [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]
defines three different kinds of input:
– structured data: database schemes.
– semi-structured data: dictionaries like WordNet [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ];
– unstructured data: natural language text documents, like the majority of the
HTML based webpages;
      </p>
      <p>
        Some approaches for ontology learning from structured data sources [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] and
semi-structured ones [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] data have been proposed and presented good results.
However, although they do provide some support to manual ontology
development, the proposed methods for learning from unstructured data have not shown
good results on the creation of semantic resources in a completely automated
fashion [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Such methods are crucial to some areas. For instance, for the
establishment of the Semantic Web, once most of the knowledge available on the
Web is represented in natural language texts [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ].
      </p>
      <p>
        Before establishing the tasks in the ontology learning process, one has to
define the steps for ontology development, be it manual or automatic. Although
there is no standard regarding this development process, Buitelaar et. al in [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]
organizes the aspects and tasks involved in ontology development into a set of
layers. Such layers are shown in Fig. 1.
According to the definition 1, an ontology consists of concepts, relationships
between them and axioms. In order to identify the concepts of a domain, in first
place, it is necessary to identify the natural language terms that refer to them.
This task is specially important for ontology learning from free text. Synonym
identification helps to avoid redundant concepts, since two or more natural
language terms can represent the same concept. Another reason for identifying the
terms is that, in the future, some of them can be used to uniquely identify their
respective concepts. The terms are the source for identifying the concepts that
will be part of the ontology, i.e. the set C of definition 1.
      </p>
      <p>
        The next step is to identify the taxonomic relationships (generalization and
specialization) between the concepts. The product of this task is a set HC . It is
also necessary to extract the non taxonomic relations, thus defining the set R and
the function rel. Finally the extraction of the instances of the learned concepts
and relationships takes place. Some authors [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] also consider rule acquisition
for deriving facts that are not explicitly expressed in the ontology, that would
constitute the set Aϑ.
      </p>
      <p>Although, all of the ontology learning tasks are the same no matter what
kind of input is used, there are specific issues associated with learning ontologies
from each type of input data. Such issues regarding the ontology learning from
structured, semi-structured and unstructured data are discussed, respectively,
in subsections 3.1, 3.2 and 3.3. Some examples of ontology learning applications
are shown in subsection 3.4.
3.1</p>
      <sec id="sec-3-1">
        <title>Ontology Learning from Structured Data</title>
        <p>These ontology learning procedures extract parts of the ontology using the
available structural information. Examples of structured information sources are
database schemas, existing ontologies and knowledge bases.</p>
        <p>
          The central problem in learning from structured data is to determine which
pieces of structural information can provide relevant knowledge. For instance, a
database schema may be used to identify ontology concepts and their
relationships [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ].
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Ontology Learning from Semi-structured Data</title>
        <p>
          Usually the quality of the results of ontology learning procedures using
structural information is better than the ones using completely unstructured input
data [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. Unfortunately, most of the available knowledge is in the form of
unstructured text. For this reason techniques for learning ontologies from
semistructured data [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ] (e.g. data composed by some structural information plus
free text) have been developed.
        </p>
        <p>
          Examples of semi structured data are dictionaries, like WordNet [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] or the
Wiktionary [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ], HTML and XML documents, document type definitions (DTD),
Wikis and User Tags. With the advent of the Web 2.0 and the Semantic Web,
grows the interest for the development of procedures for extracting ontologies
from semi-structured web documents [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] and from user tags [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ].
3.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Ontology Learning from Unstructured Data</title>
        <p>
          Methods for extracting ontology parts from unstructured data are those that do
not rely on any structural information for improving the quality of its results.
They are important because unstructured data is the most available format
for ontology learning input [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. Unstructured documents consists of natural
language texts such as Word, PDF documents or Web pages.
        </p>
        <p>
          For extracting knowledge from these sources, statistical and linguistic
approaches are often used. One commonly accepted assumption in statistical
approaches is the Harris distributional hypothesis [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ]. This hypothesis states that
similar words tend to occur in similar contexts.
        </p>
        <p>
          While statistical approaches often rely on word frequencies and word
cooccurrence, linguistic approaches make use of natural language processing
techniques, like syntactic, morpho-syntactic, lexico-syntactic and syntactic-semantic
analysis, for extracting information from text [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
        <p>
          There are also the pattern based approaches, which search the texts for
certain patterns that indicate some kind of relation. One commonly cited approach
is the Hearst patterns [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ]. Hearst defined some lexico-syntactic patterns that
indicate hyponymy/hypernymy relationships in the text.
        </p>
        <p>
          Some ontology learning from text approaches uses clustering algorithms. In
hierarchical clustering, term sets can be organized into a hierarchy that can be
transformed directly into an ontology prototype. For this intent, the distance
measure between terms has to be defined in such a way that it can be used as a
criteria for merging terms [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
        </p>
        <p>
          An evaluation of the clustering methods for ontology learning from
unstructured data can be found in [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ]. In the first place, every clustering methods can
be applied to various representation models, such as the vector space approach,
associative networks or set theory based, as shown in [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ].
        </p>
        <p>Methods using distributional similarity can be divided into syntactic and
window based approaches.</p>
        <p>
          Syntactic approaches use similarity considering the relationships between
predicate and argument. Hindle [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ] aims at finding similar nouns by comparing
their behavior regarding the predicate argument structure. For each verb-subject
and verb-object pair in their set of six million analyzed words, he computes the
co-occurrence weights as being the mutual information existing on the pairs.
        </p>
        <p>
          An entire class of syntactic approaches is included in the Mo’k workbench
[
          <xref ref-type="bibr" rid="ref34">34</xref>
          ], that provides a framework for defining term hierarchical clustering based
on similarity and on limited contexts.
        </p>
        <p>
          There is another set of methods which produce paradigmatic relations
(relations between the meaning of terms) as a mechanism for identifying the candidate
terms without the need for syntactic pre-processing. A source for paradigmatic
relationships is the second order co-occurrence, which does not rely on
grammatical analysis. While the first order co-occurrence scores high pairs of words
that appear together frequently in a certain text window, the second order
cooccurrence scores high the ones that have similar first order co-occurrence [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
3.4
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>Ontology Learning Applications</title>
        <p>
          This subsection presents some examples of ontology learning applications.
Text2Onto A tool for ontology learning from textual sources is the Text2Onto
framework [
          <xref ref-type="bibr" rid="ref35">35</xref>
          ]. The Text2Onto is a framework which represents the learned
knowledge into a meta level through modeling primitives from a model called
probabilistic ontology model (POM). POM is a collection of modeling primitives
independent from any ontology representation language. Such primitives are
defined in the Modeling Primitives Library (MPL). The main modeling primitives
are:
– concepts (Concepts C)
– concept inheritance (Taxonomic relationships HC )
– concept instantiation (Instances)
– properties/relations (Non taxonomic relationships R)
– domain and range restrictions (Axioms Aϑ)
– mereological relations (Part-of relations R)
– equivalence
        </p>
        <p>Text2Onto uses data driven change discovery for algorithms for
supporting automatic and semi-automatic adaptation of a given ontology according to
changes in a data set and provides several algorithms for instantiating each
modeling primitive from POM (which can be associated with the tasks of ontology
learning shown in Fig. 1).</p>
        <p>
          WebKB The WebKB [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] is a research project that aims at creating a
knowledge base with the knowledge contained in the World Wide Web. This represents
an approach for ontology population from semi-structured and unstructured
input data. This is achieved through a trainable information extraction system
that instantiates a given knowledge base consisting of an ontology defining the
classes and relations of interest, and optionally, instances of some of these classes
and relations. WebKB uses logical and statistical learning algorithms for these
tasks.
        </p>
        <p>
          DLLearner An approach for learning ontologies from structured data is
proposed in [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]. This approach is based on inductive logic programming (ILP)
[
          <xref ref-type="bibr" rid="ref36">36</xref>
          ]. An ILP algorithm aims at learning a logic program from examples and
prior knowledge. Traditional ILP methods work usually with predicate logics for
representing prior knowledge and the learned hypothesis.
        </p>
        <p>
          Description logics is the formalism in which the OWL (the W3C ontology
recommendation for the Semantic Web) is based. A refinement operator for
description logics is proposed in [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]. This refinement operator is used in a
description logics based ILP procedure. The proposed algorithm learns a definition of a
concept in description logics and takes as input a knowledge base and a training
set with positive and negative examples of instances of the target concept.
HASTI HASTI [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ] is an automatic ontology building system, which uses as
input unstructured data in the form of natural language texts in Persian. HASTI
uses no prior knowledge, i.e. it builds ontologies from scratch. Its lexicon is nearly
empty initially and will grow gradually by learning new words. The ontology in
HASTI is a small kernel at the beginning. HASTI learns concepts, taxonomic and
non-taxonomic conceptual relations, and axioms, to build ontologies upon the
existing kernel. The learning approach in HASTI is a hybrid symbolic approach,
a combination of linguistic, logical, template driven and semantic analysis
methods. It performs online and offline clustering to organize its ontology.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Methods for the Evaluation of Ontology Learning</title>
    </sec>
    <sec id="sec-5">
      <title>Procedures</title>
      <p>
        Comparing techniques for learning ontologies is not a trivial task. For a given
domain, there is not a unique possibility of conceptualization [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ] and these
possibilities may differ in their usefullness but not in their soundness and
justification [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Besides that, there is “no clear set of knowledge to be acquired”
[
        <xref ref-type="bibr" rid="ref39">39</xref>
        ].
      </p>
      <p>
        Although the evaluation of ontology learning procedures is still an open
problem, there is already some work in this direction. In [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ] two basic approaches for
evaluating these systems are presented: the evaluation of the underlying learning
methods and the evaluation of the learned ontology. However, because of the
difficulty concerning the measurement of the correctness of the learning procedure,
the former approach is less addressed.
      </p>
      <p>
        According to [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ], the resulted ontologies can be compared by evaluating
them in a running application, a posteriori evaluation by experts, or evaluation
by comparison of learned results against a pre-defined gold standard.
      </p>
      <p>
        The automatically learned ontologies are useful to the extent they improve
the effectiveness of the systems in which they are employed. Thus, the
comparison of ontologies in a running application aims at evaluating the effectiveness
of a system using the evaluated ontologies. For instance, a comparison between
concept hierarchies in the context of a word sense disambiguation task is shown
in [
        <xref ref-type="bibr" rid="ref42">42</xref>
        ] and in the context of text clustering is shown in [
        <xref ref-type="bibr" rid="ref43">43</xref>
        ].
      </p>
      <p>Manual evaluation has advantages, since experts are supposed to know the
concepts and their relationships in their domain of expertise and, therefore, they
are supposedly able to tell wether a given ontology represents the domain or not.</p>
      <p>
        Although a posteriori evaluation by experts and their evaluation in a running
application have their advantages, they also have their drawbacks. For instance
manual ontology evaluation is subjective and time consuming. Besides that, these
two methods are not feasible for large-scale evaluations [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ]. Thus the comparison
against a gold standard [
        <xref ref-type="bibr" rid="ref44">44</xref>
        ] is a plausible alternative. For a primary work on
the comparison between two ontologies please refer to [
        <xref ref-type="bibr" rid="ref45">45</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ], a framework
for gold-standard based evaluation of ontology learning is introduced. However
how can one say that an ontology is good enough for being a gold standard? The
gold standard is a hand crafted ontology, developed by an error prone process. If
the gold standard ontology presents modeling problems, the evaluation method
rewards ontologies with similar problems and penalizes ontologies with concepts
or relationships not appearing in the gold standard.
5
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>This work presented a survey and a definition of the set of tasks known as
ontology learning. For this intent, the ontology learning procedure was defined
not as a single task, but as set of subtasks organized in the layers of Fig. 1.
A definition of an ontology was provided, the tasks involved in the ontology
learning process were identified and the most commonly cited approaches for
this problem were introduced. Such approaches were classified according to the
format of input data they use. Such data can be structured, semi-structured or
unstructured.</p>
      <p>Another fundamental difference between the cited approaches is the extent
to which they automate the ontology development process. This can be observed
when we compare which tasks are automated by each approach. This comparison
is found in table 1.</p>
      <p>The field of ontology learning builds upon well founded methods from
knowledge acquisition, machine learning and natural language processing. Although
progress has been made over the last years, this field of research has not yet
reached the goal of fully automating the ontology development process. It is
possible to see that the most of the already cited approaches focus on concept
identification and hierarchy extraction. Work on automatic learning of non
taxonomic relationships have already been conducted but have not reached yet an
advanced development stage. But, of the ontology learning subtasks, the one
that is currently in the earlier stage of development is the axiom learning.</p>
      <p>
        Another great open question related to ontology learning is the evaluation of
the proposed methods [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ]. As shown in this paper there is already some work
conducted in this direction but the establishment of formal, standard methods to
evaluate ontology learning systems by proving their learning methods or proving
the accuracy, efficiency and completeness of the built ontology is still an open
problem [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ].
      </p>
      <p>Many of the ontology learning, methods discussed here address each one (or
some) of the subtasks but not all of them in a coherent way. At last, another
issue in this area is the development of methodologies which integrates methods
for such a task.</p>
      <p>Because of the complexity of ontology development and the importance of
the ontologies for the Semantic Web (given that the ontologies constitute its
backbone), we believe that ontology learning will remain an active and central
field of research, at least, over the next years.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Girardi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ibrahim</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Using english to retrieve software</article-title>
          .
          <source>Journal of Systems Software, Special Issue on Software Reusability</source>
          <volume>30</volume>
          (
          <issue>3</issue>
          ) (
          <year>1995</year>
          )
          <fpage>249</fpage>
          -
          <lpage>270</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Girardi</surname>
          </string-name>
          , R.:
          <article-title>Classification and Retrieval of Software through their Descriptions in Natural Language</article-title>
          .
          <source>PhD thesis</source>
          , Universit de Geneve (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hotho</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Learning concept hierarchies from text corpora using formal concept analysis</article-title>
          .
          <source>Technical report</source>
          ,
          <string-name>
            <surname>Institute</surname>
            <given-names>AIFB</given-names>
          </string-name>
          , Universita¨t
          <string-name>
            <surname>Karlsruhe</surname>
          </string-name>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Middleton</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shadbolt</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Roure</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Ontological user profiling in recommender systems</article-title>
          .
          <source>ACM Transactions on Information Systems</source>
          <volume>22</volume>
          (
          <year>2004</year>
          )
          <fpage>54</fpage>
          -
          <lpage>88</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Drumond</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Girardi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Silva</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>A similarity analysis model for semantic web information filtering applications</article-title>
          .
          <source>In: Proceedings of the International Conference on Software Engineering and Knowledge Engineering</source>
          . (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Vailet</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and Fern´andez, M. and
          <string-name>
            <surname>Castells</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>An Ontology-Based Information Retrieval Model</article-title>
          .
          <source>In: The Semantic Web: Research and Applications</source>
          . Springer (
          <year>2005</year>
          )
          <fpage>455</fpage>
          -
          <lpage>470</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Acciarri</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Calvanese</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Giacomo</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lembo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lenzerini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palmieri</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosati</surname>
          </string-name>
          , R.:
          <source>QuOnto: Querying Ontologies. Proceedings of the National Conference on Artificial Intelligence</source>
          <volume>20</volume>
          (
          <issue>4</issue>
          ) (
          <year>2005</year>
          )
          <fpage>1670</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>d'Amato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fanizzi</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Esposito</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>A semantic similarity measure for expressive description logics</article-title>
          . In Pettorossi, A., ed.
          <source>: Proceedings of Convegno Italiano di Logica Computazionale (CILC05)</source>
          . (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Resnick</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Semantic similarity in a taxonomy: an information-based measure and its application to problems of ambiguity in natural language</article-title>
          .
          <source>Journal of Artificial Intelligence Research</source>
          <volume>11</volume>
          (
          <year>1999</year>
          )
          <fpage>95</fpage>
          -
          <lpage>130</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Shadbolt</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hall</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>The semantic web revisited</article-title>
          .
          <source>Intelligent Syst</source>
          <volume>21</volume>
          (
          <issue>3</issue>
          ) (
          <year>2006</year>
          )
          <fpage>96</fpage>
          -
          <lpage>101</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Drumond</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Girardi</surname>
          </string-name>
          , R.:
          <article-title>Uma an´alise das t´ecnicas e ferramentas para o desenvolvimento de aplica¸c˜oes para a web semˆantica</article-title>
          . REIC - Revista Eletrˆonica de Inicia¸
          <article-title>c˜ao Cient´ıfica 6(1) (2006</article-title>
          ) In Portuguese.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , V¨olker, J.,
          <string-name>
            <surname>Studer</surname>
          </string-name>
          , R.: Ontologies on demand?
          <article-title>- a description of the state-of-the-art, applications, challenges and trends for ontology learning from text</article-title>
          .
          <source>Information, Wissenschaft und Praxis</source>
          <volume>57</volume>
          (
          <issue>6-7</issue>
          ) (
          <year>2006</year>
          )
          <fpage>315</fpage>
          -
          <lpage>320</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Omelayenko</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Learning of ontologies for the web: the analysis of existent approaches</article-title>
          .
          <source>In: Proceedings of the International workshop on Web Dynamics</source>
          . (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14. Nov´aˇcek, V.:
          <article-title>Ontology learning</article-title>
          .
          <source>Master's thesis</source>
          , Faculty of Informatics, Masaryk University, Czech Republic (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Biemann</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Ontology learning from text: A survey of methods</article-title>
          .
          <source>LDV Forum</source>
          <volume>20</volume>
          (
          <issue>2</issue>
          ) (
          <year>2005</year>
          )
          <fpage>75</fpage>
          -
          <lpage>93</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Ontology Learning for the Semantic Web</article-title>
          . Kluwer Academic Publishing (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Russell</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Norvig</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <source>Artificial Intelligence: A Modern Approach</source>
          .
          <volume>2</volume>
          <fpage>edn</fpage>
          . Prentice Hall (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Gruber</surname>
          </string-name>
          , T.:
          <article-title>Toward principles for the design of ontologies used for knowledge sharing</article-title>
          .
          <source>International Journal of Human-Computer Studies</source>
          (
          <year>1995</year>
          )
          <fpage>907</fpage>
          -
          <lpage>928</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Buitelaar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Magnini</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Ontology learning from text: An overview. ontology learning from text: Methods, evaluation and applications</article-title>
          .
          <source>Frontiers in Artificial Intelligence and Applications Series</source>
          <volume>123</volume>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Benz</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Collaborative ontology learning</article-title>
          .
          <source>Master's thesis</source>
          , University of Freiburg (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Dellschaft</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Measuring the similarity of concept hierarchies and its influence on the evaluation of learning procedures</article-title>
          .
          <source>Master's thesis</source>
          , Universit¨at Koblenz Landau,
          <source>Campus Koblenz, Fachbereich 4 Informatik</source>
          , Institut fu¨r Computervisualisitk (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Wordnet: a lexical database for english</article-title>
          .
          <source>Commun. ACM</source>
          <volume>38</volume>
          (
          <issue>11</issue>
          ) (
          <year>1995</year>
          )
          <fpage>39</fpage>
          -
          <lpage>41</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>A refinement operator based learning algorithm for the alc description logic</article-title>
          .
          <source>In: Proccedings of the 17th International Conference on Inductive Logic Programming (ILP)</source>
          , Springer (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Ontology learning for the semantic web</article-title>
          .
          <source>IEEE Intelligent Systems</source>
          <volume>16</volume>
          (
          <issue>2</issue>
          ) (
          <year>2001</year>
          )
          <fpage>72</fpage>
          -
          <lpage>79</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Kashyap</surname>
          </string-name>
          , V.:
          <article-title>Design and creation of ontologies for environmental information retrieval</article-title>
          .
          <source>In: Proceedings of the 12th Workshop on Knowledge Acquisition, Modeling and Management</source>
          . (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Pernelle</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rousset</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ventos</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Automatic construction and refinement of a class hierarchy over semistructured data</article-title>
          .
          <source>In: Proceedings of the IJCAI 2001 Workshop on Ontology Learning (OL2001)</source>
          . (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Foundation</surname>
          </string-name>
          , W.: Wiktionary
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Craven</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>DiPasquo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Freitag</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCallum</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          , Mitchell,
          <string-name>
            <given-names>T.M.</given-names>
            ,
            <surname>Nigam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Slattery</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          :
          <article-title>Learning to construct knowledge bases from the World Wide Web</article-title>
          .
          <source>Artificial Intelligence</source>
          <volume>118</volume>
          (
          <issue>1</issue>
          /2) (
          <year>2000</year>
          )
          <fpage>69</fpage>
          -
          <lpage>113</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <source>Mathematical Structures of Language</source>
          . Wiley (
          <year>1968</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Hearst</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Automatic acquisition of hyponyms from large text corpora</article-title>
          .
          <source>In: Proceedings of the 14th International Conference on Computational Linguistics</source>
          . (
          <year>1992</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
          </string-name>
          , S. In: Ontology learning. Springer (
          <year>2004</year>
          )
          <fpage>173190</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hotho</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Comparing conceptual, divisive and agglomerative clustering for learning taxonomies from text</article-title>
          .
          <source>In: Proceedings of the European Conference on Artificial Intelligence (ECAI)</source>
          .
          <article-title>(</article-title>
          <year>2004</year>
          )
          <fpage>435</fpage>
          -
          <lpage>443</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Hindle</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Noun classification from predicate-argument structures</article-title>
          .
          <source>In: Proceedings of the 28th annual meeting on Association for Computational Linguistics</source>
          , Morristown, NJ, USA, Association for Computational Linguistics (
          <year>1990</year>
          )
          <fpage>268</fpage>
          -
          <lpage>275</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Bisson</surname>
            , G., N´edellec,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Canamero</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Designing clustering methods for ontology building the mok workbench</article-title>
          .
          <source>In: Proceedings of the ECAI 2000 Workshop on Ontology Learning</source>
          . (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , V¨olker, J.:
          <article-title>Text2onto - a framework for ontology learning and datadriven change discovery</article-title>
          .
          <source>In: Proceedings of the 10th International Conference on Applications of Natural Language to Information Systems (NLDB'</source>
          <year>2005</year>
          ).
          <article-title>(</article-title>
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Lavrac</surname>
          </string-name>
          , N., Dzeroski, S.:
          <article-title>Inductive Logic Programming: Techniques and Applications</article-title>
          . Ellis
          <string-name>
            <surname>Horwood</surname>
          </string-name>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Shamsfard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barforoush</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>An introduction to hasti: An ontology learning system</article-title>
          .
          <source>In: Proceedings of 6th Conference on Artificial Intelligence and Soft Computing (ASC2002)</source>
          . (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Ontology. In: The Blackwell Guide to Philosophy of Computing and Information</article-title>
          .
          <source>Blackwell</source>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Brewster</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alani</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dasmahapatra</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wilks</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Data driven ontology evaluation</article-title>
          .
          <source>In: Proceedings of the International Conference on Language Resources and Evaluation</source>
          . (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Shamsfard</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barforoush</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>The state of the art in ontology learning: A framework for comparison</article-title>
          .
          <source>Knowledge Engineering Review</source>
          <volume>18</volume>
          (
          <issue>4</issue>
          ) (
          <year>2003</year>
          )
          <fpage>293</fpage>
          -
          <lpage>316</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Dellschaft</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>On how to perform a gold standard based evaluation of ontology learning</article-title>
          .
          <source>In: Proceedings of ISWC-2006 International Semantic Web Conference</source>
          . (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Agirre</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ansa</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovy</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Martinez</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Enriching very large ontologies using the www</article-title>
          .
          <source>In: Proceedings of the ECAI 2000 Workshop on Ontology Learning (OL'</source>
          <year>2000</year>
          ).
          <article-title>(</article-title>
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>Bloehdorn</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hotho</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Learning ontologies to improve text clustering and classification. From Data and Information Analysis to Knowledge Engineering (</article-title>
          <year>2006</year>
          )
          <fpage>334</fpage>
          -
          <lpage>341</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pivk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidt-Thieme</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Learning taxonomic relations from heterogenous sources of evidence</article-title>
          .
          <source>In: Ontology Learning from Text: Methods</source>
          , Applications, Evaluation. IOS Press (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Measuring similarity between ontologies</article-title>
          .
          <source>In: EKAW '02: Proceedings of the 13th International Conference on Knowledge Engineering and Knowledge Management. Ontologies and the Semantic Web</source>
          , London, UK, Springer-Verlag (
          <year>2002</year>
          )
          <fpage>251</fpage>
          -
          <lpage>263</lpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>