<!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>Towards an Architecture of Ontological Components for the Semantic Web</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Nesrine Ben Mustapha</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Marie-Aude Aufaure</string-name>
          <email>Marie-Aude.Aufaure@Supelec.fr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hajer Baazhaoui-Zghal</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>192 Gif sur Yvette</institution>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Supelec, Computer Science Department</institution>
          ,
          <addr-line>Plateau du Moulon, 9</addr-line>
        </aff>
      </contrib-group>
      <fpage>1036</fpage>
      <lpage>1049</lpage>
      <abstract>
        <p>This paper presents an architecture of ontological components for the Semantic Web. Many methods and methodologies can be found in the literature. Generally, they are dedicated to particular data types like text, semistructured data, relational data, etc. Our work deals with web pages. We first study the state of the art of methodologies defined to learn ontologies from texts. Then, our architecture of ontological components for the Semantic web is defined, in order to improve knowledge discovery from the web. At least, we detail the incremental construction of the domain ontology component and we present the general conceptual model associated to it.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        The volume of available information on the web is growing exponentially.
Consequently, integration of heterogeneous data sources and information retrieval become
more and more complex. Adding a semantic dimension to web pages is a response to
this problem and is known as the semantic web [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Ontologies can be seen as a
fundamental part of the semantic web. They can be defined as an explicit, formal
specification of a shared conceptualization [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Indeed, their use allows facilitating web
information retrieval, domain knowledge sharing as well as knowledge integration.
Meanwhile, building ontology manually is a long and tedious task. Many approaches
for learning ontologies can be found in the literature. Section 2 synthesizes such
ontology learning methodologies. We present our architecture of ontological
components for the semantic web, integrated in a customizable ontology building
environment, in section 3. At least, we conclude and give some perspectives for this work.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2 Ontology building methodologies</title>
      <p>
        Methodologies for ontology building can be classified according to the use or not of
a-priori knowledge (such as thesaurus, existing ontologies, etc.) and to learning
methods. The first ones were dedicated to enterprise ontology development [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] and
manually built. Then, methodologies for building ontologies from scratch were
developed. They do not use a-priori knowledge. An example of such a methodology is
OntoKnowledge [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] which proposes a set of generic techniques, methods and
principles for each process (feasibility study, initialization, refinement, evaluation and
maintenance). Some research work is dedicated to collaborative ontology building
such as CO4 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] and (KA)2 [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Another research area deals with ontology
reengineering [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Learning methodologies can be distinguished according to their input
data type: texts, dictionaries [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], knowledge bases [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], relational [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] and
semistructured data [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>In the following section, we focus on the general dimensions implied in ontology
learning. Section 2.3 deals with ontology learning from texts, including web pages.
2.1</p>
      <sec id="sec-2-1">
        <title>General dimensions implied in ontology learning</title>
        <p>
          The existing methods can be distinguished according to the following criteria:
learning sources, the type of ontology to build, techniques used to extract concepts,
relationships and axioms, and existing tools. The most recent methodologies generally
use a priori knowledge such as thesaurus, minimal ontology, other existing
ontologies, etc. Each one proposes different techniques to extract concepts and
relationships, but not axioms. These axioms can represent constraints but also inferential
domain knowledge. As for instance extraction, we can find techniques based on first
order logic [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ], on Bayesian learning [
          <xref ref-type="bibr" rid="ref33">33</xref>
          ], etc. We have to capitalize the results
obtained by the different methods and to characterize existing techniques, their
properties and how we can combine them. The objective of this section is to synthesize the
characteristics of these methods in order to expose our problematic and to argue our
choices.
        </p>
        <p>Learning ontologies is a process requiring at least the following development
stages:</p>
        <p>Knowledge sources preparation (textual corpus, collection of web
documents), eventually using a priori knowledge (ontology with a high-level
abstraction, taxonomy, thesaurus, etc.),
- Data sources preprocessing,
- Concepts and relationships learning,
- Ontology evaluation and validation (generally done by experts)..
The ontology is built according to the following dimensions:
- Input type (data sources, a priori knowledge existence or not, …),
- Tasks involved for preprocessing : simple text linguistic analysis, document
classification, text labeling using lexico-syntactic patterns, disambiguating,
etc.,
- Learned elements : concepts, relationships, axioms, instances, thematic roles,
- Learning methods characteristics: supervised or not, classification, clustering,
rules, linguistic, hybrid,
- Automation level: manual, semi-automatic, automatic, cooperative,
Characteristics of the ontology to build: structure, representation language,
coverage,</p>
        <p>
          Usage of the ontology and users’ needs [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2 Learning ontologies from texts</title>
        <p>The proposed approaches can be classified according to the technique used, namely
linguistic, lexico-syntactic patterns extraction, clustering or classification, and hybrid
ones. The input data is constituted by linguistic resources like a list of terms and
relationships. The huge volume of these data, their quality and relevance has to be taken
into account by filtering methods. These methods can be guided by an expert
(knowledge acquisition from texts) or automatic (text mining, learning).</p>
        <p>
          Linguistic-based techniques include lexical, syntactic and semantic texts analysis.
The objective is to extract a conceptual model of a domain. We can quote two main
methodologies defined by [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] and [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. The methodology defined by [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] intends to
extract knowledge from technical documents. Two hypothesis are given by the
authors: the first one states that the ontology designer has a good knowledge of the
application domain and can determine the relevant terms, while the second one states
that he also have a precise idea of the ontology usage. This methodology analyses a
corpus with tools appropriate for natural language automatic processing and linguistic
techniques and extracts terms and relationships. The normalization step concerns the
mapping between natural language and a formal language. The semantic
interpretation of the texts is managed by usage and expertise. Semantic relationships are
obtained from lexical relationships, and the concepts hierarchy is built using the
semantic relationships. The formalization step automatically translates the ontology into a
given format like RDF, OWL, etc.
        </p>
        <p>
          In these linguistic approaches, lexico-syntactic patterns are manually defined by
linguists. Some research work has been proposed to automatically extract
lexicosyntactic patterns. [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] starts from an existing ontology and extract a set of pairs of
concepts linked by relationships, in order to learn hyponymy relationships and
produce lexico-syntactic patterns. These ones are used to discover other relationships,
based on the learned patterns, between the concepts of the existing ontology. This
approach is used to extend an existing lexical ontology. [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] proposes to combine the
previous approach with contextual signatures to improve the classification of new
concepts. The KAT system (Knowledge acquisition from Texts) [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] includes four
steps: learning new concepts, classification, learning relationships and ontology
evaluation. Concept classification consists in analyzing words that appears in the
expression associated to a candidate concept: [word, seed concept], where “word”
can be a noun or an adjective. This classification states that the concept [word, seed
concept] subsumes the seed concept that is equivalent to add a hyponymy
relationship.
        </p>
        <p>
          These techniques, based on lexico-syntatic patterns learning, lead to good results
for learning hyponymy relationships. In the meantime, some problems appear like
terms polysemy or errors produced that are dependant from the corpus. The use of
classification techniques like hierarchical or conceptual clustering is a way to solve
these problems. The methodology proposed by [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ] consists in classifying documents
into collections related to words sense, using a labeled corpus and Wordnet. Then for
each collection, the relative frequencies are extracted and compared to the other
collections. Topic signatures are computed and compared to discover shared words. This
methodology is dedicated to enrich concepts of existing ontologies by analyzing web
texts. Other methods [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ] [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ] combine linguistic techniques and clustering to build
or extend an ontology.
        </p>
        <p>
          Some research work is done to study the distribution of words in texts to improve
concepts clustering by the way of new similarity measures. DOODLE II, an extension
of DOODLE [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ], is an environment for the rapid development of domain ontologies.
It is based on the analysis of lexical co-occurrences and the construction of a
multidimensional space of words [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. This approach extracts taxonomic relationships
using Wordnet and non taxonomic relationships learning by searching association
rules and extracting pairs of similar concepts using the words multidimensional space.
2.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Web-based ontology learning</title>
        <p>Our main objective is to define an approach to build ontologies for the semantic web.
This kind of ontology, closely linked to the web usage, has to integrate the dynamic
aspects of the web. In this section, we present some approaches defined specifically
for the web.</p>
        <p>
          Many propositions have been done to enrich an existing ontology using web
documents [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ][
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]. However, these approaches are not specifically dedicated to web
knowledge extraction.
        </p>
        <p>
          The approach proposed by [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ] attempts to reduce the terminological and
conceptual confusion between members of a virtual community. Concepts and relationships
are learned from a set of web sites using the Ontolearn tool. The main steps are: the
terminology extraction from web sites and web documents data warehouse, the
semantic interpretation of terms and the identification of taxonomic relationships.
        </p>
        <p>
          Some approaches transform html pages into hierarchical semantic structured
encoded in XML, taking into account html regularities [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ].
        </p>
        <p>Finally, we can also point out some approaches only dedicated to ontology
construction from web pages without using any a priori knowledge.</p>
        <p>
          The approach described in [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ] is based on the following steps: (1) extract some
keywords representative of the domain, (2) find a collection of web sites related to the
previous keywords (using for example Google), (3) exhaustive analysis of each web
site, (4) the analyzer searches the initial keywords in a web site and finds the
preceding and following words; these words are candidates to be a concept, (5) for each
selected concept, a statistical analysis is performed based on the number of
occurrences of this word in the web sites and at last, (6) for each concept extracted using a
window around the initial keyword, a new keyword is defined and the algorithm
recursively iterates.
        </p>
        <p>
          In [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ], a method is proposed to extract domain ontology from web sites without
using a priori knowledge. This approach takes benefit from the web pages structure
and defines a contextual hierarchy. The data preprocessing is an important step to
define the more relevant terms to classify. Weights are associated to the terms
according to their position in this conceptual hierarchy. Then, these terms are automatically
classified and concepts are extracted.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Ontological components for the Semantic Web</title>
      <p>Starting from the state of the art in ontology learning, we propose a hybrid approach
to build domain ontology; our objective is to increase the capability of this ontology
to specify and extract web knowledge in order to contribute to the semantic web.
Analyzing the web content is a difficult task relative to relevance, redundancies and
incoherencies of web structures and information. Moreover, semantic similarity
measures highly depends on the quality of data, and the complexity of algorithms
such as conceptual clustering increase with the volume of data. For these reasons,
proposing an approach to build automatically an ontology still remains utopian.</p>
      <p>
        Our approach is based on the cyclic relation between web mining, semantic web
and ontology building as stated in [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ] and resumed in figure 1. Our proposal is based
on the following statements: (1) satisfy the fact that the ontology is useful to specify
and extract knowledge from the web, (2) link the semantic content within the web
documents structure, and (3) combine linguistic and learning techniques taking into
account the scalability and the evolution of the ontology. Our ontology is produced
using web mining techniques. We mainly focus on web content and web structure
mining. Building this ontology leads us to solve two main problems. The first one is
relative to the heterogeneity of web documents structure while the second one is more
technical and concerns technical choices to extract concepts, relationships and axioms
as well as the selection of learning sources and the scalability. We propose an
architecture of ontological components to represent the domain knowledge, the web sites
structure and a set of services. These ontological components (figure 3) are integrated
into a customizable ontology building environment (figure 2).
      </p>
      <sec id="sec-3-1">
        <title>3.1. Architecture</title>
        <p>Learning ontologies from web sites is a complex task because web pages can contain
more images, hypertext and frames than text. Learning concepts is a task that needs
texts able to explicitly specify the properties of a particular domain. A positive point
in the context of learning ontologies from web pages is that web sites structure can be
exploited by web mining techniques.</p>
        <p>Starting from the state of the art (section 2.2), we can say that no learning method to
extract concepts and relationships is better (in most cases, the ontology evaluation is
manually done). For these reason, we propose a customizable ontology building
environment as depicted in figure 2. The customization takes into consideration the
general dimensions defined in section 2.1.</p>
        <p>In this environment, we propose a set of interdependent ontologies to build a Web
knowledge base on a particular domain. These ontologies are related to the content,
structure and services semantics. Such environment is composed by the following
modules: (1) Learning data sources module, (2) Ontological components enrichment
module, (3) Linguistic module, (4), Ontological components editor. Theses modules
uses resources such as: data warehouse in XML format, linguistic resources
(Wordnet, general ontologies, thesaurus, patterns collection), web knowledge bases,
constituted by a set of web documents, their structure and associated services, as depicted
in figure 3. We distinguish two types of actors in the environment, namely, software
actors as the miner agents and human actors as the linguist expert, the domain experts
and the system adminstrators. The functionnalities provided by this system are
inspired from the web discovery processus, starting from the data sources pretreatment
to the knowledge discovery, including the datawarehouse building. Besides, this
environment intends to relate domain ontologies, ontologies of services and web
structure ontologies in order to build and enrich web knowledge bases of the domain.</p>
        <p>We distinguish three ontologies, namely a generic ontology of web sites structures,
a domain ontology and a service ontology.</p>
        <p>The generic ontology of web sites structure contains a set of concepts and
relationships allowing a common structure description of HTML, XML and DTD web pages.
This ontology enables to learn axioms that specify the semantic of web documents
patterns. The main objective is to ease structure web mining knowing that the results
can help to populate the domain ontology. The ontology of Web sites structure is
useful to improve the extraction of the concepts and the relevant relations of the
domain by studying semantics of the various markup elements of the languages HTML
or XML. We can find in different sites the same contents but presented by different
manners which indicates the degree of importance granted to some information
according to the context. The second perspective is to translate a semantic relation (e.g.
“part-of” relationship, etc.) into a set of adequate markup elements (e.g. a relationship
between a concept and instances can be represented by a list, a markup “Small”
before a word can express that this word is less important than the previous one).
Mining the structure allows us to extract some regularity from which we can define an
axiom. Indeed, the axioms of the structure ontology help in elaborating the mapping
of HTML markups to the semantic relations inferred. Such an ontology may also
adjust the gap existing between the physical and logical structure of a document Web.</p>
        <p>The domain ontology is divided into three layers according to their level of
abstraction. The first level is a lexical one: this layer specifies high-level lexical
knowledge which can help discovering lexico-syntactic patterns. The lexical knowledge
covers the concepts, relationships and general axioms of the central layer of our
domain ontology. The last layer is more operational and, additionally to concepts and
relationships instances, also contains a set of axioms specifying domain knowledge.
These axioms are incrementally enhanced by web content and web structure mining.</p>
        <p>
          The ontology of services is defined starting from the concept of task ontology [
          <xref ref-type="bibr" rid="ref35">35</xref>
          ].
In our web context, we speak of web services instead of tasks. This ontology specifies
the domain services and will be useful to map web knowledge into a set of
interdependent services. This is built from the central layer of our domain ontology in order
to constitute a set of domain services, and web pages constitute the instances of these
services. This ontology is a macroscopic view of the domain and is hierarchically
structured: the upper level is the root service while the leaves are elementary tasks for
which a triplet “concept-relation-concept” belonging to the domain ontology is
associated. These three ontological components are interdependent where the axioms
included in an ontology are used to enhance another ontology component. As an
example, if we consider the axiom defined on the structure ontology in figure 3, we
can say that if the label of a “combobox” is a concept of the domain ontology then all
the elements of this structure are instances of this concept. This axiom is used to
populate the ontology domain. Meanwhile, these ontologies differ from their use. The
domain ontology is used to specify the domain knowledge. The service ontology
specifies the common services that can be solicited by web users and can be attached
to several ontologies defined on subparts of the domain. As we said previously, the
axioms of the structure ontology are used to extract instances of the domain ontology.
        </p>
        <p>The structure of our domain ontology is more complex than usual domain
ontologies. This particularity is oultlined in figure 4.</p>
        <p>
          This figure shows the abstract concepts from which the learned concepts and
relationships will be inserted. Confidence weight according to the learning technique
used, are associated to concepts and relationships in this ontology. This abstract
model is divided into two levels. The linguistic level specifies how a concept was
extracted using linguistic techniques, namely the lexicosyntactic patterns [
          <xref ref-type="bibr" rid="ref19 ref20">19, 20</xref>
          ] or
the syntactic frame learning techniques [
          <xref ref-type="bibr" rid="ref24">24</xref>
          ]. The domain concepts and relationships
are derived from the root of the ontology. They are referenced by verbs or nominal
groups. Concepts are extracted by learned lexicosyntaxiques patterns. Such concepts
can also be a frequent object or a subject of a syntactic frame. A syntactic frame is a
triplet (&lt; subject &gt; &lt; verb &gt; &lt; Object &gt;). The extracted concepts will be weighted by
the frequency of the learned patterns in the corpus. Relationships are extracted if a
syntactic frame is frequent between two concepts having a close semantic distance.
The similarity measures are extensible. We distinguish several semantic distances
according to the chosen measure. We quote for example the cosine between two
vectors of concepts in the word space and the measure of the closest neighbors between
two concepts in the graph of the concepts. As an example, a concept can be learned
using a lexico-syntactic pattern. In this case, the weight associated to this concept is
relative to the appearance frequency of the concept satisfying the pattern. These
weights are updated at each step dedicated to the ontology enhancement. The
semantic distance in the conceptual model is related to the similarity measure between two
concepts. This measure is computed from a multidimensional space of words.
3.2.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Building the domain ontology</title>
        <p>In this section, we focus on the domain ontology extraction. Our strategy (figure 5) is
based on three steps. The first one is the initialization step. The second one is an
incremental learning process based on linguistic and statistic techniques. The last one is
a learning step based on web structure mining. We now define them.</p>
        <p>The initialization is based on the following steps:
- The design and manual building of a minimal ontology related to the domain;
this construction is based on concepts and relationships of Wordnet,
- Composition of concepts and relationships learning sources:
o Web search of documents related to our domain using the concepts
defined in the minimal ontology as requests,
o Classification of these web documents,
o Composition of a textual corpus containing a set of phrases in which
we can find at least one concept of the minimal domain ontology,
o Composition of a corpus of HTML and XML documents indexed by
their URL.</p>
        <p>
          Each iteration of the second stage includes two steps. The first one (Procedure A)
is defined by the following tasks:
- Enrichment of the ontology with new concepts extracted from semi-structured
data found in the web pages (XML, DTD, tables),
- Construction of a word space [
          <xref ref-type="bibr" rid="ref36">36</xref>
          ] based on the concepts of the minimal
domain ontology,
- Lexico-syntactic patterns learning based on the method defined in [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ] (by
combining lexico-syntactic patterns and topic signatures); these patterns are
related to non taxonomic relationships between the concepts of the minimal
ontology,
- Lexico-syntactic patterns learning to extract synonymy, hyponymy and part-of
relationships (lexical layer of the domain ontology),
- Similarity matrix building: this matrix allows computing the similarity
between pairs of concepts found in the multidimensional space word.
        </p>
        <p>The second step (Procedure B) consists in:
- Update the textual corpus and the web documents collection by searching
them according to the concepts defined in the minimal ontology,
- New concepts and non taxonomic relationships extraction by the application
of lexico-syntactic patterns,
- Attribution of a weight for each extracted relationship relative to the
frequency of the relationships that apply the lexico-syntactic pattern,
- Update the minimal ontology.</p>
        <p>Each iteration can be validated by the domain expert. This process is incremental: we
repeat the procedures A and B until we do not want to integrate new data.</p>
        <p>The last stage consists in an enrichment of the structure ontology and an extraction
of structure patterns for each relationship of the domain ontology. The objective is to
ease instances extraction using the tagged structure of web pages.</p>
        <p>The implementation of this strategy is still in progress.</p>
        <p>We have realized a little case study to identify the main characteristics for learning
ontology from web sites. From this case study, we have concluded that structure
mining techniques are useful for the extraction of non taxonomic and sub-part of
relationships as well as for the construction of services ontology. Building a words space is
also useful to compute the similarity between concepts but highly depends on web
sites corpus. The techniques used are dependant from the learning sources. For this
reason, defining a flexible environment should help satisfying the personalization of
ontology learning.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion and perspectives</title>
      <p>The methodologies for building ontologies described in this paper are fairly
complementary. Indeed, methodologies defined to build ontologies from scratch are oriented
towards ontological engineering and ontology life-cycle and are based on information
systems development methodologies. Learning methodologies try to give a response
to the time-consuming manual ontology building task. Learning techniques can be
either numeric or symbolic. They have been exploited to semi-automate some
foundation tasks such as concept hierarchy building, taxonomic relationships extraction, non
taxonomic relationships learning, etc. All these research works constitute a
methodological toolbox which can be used to semi-automate ontology construction. We have
to take into account previous experiences and to solve cited problems. Let us now
outline our contributions in the field of ontology learning and building. Firstly, we
conceived an ontological architecture based on a semantic triplet, namely, semantics
of the contents, the structure and the services of a domain. So, we take into account
both the content and the structure, and a set of services are based upon the domain
ontology concepts. The second point is that all the ontologies defined in our
architecture contain the weightings of their concepts, relationships and axioms according to
their sources. These ontologies could be handled by the inference engine. Concepts
and the relationships can be represented by facts and predicates. Axioms are the
inference rules allowing the insertion of new facts and predicates.</p>
      <p>At least, lexico-syntactic patterns will be stored in the linguistic layer of the
domain ontology, so that such patterns will allow the specification of the axioms. These
ones define the existing types of relationships, in order to identify such relationships
in the web pages. In, our case, axioms are the basis of the incremental enrichment of
the ontology. Moreover, the data sources are incrementally updated to satisfy a good
semantic coverage of the ontology.</p>
      <p>Our perspective is to use semantic web mining techniques and to restructure web
pages in order to implement an adaptive web based on the semantic structure, content
and services. Our framework presented in this paper is based on an ontological
components architecture integrated into a customizable ontology construction
environment. We first focus on the automation of the domain ontology construction. Then,
we will implement the other ontological components. The final goal is to build a
knowledge web base on a specific domain. From our case study, we can conclude that
we must take into account various learning sources (like on-line dictionaries) and
structure regularities in web sites to go further in the implementation.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Berners-Lee</surname>
            ,
            <given-names>T</given-names>
          </string-name>
          , Hendler,
          <string-name>
            <given-names>J</given-names>
            ,
            <surname>Lassila</surname>
          </string-name>
          ,
          <string-name>
            <surname>O.</surname>
          </string-name>
          :
          <article-title>The Semantic Web</article-title>
          , Scientific
          <string-name>
            <surname>American</surname>
          </string-name>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Gruber</surname>
          </string-name>
          , T.:
          <article-title>Toward principles for the design of ontologies used for knowledge sharing. International Journal of Human-Computer Studies, special issue on Formal Ontology in Conceptual Analysis and Knowledge Representation</article-title>
          . Eds, Guarino,
          <string-name>
            <given-names>N.</given-names>
            &amp;
            <surname>Poli</surname>
          </string-name>
          ,
          <string-name>
            <surname>R.</surname>
          </string-name>
          (
          <year>1993</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Grüninger</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fox</surname>
            <given-names>M.S.</given-names>
          </string-name>
          :
          <article-title>Methodology for the design and evaluation of ontologies</article-title>
          .
          <source>IJCAI'95 Workshop on Basic Ontological Issues in Knowledge Sharing</source>
          , Montreal, Canada (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Uschold</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>King</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Towards a Methodology for Building Ontologies</article-title>
          .
          <source>IJCAI'95 Workshop on Basic Ontological Issues in Knowledge Sharing</source>
          .,Ed. D.
          <string-name>
            <surname>Skuce</surname>
          </string-name>
          (
          <year>1995</year>
          )
          <article-title>6</article-title>
          .
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schnurr</surname>
            ,
            <given-names>H.-P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Studer</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sure</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Knowledge Processes and Ontologies</article-title>
          .
          <source>In: IEEE Intelligent Systems</source>
          <volume>16</volume>
          (
          <issue>1</issue>
          ), January/Febrary 2001, Special Issue on Knowledge Management
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Euzenat</surname>
          </string-name>
          , J.:
          <article-title>Building consensual knowledge bases: context and architecture, Proceedings of 2nd international conference on building and sharing very large-scale knowledge bases, Enschede</article-title>
          , IOS press, Amsterdam (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Decker</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erdmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fensel</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Studer</surname>
          </string-name>
          , R.:
          <article-title>Ontobroker: Ontology Based Access to Distributed and Semi-Structured Information</article-title>
          .
          <source>In: Semantic Issues in Multimedia Systems, Proceedings of DS-8</source>
          . Kluwer Academic Publisher, Boston,
          <fpage>351</fpage>
          -
          <lpage>369</lpage>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Gòmez-Pérez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rojas</surname>
          </string-name>
          , M.D.:
          <article-title>Ontological Reengineering and Reuse</article-title>
          .
          <source>European Workshop on Knowledge Acquisition, Modeling and Management (EKAW), Lecture Notes in Artificial Intelligence LNAI</source>
          1621 Springer-Verlag,
          <fpage>139</fpage>
          -156, eds.,
          <string-name>
            <surname>Fensel</surname>
            <given-names>D.</given-names>
          </string-name>
          &amp;
          <string-name>
            <surname>Studer</surname>
            <given-names>R.</given-names>
          </string-name>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Jannink</surname>
          </string-name>
          , J.:
          <article-title>Thesaurus Entry Extraction from an On-line Dictionary</article-title>
          .
          <source>In: Proceedings of Fusion '99</source>
          ,
          <string-name>
            <surname>Sunnyvale</surname>
            <given-names>CA</given-names>
          </string-name>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Suryanto</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Compton</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Discovery of Ontologies from Knowledge Bases</article-title>
          .
          <source>Proceedings of the First International Conference on Knowledge Capture</source>
          ,
          <article-title>The Association for Computing Machinery</article-title>
          , New York, USA,
          <fpage>pp171</fpage>
          -
          <lpage>178</lpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Rubin</surname>
            <given-names>D.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hewett</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oliver</surname>
            ,
            <given-names>D.E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
            ,
            <given-names>T.E</given-names>
          </string-name>
          , Altman, R.B.:
          <article-title>Automatic data acquisition into ontologies from pharmacogenetics relational data sources using declarative object definitions and XML</article-title>
          .
          <source>In: Proceedings of the Pacific Symposium on Biology, Lihue</source>
          ,
          <string-name>
            <surname>HI</surname>
          </string-name>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Stojanovic</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stojanovic</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Volz</surname>
          </string-name>
          , R.:
          <article-title>Migrating data-intensive Web Sites into the Semantic Web</article-title>
          .
          <source>Proceedings of the 17th ACM symposium on applied computing (SAC)</source>
          , ACM Press, (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Deitel</surname>
            ,, A.,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Faron</surname>
            ,,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dieng</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Learning ontologies from RDF annotations</article-title>
          .
          <source>In: Proceedings of the IJCAI Workshop in Ontology Learning</source>
          , Seattle (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Papatheodrou</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vassiliou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simon</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Discovery of Ontologies for Learning Resources Using Word-based Clustering</article-title>
          ,
          <source>ED MEDIA</source>
          <year>2002</year>
          ,
          <article-title>Copyright by AACE</article-title>
          , Reprinted, Denver, USA (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Volz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Oberle</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Studer</surname>
          </string-name>
          , R.:
          <source>OntoLiFT Prototype. IST Project</source>
          <year>2001</year>
          -33052
          <source>WonderWeb Deliverable 11</source>
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Aussenac-Gilles</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Biébow</surname>
            ,
            <given-names>B</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Szulman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Revisiting Ontology Design: A Methodology Based on Corpus Analysis</article-title>
          .
          <source>In: 12th International Conference in Knowledge Engineering and Knowledge Management (EKAW)</source>
          .
          <article-title>Juan-Les-</article-title>
          <string-name>
            <surname>Pins</surname>
          </string-name>
          , France (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Nobécourt</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>A method to build formal ontologies from text</article-title>
          .
          <source>In: EKAW-2000 Workshop on ontologies and text</source>
          ,
          <string-name>
            <surname>Juan-</surname>
          </string-name>
          Les-Pins, France (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Aussenac-Gilles</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Biébow</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Szulman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Corpus Analysis For Conceptual Modelling</article-title>
          . Workshop on Ontologies and
          <article-title>Text, Knowledge Engineering and Knowledge Management</article-title>
          , 12th International
          <string-name>
            <surname>Conference</surname>
            <given-names>EKAW</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Juan-</surname>
          </string-name>
          les-pins, France (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Hearst</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          :
          <source>Automated Discovery of WordNet Relations</source>
          . In WordNet: In C Fellbaum ed. ”
          <article-title>Wordnet An Electronic Lexical Database”</article-title>
          . MIT Press, Cambridge, MA,
          <fpage>132</fpage>
          -
          <lpage>152</lpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Alfonseca</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manandhar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Improving an Ontology Refinement Method with Hyponymy Patterns. Language Resources and Evaluation (LREC-</article-title>
          ), Las Palmas,
          <string-name>
            <surname>Spain</surname>
          </string-name>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Moldovan</surname>
            ,
            <given-names>D. I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Girju</surname>
          </string-name>
          , R.:
          <article-title>Domain-Specic Knowledge Acquisition and Classication using WordNet</article-title>
          , In: proceeding of FLAIRS2000 Conference, Orlando (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <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 Workshop on Ontology Construction of the European Conference of AI</source>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Khan</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luo</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Ontology Construction for Information Selection</article-title>
          .
          <source>In: Proc. of 14th IEEE International Conference on Tools with Artificial Intelligence</source>
          , Washington DC,
          <fpage>122</fpage>
          -
          <lpage>127</lpage>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Faure</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nédellec</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rouveirol</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Acquisition of Semantic Knowledge using Machine learning methods: The System ASIUM</article-title>
          .
          <source>Technical Report ICS-TR-88-16</source>
          , LRI Paris-Sud University, January (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Sekiuchi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aoki</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kurematsu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yamaguchi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>DODDLE: A Domain Ontology Rapid Development Environment</article-title>
          .
          <source>PRICAI98</source>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Hearst</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schütze</surname>
          </string-name>
          , H.:
          <article-title>Customizing a Lexicon to Better Suit a Computational Task</article-title>
          .
          <source>Proc. of the Workshop on Extracting Lexical Knowledge</source>
          (
          <year>1993</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Faatz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Steinmetz</surname>
          </string-name>
          , R.:
          <article-title>Ontology enrichment with texts from the WWW</article-title>
          .
          <source>Semantic Web Mining 2nd Workshop</source>
          at ECML/PKDD-2002, Helsinki, Finland (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Navigli</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Velardi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Learning Domain Ontologies from Document Warehouses and Dedicated Web Sites</article-title>
          .
          <source>Computational Linguistics</source>
          , MIT press (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Davulcu</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vadrevu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nagarajan</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>OntoMiner: Bootstrapping and Populating Ontologies from Domain Specific Websites</article-title>
          .
          <source>Proceedings of the First International Workshop on Semantic Web and Databases (SWDB</source>
          <year>2003</year>
          ), Berlin (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Sanchez</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moreno</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Automatic generation of taxonomies from the WWW</article-title>
          .
          <source>In: proceedings of the 5th International Conference on Practical Aspects of Knowledge Management (PAKM</source>
          <year>2004</year>
          ). LNAI, Vol.
          <volume>3336</volume>
          . Vienna, Austria (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Karoui</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aufaure</surname>
            , M.-
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bennacer</surname>
          </string-name>
          , N.:
          <article-title>Ontology Discovery from Web Pages : Application to Tourism. Workshop on Knowledge Discovery and Ontologies (KDO), co-located with ECML/PKDD</article-title>
          , Pisa, Italy, Sept.
          <year>2004</year>
          , pp.
          <fpage>115</fpage>
          -
          <lpage>120</lpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Junker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sintek</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rinck</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Learning for Text Categorization and Information Extraction with ILP</article-title>
          . In: J. Cussens (eds.),
          <source>Proceedings of the 1st Workshop on Learning Language in Logic</source>
          , Bled, Slovenia,
          <fpage>84</fpage>
          -
          <lpage>93</lpage>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <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.</given-names>
          </string-name>
          , Mitchell,
          <string-name>
            <given-names>T.</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>
          , (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Berendt</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hotho</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stumme</surname>
          </string-name>
          , G.:
          <article-title>Towards semantic web mining</article-title>
          .
          <source>In: International Semantic Web Conference</source>
          , volume
          <volume>2342</volume>
          of Lecture Notes in Computer Science, Springer,
          <fpage>264</fpage>
          -
          <lpage>278</lpage>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Gomez-Perez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandez-Lopez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corcho</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          : Ontological Engineering. Springer (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Yamaguchi</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Acquiring Conceptual Relationships from Domain-Specific Texts</article-title>
          .
          <source>Proceedings of the Second Workshop on Ontology Learning OL'2001 Seattle, USA, August</source>
          <volume>4</volume>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Volz</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>The Text-To-Onto Ontology Extraction and Maintenance Environment</article-title>
          .
          <source>Proceedings of the ICDM Workshop on integrating data mining and knowledge management</source>
          , San Jose, California, USA (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <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,Special Issue on the Semantic Web</source>
          , (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>