<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Towards an Architecture of Ontological Components for the Semantic Web</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Nesrine</forename><forename type="middle">Ben</forename><surname>Mustapha</surname></persName>
							<email>nesrine.benmustapha@riadi.rnu.tn</email>
							<affiliation key="aff0">
								<orgName type="laboratory">Riadi Lab</orgName>
								<orgName type="institution">ENSI Campus Universitaire de la Manouba</orgName>
								<address>
									<postCode>2010</postCode>
									<settlement>Tunis</settlement>
									<country key="TN">Tunisie</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Marie-Aude</forename><surname>Aufaure</surname></persName>
							<email>marie-aude.aufaure@supelec.fr</email>
							<affiliation key="aff1">
								<orgName type="department" key="dep1">Supelec</orgName>
								<orgName type="department" key="dep2">Computer Science Department</orgName>
								<address>
									<addrLine>Plateau du Moulon</addrLine>
									<postCode>91 192</postCode>
									<settlement>Gif sur Yvette</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Hajer</forename><surname>Baazhaoui-Zghal</surname></persName>
							<email>hajer.baazaouizghal@riadi.rnu.tn</email>
							<affiliation key="aff0">
								<orgName type="laboratory">Riadi Lab</orgName>
								<orgName type="institution">ENSI Campus Universitaire de la Manouba</orgName>
								<address>
									<postCode>2010</postCode>
									<settlement>Tunis</settlement>
									<country key="TN">Tunisie</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Towards an Architecture of Ontological Components for the Semantic Web</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">2030E07FB85E234B4FF24FCB93695657</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:39+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><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></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><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 <ref type="bibr" target="#b0">[1]</ref>. 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 <ref type="bibr" target="#b1">[2]</ref>. 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Ontology building methodologies</head><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 meth-ods. The first ones were dedicated to enterprise ontology development <ref type="bibr" target="#b2">[3]</ref> [4] 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 <ref type="bibr" target="#b4">[5]</ref> 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 <ref type="bibr" target="#b5">[6]</ref> and (KA)2 <ref type="bibr" target="#b6">[7]</ref>. Another research area deals with ontology reengineering <ref type="bibr" target="#b7">[8]</ref>. Learning methodologies can be distinguished according to their input data type: texts, dictionaries <ref type="bibr" target="#b8">[9]</ref>, knowledge bases <ref type="bibr" target="#b9">[10]</ref>, relational <ref type="bibr" target="#b10">[11]</ref>, <ref type="bibr" target="#b11">[12]</ref> and semistructured data <ref type="bibr" target="#b12">[13]</ref>, <ref type="bibr" target="#b13">[14]</ref>, <ref type="bibr" target="#b14">[15]</ref>.</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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">General dimensions implied in ontology learning</head><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 <ref type="bibr" target="#b31">[32]</ref>, on Bayesian learning <ref type="bibr" target="#b32">[33]</ref>, 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:</p><p>-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, -Usage of the ontology and users' needs <ref type="bibr" target="#b15">[16]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Learning ontologies from texts</head><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). 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 <ref type="bibr" target="#b15">[16]</ref> and <ref type="bibr" target="#b16">[17]</ref>. The methodology defined by <ref type="bibr" target="#b17">[18]</ref> 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. <ref type="bibr" target="#b18">[19]</ref> 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. <ref type="bibr" target="#b19">[20]</ref> proposes to combine the previous approach with contextual signatures to improve the classification of new concepts. The KAT system (Knowledge acquisition from Texts) <ref type="bibr" target="#b20">[21]</ref> 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 <ref type="bibr" target="#b21">[22]</ref> 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 <ref type="bibr" target="#b22">[23]</ref> [24] 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 <ref type="bibr" target="#b24">[25]</ref>, 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 <ref type="bibr" target="#b25">[26]</ref>. 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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Web-based ontology learning</head><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 <ref type="bibr" target="#b21">[22]</ref> <ref type="bibr" target="#b26">[27]</ref>. However, these approaches are not specifically dedicated to web knowledge extraction.</p><p>The approach proposed by <ref type="bibr" target="#b27">[28]</ref> 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. Some approaches transform html pages into hierarchical semantic structured encoded in XML, taking into account html regularities <ref type="bibr" target="#b28">[29]</ref>.</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 <ref type="bibr" target="#b29">[30]</ref> 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, <ref type="bibr" target="#b5">(6)</ref> for each concept extracted using a window around the initial keyword, a new keyword is defined and the algorithm recursively iterates.</p><p>In <ref type="bibr" target="#b30">[31]</ref>, 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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Ontological components for the Semantic Web</head><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. Our approach is based on the cyclic relation between web mining, semantic web and ontology building as stated in <ref type="bibr" target="#b33">[34]</ref> and resumed in figure <ref type="figure" target="#fig_0">1</ref>. 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 <ref type="figure" target="#fig_1">3</ref>) are integrated into a customizable ontology building environment (figure <ref type="figure">2</ref>).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Architecture</head><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. 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 <ref type="figure">2</ref>. 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 <ref type="figure" target="#fig_1">3</ref>. 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 2. Customizable ontology building environment</head><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. 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 <ref type="bibr" target="#b34">[35]</ref>. 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 <ref type="figure" target="#fig_1">3</ref>, 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 <ref type="figure">4</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 4. Domain ontology abstract conceptual model</head><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 <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b19">20]</ref> or the syntactic frame learning techniques <ref type="bibr" target="#b23">[24]</ref>. 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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Building the domain ontology</head><p>In this section, we focus on the domain ontology extraction. Our strategy (figure <ref type="figure">5</ref>) 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. Each iteration of the second stage includes two steps. The first one (Procedure A) is defined by the following tasks:</p><p>-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 <ref type="bibr" target="#b35">[36]</ref> based on the concepts of the minimal domain ontology, -Lexico-syntactic patterns learning based on the method defined in <ref type="bibr" target="#b19">[20]</ref> (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. 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. 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 5. Learning domain ontology strategy</head><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.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion and perspectives</head><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></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. The cyclic relation between web mining, semantic web and ontology (extracted from<ref type="bibr" target="#b33">[34]</ref> </figDesc><graphic coords="5,153.42,344.04,288.30,216.12" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Architecture of Ontological Components for the Semantic web</figDesc><graphic coords="8,126.42,164.94,345.48,259.02" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="7,124.92,147.72,345.48,258.96" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="9,136.08,240.96,345.48,259.32" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="11,139.02,254.46,345.48,243.00" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">Web Information Systems Modeling</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">The Semantic Web</title>
		<author>
			<persName><forename type="first">T</forename><surname>Berners-Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hendler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Lassila</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2001">2001</date>
			<publisher>Scientific American</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Toward principles for the design of ontologies used for knowledge sharing</title>
		<author>
			<persName><forename type="first">T</forename><surname>Gruber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Ontology in Conceptual Analysis and Knowledge Representation</title>
				<editor>
			<persName><surname>Eds</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</editor>
		<editor>
			<persName><surname>Poli</surname></persName>
		</editor>
		<meeting><address><addrLine>, R.</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
	<note>special issue on Formal</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Methodology for the design and evaluation of ontologies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Grüninger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Fox</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IJCAI&apos;95 Workshop on Basic Ontological Issues in Knowledge Sharing</title>
				<meeting><address><addrLine>Montreal, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Towards a Methodology for Building Ontologies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Uschold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>King</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IJCAI&apos;95 Workshop on Basic Ontological Issues in Knowledge Sharing</title>
				<editor>
			<persName><forename type="first">D</forename><surname>Skuce</surname></persName>
		</editor>
		<imprint>
			<date type="published" when="1995">1995</date>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page">10</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Knowledge Processes and Ontologies</title>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-P</forename><surname>Schnurr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Studer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Sure</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Intelligent Systems 16</title>
				<imprint>
			<date type="published" when="2001">January/Febrary 2001</date>
		</imprint>
	</monogr>
	<note>Special Issue on Knowledge Management</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Building consensual knowledge bases: context and architecture</title>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of 2nd international conference on building and sharing very large-scale knowledge bases</title>
				<meeting>2nd international conference on building and sharing very large-scale knowledge bases<address><addrLine>Enschede; Amsterdam</addrLine></address></meeting>
		<imprint>
			<publisher>IOS press</publisher>
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Ontobroker: Ontology Based Access to Distributed and Semi-Structured Information</title>
		<author>
			<persName><forename type="first">S</forename><surname>Decker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Erdmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Fensel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Studer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Semantic Issues in Multimedia Systems, Proceedings of DS-8</title>
				<meeting><address><addrLine>Boston</addrLine></address></meeting>
		<imprint>
			<publisher>Kluwer Academic Publisher</publisher>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="351" to="369" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Ontological Reengineering and Reuse</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gòmez-Pérez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">D</forename><surname>Rojas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">European Workshop on Knowledge Acquisition, Modeling and Management (EKAW)</title>
		<title level="s">Lecture Notes in Artificial Intelligence LNAI</title>
		<editor>
			<persName><forename type="first">D</forename><surname>Fensel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Studer</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="1999">1999</date>
			<biblScope unit="volume">1621</biblScope>
			<biblScope unit="page" from="139" to="156" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Thesaurus Entry Extraction from an On-line Dictionary</title>
		<author>
			<persName><forename type="first">J</forename><surname>Jannink</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Fusion &apos;99</title>
				<meeting>Fusion &apos;99<address><addrLine>Sunnyvale CA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Discovery of Ontologies from Knowledge Bases</title>
		<author>
			<persName><forename type="first">H</forename><surname>Suryanto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Compton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the First International Conference on Knowledge Capture</title>
				<meeting>the First International Conference on Knowledge Capture<address><addrLine>New York, USA</addrLine></address></meeting>
		<imprint>
			<publisher>The Association for Computing Machinery</publisher>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="171" to="178" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Automatic data acquisition into ontologies from pharmacogenetics relational data sources using declarative object definitions and XML</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Rubin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hewett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">E</forename><surname>Oliver</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">E</forename><surname>Klein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">B</forename><surname>Altman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Pacific Symposium on Biology</title>
				<meeting>the Pacific Symposium on Biology<address><addrLine>Lihue, HI</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Migrating data-intensive Web Sites into the Semantic Web</title>
		<author>
			<persName><forename type="first">L</forename><surname>Stojanovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Stojanovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Volz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 17th ACM symposium on applied computing (SAC)</title>
				<meeting>the 17th ACM symposium on applied computing (SAC)</meeting>
		<imprint>
			<publisher>ACM Press</publisher>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Learning ontologies from RDF annotations</title>
		<author>
			<persName><forename type="first">,</forename><forename type="middle">A</forename><surname>Deitel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Faron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Dieng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IJCAI Workshop in Ontology Learning</title>
				<meeting>the IJCAI Workshop in Ontology Learning<address><addrLine>Seattle</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Discovery of Ontologies for Learning Resources Using Word-based Clustering</title>
		<author>
			<persName><forename type="first">C</forename><surname>Papatheodrou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Vassiliou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Simon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ED MEDIA</title>
				<meeting><address><addrLine>Denver, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Reprinted</publisher>
			<date type="published" when="2002">2002. 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">OntoLiFT Prototype</title>
		<author>
			<persName><forename type="first">R</forename><surname>Volz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Oberle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Studer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IST Project 2001-33052 WonderWeb Deliverable 11</title>
				<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Revisiting Ontology Design: A Methodology Based on Corpus Analysis</title>
		<author>
			<persName><forename type="first">N</forename><surname>Aussenac-Gilles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Biébow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Szulman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">12th International Conference in Knowledge Engineering and Knowledge Management (EKAW)</title>
				<meeting><address><addrLine>Juan-Les-Pins, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">A method to build formal ontologies from text</title>
		<author>
			<persName><forename type="first">J</forename><surname>Nobécourt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">EKAW-2000 Workshop on ontologies and text</title>
				<meeting><address><addrLine>Juan-Les-Pins, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Corpus Analysis For Conceptual Modelling</title>
		<author>
			<persName><forename type="first">N</forename><surname>Aussenac-Gilles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Biébow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Szulman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Workshop on Ontologies and Text, Knowledge Engineering and Knowledge Management, 12th International Conference EKAW</title>
				<meeting><address><addrLine>Juan-les-pins, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Automated Discovery of WordNet Relations</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hearst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Wordnet An Electronic Lexical Database</title>
				<editor>
			<persName><surname>Fellbaum</surname></persName>
		</editor>
		<meeting><address><addrLine>Cambridge, MA</addrLine></address></meeting>
		<imprint>
			<publisher>MIT Press</publisher>
			<date type="published" when="1998">1998</date>
			<biblScope unit="page" from="132" to="152" />
		</imprint>
	</monogr>
	<note>WordNet</note>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Improving an Ontology Refinement Method with Hyponymy Patterns</title>
		<author>
			<persName><forename type="first">E</forename><surname>Alfonseca</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Manandhar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Language Resources and Evaluation (LREC-)</title>
				<meeting><address><addrLine>Las Palmas, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Domain-Specic Knowledge Acquisition and Classication using WordNet</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Moldovan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Girju</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">proceeding of FLAIRS2000 Conference</title>
				<meeting>eeding of FLAIRS2000 Conference<address><addrLine>Orlando</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Enriching very large ontologies using the WWW</title>
		<author>
			<persName><forename type="first">E</forename><surname>Agirre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Ansa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hovy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Martinez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Ontology Construction of the European Conference of AI</title>
				<meeting>the Workshop on Ontology Construction of the European Conference of AI</meeting>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Ontology Construction for Information Selection</title>
		<author>
			<persName><forename type="first">L</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Luo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 14th IEEE International Conference on Tools with Artificial Intelligence</title>
				<meeting>of 14th IEEE International Conference on Tools with Artificial Intelligence<address><addrLine>Washington DC</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="122" to="127" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<title level="m" type="main">Acquisition of Semantic Knowledge using Machine learning methods: The System ASIUM</title>
		<author>
			<persName><forename type="first">D</forename><surname>Faure</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Nédellec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Rouveirol</surname></persName>
		</author>
		<idno>ICS-TR-88-16</idno>
		<imprint>
			<date type="published" when="1998-01">January (1998</date>
		</imprint>
		<respStmt>
			<orgName>LRI Paris-Sud University</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title level="m" type="main">DODDLE: A Domain Ontology Rapid Development Environment</title>
		<author>
			<persName><forename type="first">R</forename><surname>Sekiuchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Aoki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kurematsu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Yamaguchi</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1998">PRICAI98. 1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Customizing a Lexicon to Better Suit a Computational Task</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hearst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Schütze</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the Workshop on Extracting Lexical Knowledge</title>
				<meeting>of the Workshop on Extracting Lexical Knowledge</meeting>
		<imprint>
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Ontology enrichment with texts from the WWW</title>
		<author>
			<persName><forename type="first">A</forename><surname>Faatz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Steinmetz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Semantic Web Mining 2nd Workshop at ECML/PKDD-2002</title>
				<meeting><address><addrLine>Helsinki, Finland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Learning Domain Ontologies from Document Warehouses and Dedicated Web Sites</title>
		<author>
			<persName><forename type="first">R</forename><surname>Navigli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Velardi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Computational Linguistics</title>
				<imprint>
			<publisher>MIT press</publisher>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">OntoMiner: Bootstrapping and Populating Ontologies from Domain Specific Websites</title>
		<author>
			<persName><forename type="first">H</forename><surname>Davulcu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Vadrevu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Nagarajan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the First International Workshop on Semantic Web and Databases (SWDB 2003)</title>
				<meeting>the First International Workshop on Semantic Web and Databases (SWDB 2003)<address><addrLine>Berlin</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Automatic generation of taxonomies from the WWW</title>
		<author>
			<persName><forename type="first">D</forename><surname>Sanchez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Moreno</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">proceedings of the 5 th International Conference on Practical Aspects of Knowledge Management (PAKM 2004)</title>
		<title level="s">LNAI</title>
		<meeting>the 5 th International Conference on Practical Aspects of Knowledge Management (PAKM 2004)<address><addrLine>Vienna, Austria</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="volume">3336</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Ontology Discovery from Web Pages : Application to Tourism</title>
		<author>
			<persName><forename type="first">L</forename><surname>Karoui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-A</forename><surname>Aufaure</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Bennacer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Workshop on Knowledge Discovery and Ontologies (KDO), co-located with ECML/PKDD</title>
				<meeting><address><addrLine>Pisa, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">Sept. 2004. 2004</date>
			<biblScope unit="page" from="115" to="120" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Learning for Text Categorization and Information Extraction with ILP</title>
		<author>
			<persName><forename type="first">M</forename><surname>Junker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sintek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rinck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st Workshop on Learning Language in Logic</title>
				<editor>
			<persName><forename type="first">J</forename><surname>Cussens</surname></persName>
		</editor>
		<meeting>the 1st Workshop on Learning Language in Logic<address><addrLine>Bled, Slovenia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="84" to="93" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Learning to construct knowledge bases from the World Wide Web</title>
		<author>
			<persName><forename type="first">M</forename><surname>Craven</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Dipasquo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Freitag</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mccallum</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mitchell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Nigam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Slattery</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Towards semantic web mining</title>
		<author>
			<persName><forename type="first">B</forename><surname>Berendt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hotho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Stumme</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2002">2002</date>
			<biblScope unit="volume">2342</biblScope>
			<biblScope unit="page" from="264" to="278" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Gomez-Perez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fernandez-Lopez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</author>
		<title level="m">Ontological Engineering</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">Acquiring Conceptual Relationships from Domain-Specific Texts</title>
		<author>
			<persName><forename type="first">T</forename><surname>Yamaguchi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Second Workshop on Ontology Learning OL&apos;2001</title>
				<meeting>the Second Workshop on Ontology Learning OL&apos;2001<address><addrLine>Seattle, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2001-08-04">August 4 (2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">The Text-To-Onto Ontology Extraction and Maintenance Environment</title>
		<author>
			<persName><forename type="first">A</forename><surname>Maedche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Volz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ICDM Workshop on integrating data mining and knowledge management</title>
				<meeting>the ICDM Workshop on integrating data mining and knowledge management<address><addrLine>San Jose, California, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">Ontology Learning for the Semantic Web</title>
		<author>
			<persName><forename type="first">A</forename><surname>Maedche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Intelligent Systems,Special Issue on the Semantic Web</title>
				<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
