<?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">OLA in the OAEI 2005 alignment contest</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">J</forename><surname>Ér Ôme Euzenat</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Philippe</forename><surname>Gu</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Petko</forename><surname>Valtchev</surname></persName>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="institution">INRIA Rh ône-Alpes Montbonnot</orgName>
								<address>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<orgName type="department">DIRO</orgName>
								<orgName type="institution">Universit é de Montr éal Montr eal</orgName>
								<address>
									<region>Qc)</region>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff2">
								<orgName type="department">DIRO</orgName>
								<orgName type="institution">Universit é de Montr éal Montr eal</orgName>
								<address>
									<region>Qc)</region>
									<country key="CA">Canada</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">OLA in the OAEI 2005 alignment contest</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">BEF50F09EAE919D151ADDCAE13DDFDA2</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:01+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>Among the variety of alignment approaches (e.g., using machine learning, subsumption computation, formal concept analysis, etc.) similarity-based ones rely on a quantitative assessment of pair-wise likeness between entities. Our own alignment tool, OLA, features a similarity model rooted in principles such as: completeness on the ontology language features, weighting of different feature contributions and mutual influence between related ontology entities. The resulting similarities are recursively defined hence their values are calculated by a step-wise, fixed-point-bound approximation process. For the OAEI 2005 contest, OLA was provided with an additional mechanism for weight determination that increases the autonomy of the system.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">PRESENTATION OF THE SYSTEM</head><p>OLA (for OWL-Lite Alignment) is an open-source tool jointly developed by teams at University of Montréal and INRIA Rhône Alpes. It features similarity-based alignment and a set of auxiliary services supporting the manipulation of alignment results <ref type="bibr" target="#b5">[5,</ref><ref type="bibr">6]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">General purpose statement</head><p>The primary goal behind the OLA tool design is to perform alignment of ontologies expressed in OWL, with a short-term emphasis on OWL-Lite and long-term one on OWL-DL. However, its GUI component, VisOn 1 allows for many other services involving alignments (in the sense of <ref type="bibr" target="#b4">[4]</ref>) to be accessed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1.1">Functional specifications</head><p>From a mere algorithm for automated alignment construction, OLA has grown for the last year to an en-1 see http://www.iro.umontreal.ca/∼owlola/ vironment for alignment manipulation. Indeed, in its current version, the system offers, via its GUI component VisOn, the following services:</p><p>• parsing and visualization of OWL-Lite and OWL-DL ontologies, • computation of similarities between entities from two ontologies, • extraction of alignments from a pair of ontologies, provided with a set of similarity matrices, one per category of ontology entities (see below), • manual construction of alignments by composing entity pairs from two ontologies, • use of an existing (partial) alignment as a seed for automated alignment construction (alignment completion), • alignment visualization, • comparison of two alignments.</p><p>In the remainder, the focus will be limited to the automated alignment construction with OLA.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1.2">Principles of the alignment in OLA</head><p>The following fundamental principles underly the design of the three key mechanisms in OLA, internal representation of the ontology, similarity computation and alignment extraction, that are involved in the global ontology alignment process:</p><p>All-encompassing comparison : We tend to believe that all the available knowledge about a pair of ontology entities should be taken into account when aligning. This does not exclude the possibility of ignoring particular aspects, i.g., OWL instances in case of OWL class comparison. However such a choice should be deliberately made by the tool user, here through appropriate weight assignment, or, if performed by an automated mechanisms, should reflect some particularity, either of the entire ontology (e.g., global absence of instances in both ontologies) or of the pair of entities at hand (e.g., local absence of instances in the pair of classes to be compared).</p><p>Highest automation level : Although we recognize that the entire alignment process often needs to be set on a semi-automated basis, we nevertheless argue in favor of a completely automated process for "draft" alignment generation. Thus, we see the OLA user providing a minimal set of parameters at the initial steps of the process whereas the tool will suggest one or more candidate alignments at the end, without any other human intervention. Category-dependent comparison : Following the syntactic structure of the OWL language, entities are divided into categories, e.g., classes, objects, properties, relations, and only entities of the same category are compared. Moreover, the entities of a category are compared using similarity functions of the same basic shape. The respective category functions comprise the same factors and the same weights. They are further customized for each pair of category entities by projecting them over the actual feature space of the entities (which may be far smaller than the complete space of the category). Comparability of similarity results : To enable comparison of similarity scores between different alignment tasks but also for some computational reasons, a set of useful properties is insured for the similarity functions: normalization, positiveness, maximalness 2 , and symmetry 3 .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1.3">Current limitations</head><p>• Although it would be of certain value for alignment, OLA currently offers no inference mechanisms that could help complete the entity descriptions. In particular, inheritance is not used to expand entities, mostly out of efficiency considerations.</p><p>• Although neighborhoods play crucial role in the similarity definition, two neighbor entities are not necessarily affecting each other's respective similarities to a pair of other entities. As only descriptive knowledge is taken into account, given two such entities, say e 1 and e 2 , for e 2 to appear in a similarity expression for e 1 , it should be considered as part of the description of the latter. For instance, a data type is not seen as being described by a property whose range the datatype represents. Consequently, datatypes are compared in an ontology-independent manner.</p><p>• Category borders are not similarity-permeable: Only entities from the same category are compared for similarity and hence for alignment.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2">Specific techniques used</head><p>2 With normalization, this amounts to forcing scores of 1 for identical entities within identical ontologies 3 The price to pay for symmetry is the impossibility of detecting subsumption by this purely numerical procedure.</p><p>OLA features an alignment process that splits into three basic steps: constructing the intermediate representation of the compared ontologies as labeled graphs, computing the similarity of each pair of same-category entities from the respective ontology graphs, extracting an alignment from the similarity matrices for each category.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2.1">OL-Graph construction</head><p>OL-Graphs are graph structures that provide an easyto-process inner representation of OWL ontologies. An OL-Graph is a labeled graph where vertices correspond to OWL entities and edges to inter-entity relationships. As described in <ref type="bibr">[6]</ref>, the set of different vertex categories is: class (C), object (O), relation (R), property (P ), property instance (A), datatype (D), datavalue (V ), property restriction labels (L). Furthermore, we distinguish between datatype relations (R dt ) and object relations (R o ), and between datatype properties (P dt ) and object ones (P o ).</p><p>The OL-Graph model allows the following relationships among entities to be expressed:</p><p>• specialization between classes or relations (denoted S), • instanciation (denoted I) between objects and classes, property instances and properties, values and datatypes, • attribution (denoted A) between classes and properties, objects and property instances; • restriction (denoted R) expressing the restriction on a property in a class, • valuation (denoted U) of a property in an object.</p><p>The OL-Graph of an ontology is built after the ontology is parsed <ref type="foot" target="#foot_0">4</ref> . The process of OL-Graph construction is described in <ref type="bibr" target="#b8">[8]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2.2">Similarity model</head><p>The similarity functions used in OLA are designed in a category-specific manner and cover all the available descriptive knowledge about an entity pair. Thus, given a category X of OL-Graph nodes, the similarity of two nodes from X depends on:</p><p>• the similarities of the terms used to designate them, i.e., URIs, labels, names, etc., • the similarity of the pairs of neighbor nodes in the respective OL-Graphs that are linked by edges expressing the same relationships (e.g., class node similarity depends on similarity of superclasses, of property restrictions and of member objects), • the similarity of other local descriptive features depending on the specific category (e.g., cardinality intervals, property types) Datatype and datavalue similarities are external to our model and therefore they are either user-provided or measured by a standard function (e.g., string identity of values and datatype names/URIs).</p><formula xml:id="formula_0">Funct. Node Factor Measure Sim O o ∈ O λ(o) sim L a ∈ A, (o, a) ∈ A M Sim A Sim A a ∈ A r ∈ R, (a, r) ∈ R Sim R o ∈ O, (a, o) ∈ U M Sim O v ∈ V , (a, v) ∈ U M Sim V Sim V v ∈ V value literal type dependent Sim C c ∈ C λ(c) sim L p ∈ P , (c, p) ∈ A M Sim P c ∈ C, (c, c ) ∈ S M Sim C sim D d ∈ D λ(r) XML-Schema Sim R r ∈ R λ(r) sim L c ∈ C, (r, domain, c) ∈ R M Sim C c ∈ C, (r, range, c) ∈ R M Sim C d ∈ D, (r, range, d) ∈ R Sim D r ∈ R, (r, r ) ∈ S M Sim R Sim P p ∈ P r ∈ R, (p, r ) ∈ S Sim R c ∈ C, (p, all, c) ∈ R M Sim C n ∈ {0, 1, ∞}, (p, card, n) ∈ R</formula><p>Formally, given a category X together with the set of relationships it is involved in, N (X), the similarity measure Sim X : X 2 → [0, 1] is defined as follows:</p><formula xml:id="formula_1">Sim X (x, x ) = F ∈N (X) π X F M Sim Y (F(x), F(x )).</formula><p>The function is normalized, i.e., the weights π X F sum to a unit, F ∈N (X) π X F = 1. for the computability The set functions M Sim Y compare two sets of nodes of the same category (see <ref type="bibr">[6]</ref> for details). Table <ref type="table" target="#tab_0">1</ref> illustrates the set of similarities in our model. Following the lessons learned with our participation in the EON 2004 alignment contest [?], we have adapted the above measure to fit cases where particular pair of entities is described only by a small subset of the entire set of category descriptors. Thus, a descriptive factor is ignored for similarity computation whenever neither of the compared entities possesses a neighbor with the underlying link label (e.g., no instances for a pair of compared classes). In this case, not only its weight is set to 0, but also the weights of the remaining "active" factors are increased correspondingly. To scale that principle up to the entire set of descriptive factors, the following simple mechanism has been realized in OLA: In order to keep both normalization and equity in similarity values, the weights of all non-null factors for a given entity pair are divided through their sum. Thus, for a category X, the similarity measure Sim + X : X 2 → [0, 1] becomes:</p><formula xml:id="formula_2">Sim + X (x, x ) = Sim X (x, x ) F ∈N + (x,x ) π F</formula><p>where N + (x, x ) is the set of all relationships F for which F(x) ∪ F(x ) = ∅<ref type="foot" target="#foot_1">5</ref> .</p><p>OLA relies on various functions for identifiers comparison. Both string distances and lexical distances are used. Lexical distances rely on an exploration of Word-Net 2.0 <ref type="bibr" target="#b7">[7]</ref> with a quantitative assessment of the "relatedness" between two, possibly multi-word, terms. More specifically, the degree of relatedness between two Word-Net entries is computed as the ratio between the depth, in graph-theoretic sense, of the most specific common hypernym and the average of both term depths. The computation of multi-word term similarity consists in first splitting the terms into a set of tokens each and then comparing all possible pairs of tokens from opposite sets using the above depth-based principle. The global term similarity is then computed as a similaritybased matching between both sets (see above).</p><p>As circular dependencies are impossible to avoid with the above definitions, the computing of the similarity values requires non-standard mechanisms. Following <ref type="bibr" target="#b2">[2,</ref><ref type="bibr" target="#b9">9]</ref>, an equation system is composed out of the similarity definitions where variables correspond to similarities of node pairs while coefficients come from weights. The process of iterative, fixed-point-bound resolution of that system, as well as the related convergence and determinism issues are described in <ref type="bibr">[6]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.3">Implementation</head><p>OLA is implemented in Java. Its architecture follows the one of the Alignment API and the recent implementation that was described in <ref type="bibr" target="#b4">[4]</ref>. OLA relies on the OWL API <ref type="bibr" target="#b1">[1]</ref> for parsing OWL files. An entire subsystem is dedicated to the onstruction of OL-Graphs on top of the parsed ontologies. A set of further components that offer similarity computation services: substring distances, edit distances, Hamming distance, WordNet interface (via the JWNL library <ref type="bibr" target="#b3">[3]</ref>), etc., that were originally designed for OLA are now part of the Alignment API. The VisOn GUI component offers a uniform interface to all services provided by Alignment API and OLA. In particular, it visualizes both the input data, i.e., the OL-Graphs, and the final result, i.e., the alignment file, of the global process.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.4">Adaptations made for the contest</head><p>Along the preparation of the AOEI 2005 contest, a row of changes have been made to the system in order to make it fit the complexity of the alignment discovery task. The most striking one is the introduction of a weight-computing mechanism that eliminates the necessity for the tool user to provide initial weights and hence makes a significant step towards full automation of the alignment process.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.4.1">Weight computing mechanism</head><p>As it is far from obvious for novice users how to weigh the different similarity factors, we initiated work on incorporating a weight computing mechanism within the system. The intended mechanism is both intuitive and effective so that alignment practitioners with various skill levels could find a match for their knowledge and experience. So far, we used a simple heuristic method that, according to the obtained results, performs reasonably well. The basic idea of the method consists in distributing the weights among similarity factors in the generic similarity function of a node category according to the relative importance of the corresponding category in the entire ontology. That is to say we use the average number of links of the corresponding type per entity of the category at hand. For instance, the greater the number of super-class links in the ontology, the higher the weight of the super-class factor in the class similarity formula.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.4.2">Similarity measure for entity names</head><p>OLA uses two alternative modes of comparison for entity names (URIs, labels, etc.): a string measure 6 (a default) and a lexical similarity measure that relies on WordNet 2.0 (see above).</p><p>The highly sophisticated lexical similarity measure that was used in OLA for the EON competition has been replaced by a simpler but more purposeful one. Indeed, the initial function compared multi-word terms on three separate axes: nouns, verbs and adjectives, as provided by WordNet 2,0. Such comparison seemed appropriate for cases where the meanings of a word fall in more than one part-of-speech category. The inter-word similarities on each axis were aggregated by an independent best-match computations while the three resulting values were further combined to a single one via a weighted sum.</p><p>The new measure trades separate matchings on speechpart-wise basis to a single global matching along entry similarities that aggregate all three possible aspects of a word. Thus, the words are compared to each other with all possible meanings and the highest similarity over a single pair of meanings is taken for the words.</p><p>For the OAEI competition, as we had to rely on a fixed parameter set for the entire collection of tests, we have chosen to force the use of the string distance. Indeed, it showed better performances while being much more efficient than the WordNet-based computation.</p><p>Nevertheless, the improved lexical similarity was not completely discarded: it is currently used as a preprocessing tool that helps decide automatically the distribution of weights among similarity factors. 6 subString distance provided by the Alignment API</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.4.3">Minor adaptations</head><p>Following experiences from EON 2004, a set of simple but decisive modifications have been applied in order to prevent the precision leak in the tests. First, the instances have been excluded from the alignments by default, although the possibility is given to the user to reverse this choice. Then, entities external to the ontologies at hand have also been excluded from the alignment (but not from the similarity computation). Finally, one-to-one alignment production has been enforced in OLA to increase the potential recall of the resulting alignment.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">RESULTS</head><p>The comments are grouped by test categories.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.101">Tests 10X</head><p>OLA performed very well on the tests of this group. This seems to be due to the fact that while the language varies along the individual tests of the group, the basic ontology entities involved in the similarity computation remain unchanged with respect to the reference ontology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.102">Tests 2XX</head><p>The performances of the algorithm seem to suggest that three sub-groups of tests can be distinguished. The first one comprises the tests 21X, 22X, 23X and 24X, with a small number of exceptions where the performance have been:</p><p>• Quite good: This is the case of tests 201, 202, with random class names. The random names were putting a strain on the ability of the algorithm to propagate similarity along the network of node pairs. Obviously, our technique needs some improvements on that point.</p><p>• Satisfactory: In the case of tests 248, 249, there is a combination of missing (or random) names with one other missing factor. For tests 248, 249, the missing factors are hierarchy (sub-class links) and instances, respectively. Both play important role in similarity computation of classes, whenever these are stripped of their names as is the case with these two ontologies. Hence the sharp drop in precision and recall with respect to the preceding tests.</p><p>• Weak: The notorious failure here have been the tests 205, 209, which are the only ones to use of synonymous names in the ontology entities (with respect to the intial ontology). As WordNet has been plugged-out of the similarity computation, these results are not surprising.</p><p>The second groups is made of the tests 25X. Here OLA performances varied substantially: from extremely poor (254) to satisfactory (252, 259).</p><p>The last five ontologies of the group, the 26X ones, have proven to represent a serious obstacle for OLA. The performances of the system here were poor to very poor.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.103">Tests 30X</head><p>The real-world ontologies of the group 30X made OLA perform in an unimpressive way. We believe that this is due to the fact that string similarity was systematically used as identifier comparison means. Indeed, tentative runs with WordNet as basis for name similarity yielded way more precise alignments on that group. Unfortunately, they also brought down the overall statistics from the entire test set such as mean precision and mean recall. Hence the choice of the WordNet-based lexical similarity for a default name comparison means has been dropped.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">GENERAL COMMENTS 3.1 Comments on the results</head><p>The results show a substantial progress has been made since the EON 2004 alignment contest. With respect to the performances of OLA at that forum, we made a big leap amounting to about 25% in both mean precision and mean recall.</p><p>Nevertheless, we see that a vast space for improvement lays ahead of our project. The weaknesses of the current similarity mechanisms can be summarized as follows.</p><p>First, the tuning of the algorithm is still a rigid process. Indeed, while the weights can now be computed following a specific footprint of the ontology, a mechanism for the choice of a particular name similarity on the same basis has yet to be defined.</p><p>Second, although we take into account the biggest possible amount of knowledge about entities, there are sources of similarity that have been ignored so far, in particular entity comments.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Discussions on the way to improve the proposed system</head><p>Besides expanding the lexical processing to comments in entities and providing a flexible decision mechanism for the choice of the default name similarity, a possible improvement of the system will be the integration of a learning module for weight estimation. As for similarity, the biggest challenge here is to define the representation of the input data, i.e., the descriptors of the entries for the learning algorithm.</p><p>Another research track would be the definition of an optimal matching algorithm. In fact, the current procedures are sub-optimal in the sense that they only chose local optima for each aligned entity. Consequently, as strict 1:1 matchings are to be produced, a single bad choice could easily generate a chain of wrong alignment decisions and thus negatively impact the performances of the tool.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Comments on the experiment</head><p>Two months during summer period is definitely too short to run shuch an experiment.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">CONCLUSION</head><p>In its latest version, OLA has proven a more robust tool for alignment than it was a year before. While the difficulties with real-world ontologies persist, the progress on noisy ones has been substantial.</p><p>The next key topic of the research around OLA will be the automation of the weight computation for a specific pair of ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">RAW RESULTS</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1">Link to the set of provided alignments</head><p>A .zip archive of all the contest results is available at the following URL:</p><p>http://www.iro.umontreal.ca/∼owlola/OAEI.html</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2">Link to the system and parameters file</head><p>A similar archive with the parameters and the .jar files used in the contest-related experiments is available at the following URL:</p><p>http://www.iro.umontreal.ca/∼owlola/OAEI.html</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.3">Matrix of results</head></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>equality Similarity function decomposition (card = cardinality and all = allValuesFrom).</figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_0">So far, we use the OWL API<ref type="bibr" target="#b1">[1]</ref>.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_1">That is, there exists at least one y such that (x, y) ∈ F or at least one y such that (x , y ) ∈ F.</note>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0" />			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title/>
		<author>
			<persName><surname>References</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Cooking the semantic web with the OWL API</title>
		<author>
			<persName><forename type="first">Sean</forename><surname>Bechhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Raphael</forename><surname>Voltz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Phillip</forename><surname>Lord</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 2nd International Semantic Web Conference (ISWC)</title>
				<meeting>2nd International Semantic Web Conference (ISWC)<address><addrLine>Sanibel Island (FL US)</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Learning in FOL with similarity measure</title>
		<author>
			<persName><forename type="first">Gilles</forename><surname>Bisson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 10th AAAI</title>
				<meeting>10th AAAI<address><addrLine>San-Jose (CA US</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1992">1992</date>
			<biblScope unit="page" from="82" to="87" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">The Java WordNet Library</title>
		<author>
			<persName><forename type="first">John</forename><surname>Didion</surname></persName>
		</author>
		<ptr target="http://jwordnet.sourceforge.net/" />
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">An API for ontology alignment</title>
		<author>
			<persName><forename type="first">Jérôme</forename><surname>Euzenat</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 3rd ISWC</title>
				<meeting>3rd ISWC<address><addrLine>Hiroshima (JP)</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="698" to="712" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">An integrative proximity measure for ontology alignment</title>
		<author>
			<persName><forename type="first">Jérôme</forename><surname>Euzenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Petko</forename><surname>Valtchev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. ISWC-2003 workshop on semantic information integration</title>
				<meeting>ISWC-2003 workshop on semantic information integration<address><addrLine>Sanibel Island (FL US</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page" from="33" to="38" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Similarity-based ontology alignment in OWL-lite</title>
		<author>
			<persName><forename type="first">Jérôme</forename><surname>Euzenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Petko</forename><surname>Valtchev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 15th ECAI</title>
				<meeting>15th ECAI<address><addrLine>Valencia (ES)</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="333" to="337" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Wordnet: A lexical database for english</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">G</forename><surname>Miller</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="39" to="41" />
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Alignement d&apos;ontologies dans OWL</title>
		<author>
			<persName><forename type="first">Mohamed</forename><surname>Touzani</surname></persName>
		</author>
		<imprint/>
		<respStmt>
			<orgName>University of Montréal</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Master&apos;s thesis</note>
	<note>in preparation</note>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Construction automatique de taxonomies pour l&apos;aide à la représentation de connaissances par objets</title>
		<author>
			<persName><forename type="first">Petko</forename><surname>Valtchev</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1999">1999</date>
			<biblScope unit="volume">1</biblScope>
		</imprint>
		<respStmt>
			<orgName>Université Grenoble</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Thèse d&apos;informatique</note>
</biblStruct>

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