<?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">ASMOV: Results for OAEI 2010</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Yves</forename><forename type="middle">R</forename><surname>Jean-Mary</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">INFOTECH Soft</orgName>
								<address>
									<addrLine>1201 Brickell Ave., Suite 220</addrLine>
									<postCode>33131</postCode>
									<settlement>Miami</settlement>
									<region>Florida</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">E</forename><surname>Patrick Shironoshita</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">INFOTECH Soft</orgName>
								<address>
									<addrLine>1201 Brickell Ave., Suite 220</addrLine>
									<postCode>33131</postCode>
									<settlement>Miami</settlement>
									<region>Florida</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Mansur</forename><forename type="middle">R</forename><surname>Kabuka</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">INFOTECH Soft</orgName>
								<address>
									<addrLine>1201 Brickell Ave., Suite 220</addrLine>
									<postCode>33131</postCode>
									<settlement>Miami</settlement>
									<region>Florida</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">University of Miami</orgName>
								<address>
									<addrLine>Coral Gables</addrLine>
									<postCode>33124</postCode>
									<region>Florida</region>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">ASMOV: Results for OAEI 2010</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">0CB79E940EE11A213EC4A926532EB2C0</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T05:50+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>The Automated Semantic Mapping of Ontologies with Validation (ASMOV) algorithm for ontology alignment has consistently been one of the top performing algorithms in the Ontology Alignment Evaluation Initiative (OAEI) contests. In this paper, we present a brief overview of the algorithm and its improvements, followed by an analysis of its results on the 2010 OAEI tests.</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>In recent years, ontology alignment has become popular in solving interoperability issues across heterogonous systems in the semantic web. There exist many techniques to address this problem <ref type="bibr" target="#b0">[1]</ref>, differentiated by the way in which different ontology features are exploited. ASMOV, an algorithm that automates the ontology alignment process, uses a weighted average of measurements of similarity along four different features of ontologies, and obtains a pre-alignment based on these measurements. It then uses a unique process of semantic verification to ensure that the alignment does not contain semantic inconsistencies. In this manner, ASMOV was shown to produce the most coherent alignments of all systems tested in OAEI 2009 <ref type="bibr" target="#b2">[3]</ref>. A more complete description of ASMOV is presented in <ref type="bibr" target="#b3">[4]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">State, Purpose, General Statement</head><p>ASMOV is an automatic ontology matching tool which has been designed in order to facilitate the integration of heterogeneous data sources modeled as ontologies. The current ASMOV implementation produces mappings between concepts, properties, and individuals, including mappings between object and datatype properties.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2">Specific Techniques Used</head><p>The ASMOV algorithm iteratively calculates the similarity between entities for a pair of ontologies by analyzing four features: lexical elements (id, label, and comments), relational structure (ancestor-descendant hierarchy), internal structure (property restrictions for concepts; types, domains, and ranges for properties; data values for individuals), and extension (instances of classes and property values). The measures obtained by comparing these four features are combined into a single value using a weighted sum in a similar manner to <ref type="bibr" target="#b1">[2]</ref>. These weights have been optimized based on the OAEI 2008 benchmark test results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 1. The ASMOV Mapping Process</head><p>Fig. <ref type="figure">1</ref> illustrates the fully automated ASMOV mapping process, which has been implemented in Java. In the pre-processing phase, the ontologies are loaded into memory using the Jena ARP parser [5] and ASMOV's ontology modeling component. A thesaurus is optionally used to calculate the lexical similarities between each pair of concepts, properties and individuals. ASMOV can be configured to use either the UMLS Metathesaurus <ref type="bibr" target="#b4">[6]</ref> or WordNet <ref type="bibr" target="#b5">[7]</ref> in order to derive the similarity measures. If a thesaurus is not used, a text matching algorithm is used to compute the lexical distance. Following this, the similarities between pairs of entities along the relational structure, internal structure, and extensional dimensions are calculated, and overall similarity measures (or confidence values) are calculated for each pair. From these similarity measures, a pre-alignment is obtained by selecting the entity from one ontology with the highest similarity for a corresponding entity in the other ontology. A threshold of 0.1% is used to ignore spurious non-zero similarity measures.</p><p>This pre-alignment then goes through semantic verification, which detects semantically inconsistent mappings and their causes. These inconsistent mappings are removed from the pre-alignment and logged so that the algorithm does not attempt to map the same entities in a subsequent iteration; mappings are removed from the log of inconsistencies when the underlying cause disappears. Five specific types of inconsistencies are detected by ASMOV:</p><p>• Multiple entity correspondences, where the same entity on one ontology is mapped with multiple entities in the other ontology; unless these multiple entities are asserted to be equivalent, this type of mapping is unverified. • Crisscross correspondences, where if a class c 1 in one ontology is mapped to some other class c 1 ' in the second ontology, a child of c 1 cannot be mapped to a parent of c 1 '. has been improved in three important respects, primarily related to the new instance matching tests. The algorithm in general has been enhanced to allow it to process certain property constructs introduced in OWL 2, especially irereflexive and asymmetric properties. A procedure for disk-based storage of intermediate results has been implemented, allowing the algorithm to handle larger ontologies, although the ontology itself still needs to reside in memory. Further, we have improved the ability of ASMOV to use reasoning enabled by OWL in order to find semantically relevant matches. In particular, we have improved the verification of disjointness between domains and ranges of properties, and we also have included verification of functional properties.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.3">Adaptations Made for the Evaluation</head><p>No special adaptations have been made to the ASMOV system in order to run the 2010 OAEI tests. The stop criterion for ASMOV was established as a multiplealignment change threshold. For situations where both ontologies have more than 500 concepts, this threshold was set at 1% over three consecutive alignments; otherwise, it was set at 0% over two consecutive alignments. Although the rules of the contests stated that all alignments should be run from the same set of parameters, it was necessary to change two parameters for the anatomy tests. These parameters relate to the thesaurus being used (UMLS instead of WordNet) and to the flag indicating whether or not to use ids of entities in the lexical similarity calculations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.4">Link to the ASMOV System</head><p>The ASMOV system (including the parameters file) can be downloaded from http://www.infotechsoft.com/products/asmov.aspx.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.5">Link to the Set of Alignments Produced by ASMOV</head><p>The results of the 2010 OAEI campaign for the ASMOV system can be found at http://www.infotechsoft.com/products/asmov.aspx.</p><p>In this section, we present our comments on the results obtained from the participation of ASMOV in the five tracks of the 2010 Ontology Alignment Evaluation Initiative campaign. Tests were carried out on a PC running FreeBSD over VMware with two quad-core Intel Xeon processor (1.86 GHz), 8 GB of memory, and 2x4MB cache, with a Web service interface to run with the SEALS environment where required.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Benchmark</head><p>The OAEI 2010 benchmark tests have been divided by the organizing committee in eleven levels of difficulty; we have added one more level to include the set of 3xx tests, which have been included in the benchmark for compatibility with previous years. In Table <ref type="table" target="#tab_1">1</ref>, we present the results of these tests in comparison with those obtained in 2009 <ref type="bibr" target="#b6">[8]</ref>, where ASMOV was found to be one of the two best performing systems <ref type="bibr" target="#b2">[3]</ref>. As can be seen, the precision, recall, and F1 measure for the entire suite of tests shows that ASMOV 2010 achieves 98% precision and 89% recall, and an F1 measure of 93%, which represents a 2% improvement over the 2009 version.</p><p>The accuracy of ASMOV in the benchmark tests is very high, especially for the lowest levels of difficulty. It is particularly noteworthy that improvements in both precision and recall were obtained especially at higher levels, with the largest improvement within level 10, the most difficult, and with significant improvements at levels 7 through 9 and at the 3xx tests. We believe that these improvements have come specifically through the enhancement of the procedures for utilizing domain and range information in the calculation of internal structure similarity, and through the correction of coding errors and deficiencies. In addition, some of this improvement can be attributable to improvements made in the gold standard. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Anatomy</head><p>For the anatomy track, ASMOV uses the UMLS Metathesaurus <ref type="bibr" target="#b4">[6]</ref> instead of WordNet in order to more accurately compute the lexical distance between medical concepts. In addition, the lexical similarity calculation between concept names (ids) is ignored as instructed by the track organizers. ASMOV produces an alignment for all four subtasks of this track; the SEALS platform provides accuracy measurements for the first three subtasks.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Optimal solution:</head><p>The optimal solution alignment is obtained by using the default parameter settings of ASMOV. The accuracy figures obtained from SEALS indicate precision of 79.9% and recall of 77.2%, resulting in overall F1 of 78.5%; these figures are a distinct improvement over the results obtained in 2009.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Optimal precision:</head><p>The alignment with optimal precision is obtained by changing the threshold for valid mappings from 0.1% to 30%. The result is that precision increases to 86.5%, while recall decreases to 75.7%. F1 measure is 80.8%, which is higher than our optimal solution, indicating that the use of a higher threshold for ASMOV should be studied more closely. 3. Optimal recall: To improve recall, this time ASMOV made use of the annotation property hasRelatedSynonym included in the ontologies, to signify synonyms. It should be emphasized that this property is not included in the optimal solution because annotation properties do not have established semantics in OWL, and therefore it would not be possible for a computer to automatically understand that this property actually lists synonyms The results from SEALS indicate that ASMOV found a total of 1521 alignments with precision of 71.7% and recall of 79.2%, resulting in F1 of 75.3%. 4. Extended solution: With a partial alignment given as input, the resulting alignment contained all mappings in the partial plus an additional 480 mappings.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Conference</head><p>This collection of tests dealing with conference organization contains 16 ontologies, of which at least one contains constructs specific to OWL 2. ASMOV is able to generate all 120 potential alignments from those ontologies. Our analysis of the preliminary results obtained in running ASMOV against these ontologies showed a large number of erroneous matches due to incompleteness in our processing of disjointness between property domains and ranges. Specifically, our We have now expanded ASMOV to verify any inferred disjointness between domains or ranges based on asserted disjointness within the subsumption hierarchy. Table <ref type="table" target="#tab_2">2</ref> shows the results that were obtained by running the test through the SEALS platform.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">Directory</head><p>Both the "small task" and the "single task" modalities were completed using ASMOV. The "small task" modality comprised 4639 tasks. We compared the results obtained this year against those obtained in 2009, where ASMOV was the best performing system <ref type="bibr" target="#b2">[3]</ref>. We found a large degree of agreement, measured as 97% F1.</p><p>We believe that the difference should result in improvement in the performance of ASMOV over 2009. The "single task" modality consisted of the alignment of a source ontology with 2854 classes, against a target ontology with 6555 classes. ASMOV found a total of 3347 mappings, with a large number of source ontology classes mapped to multiple target ontology classes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.5">Instance Matching</head><p>The application of ASMOV to the new set of IIMB instance matching tests results in precision of 86%, recall of 82%, and F1 measure of 84% for the small test, and precision of 85%, recall of 80%, and F1 measure of 82% for the large test.</p><p>The results of running the persons and restaurants (PR) tests in the SEALS platform are shown in Table <ref type="table" target="#tab_3">3</ref>. We noted the following issues:</p><p>• Some conflicts exist between URIs in the TBox (the description ontology) and the ABox. For example, the namespace URI for ontology_people1.owl in the person1 test was http://www.okkam.org/ontology_people1.owl in the TBox but http://www.okkam.org/ontology_person1.owl in the ABox. We manually corrected the TBox file where these differences were found to enable retrieval of the descriptions of the classes and properties used in the ABox. • The gold standards for these tests only contained instances of the class "Person" in the person1 and person2 tests, and of the class "Restaurant" in the restaurant test. Running ASMOV in standard fashion produces alignments of instances of other classes such as "Address"; therefore, we restricted ASMOV to only find alignments of a pre-specified class in each test. • The gold standard also contains mappings between instances that only match in one specific property, when other potential mappings contain matches in more properties. For example, in the Restaurant test, some matches in the gold standard are done exclusively over the "name" property, even if addresses and other property values are different. • The gold standard also contains mappings between instances that have different values for functional properties. For example, the "surname" property is declared as functional for the class "Person" in the TBox, but two instances with "surname" property "carter" and "carcer" respectively are aligned in the gold standard. The semantics of functional properties do not allow such an alignment, and ASMOV therefore rejects it. To test the effect of this, we ran ASMOV against the PR tests using and ignoring the TBox in the description ontology. As can be seen in Table <ref type="table" target="#tab_3">3</ref>, ASMOV obtains better results by ignoring the TBox in both Person tests.</p><p>3 General Comments</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Comments on the Results</head><p>The current version of ASMOV has shown improvement overall in recall and F1 measure with respect to the results obtained last year in the benchmark tests. This is significant since the results in 2009 were already very high. The larger improvements have been obtained in the most difficult tests, showing the utility of the OAEI benchmarks in driving improvement of alignment algorithms. We have also been able to improve our accuracy in the benchmark, directory, and conference tasks. In the instance matching task we find some differences of interpretation with respect to the gold standard, specifically in terms of the semantics of certain properties.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Discussions on the Way to Improve ASMOV</head><p>ASMOV still needs to improve its ability to work with very large ontologies and resources. While some disk-based storage of partial results has been implemented, the entire contents of the ontologies still needs to loaded in memory prior to performing the matching process. This needs to be further improved to use permanent storage in order to enable the alignment of very large ontologies. We also need to continue the implementation of the ability to infer assertions in order to utilize them for similarity measurement and semantic verification. In addition, we are also working in the improvement of the general scalability of the ASMOV algorithm for the processing of ontologies with a large number of entities. Finally, we need to reexamine the use of an appropriate threshold value to optimize accuracy.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Comments on the OAEI 2010 Test Cases</head><p>The new tests added to the OAEI 2010 contests provide important and welcome tools for the improvement of ontology matching systems. Most importantly, the instance matching task has been made significantly more challenging, allowing us to further refine and expand ASMOV to handle such alignments. Moreover, the availability of an ontology in OWL 2 has allowed us to test some of the improvements made to ASMOV in light of the new standard. In addition, the ability to check accuracy using the SEALS system promises to help significantly in the debugging of our algorithms, once the technical problems with SEALS are resolved. Finally, the continuity in the benchmark, anatomy, and conference tracks allows us to evaluate the improvement of our algorithm and implementation as we proceed through its development.</p><p>One significant problem we found was the extended downtime encountered with the SEALS system. While it is understandable that some technical issues would be encountered, since this is its first deployment for OAEI, we found that SEALS hindered rather than helped in the process of debugging our algorithm and preparing our results. We trust and expect that many of these problems be resolved in the future, as SEALS promises to be a very useful tool for algorithm evaluation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion</head><p>We have presented a brief description of an automated alignment tool named ASMOV, analyzed its performance at the 2010 Ontology Alignment Evaluation Initiative campaign, and compared it with its 2009 version. The test results show that ASMOV is effective in the ontology alignment realm, and because of its versatility, it performs well in multiple ontology domains such as bibliographic references (benchmark tests) and the biomedical domain (anatomy test). The tests results also showed that ASMOV is a practical tool for real-world applications that require onthe-fly alignments of ontologies.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>•</head><label></label><figDesc>Disjointness-subsumption contradiction, where if two classes c 1 and c 2 are disjoint in one ontology, they cannot be mapped to two other classes c 1 ' and c 2 ' in the second ontology where one is subsumed by the other. This also Domain and range incompleteness: if a class c 1 in one ontology is mapped to some class c 1 ' in the second ontology, and a property p 1 in the first ontology is mapped to some property p 1 ' in the second ontology, and if c 1 belongs to the domain (or range) of p 1 , then c 1 ' must belong to the domain (or, equivalently, range) of p 1 ', Since OAEI 2009, ASMOV</figDesc><table><row><cell>applies to the special cases where c 1 ' and c 2 ' are asserted equivalent, or where</cell></row><row><cell>they are identical.</cell></row><row><cell>• Subsumption incompleteness, if two classes c 1 and c 2 are mapped to two other</cell></row><row><cell>classes c 1 ' and c 2 ' respectively in the second ontology, and if c 2 is subsumed</cell></row><row><cell>by c 1 , then c 2 ' must be subsumed by c 1 ', otherwise the correspondences are</cell></row><row><cell>unverified. Similar incompleteness can be verified for the special case of</cell></row><row><cell>equivalence.</cell></row><row><cell>•</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1 . Benchmark test results for ASMOV version 2010 and version 2009</head><label>1</label><figDesc></figDesc><table><row><cell>Level</cell><cell cols="2">ASMOV 2010</cell><cell></cell><cell cols="2">ASMOV 2009</cell><cell></cell></row><row><cell></cell><cell>Precision</cell><cell>Recall</cell><cell>F1</cell><cell>Precision</cell><cell>Recall</cell><cell>F1</cell></row><row><cell>0</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell></row><row><cell>1</cell><cell>0.99</cell><cell>1.00</cell><cell>0.99</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell></row><row><cell>2</cell><cell>1.00</cell><cell>0.99</cell><cell>0.99</cell><cell>1.00</cell><cell>0.99</cell><cell>0.99</cell></row><row><cell>3</cell><cell>0.99</cell><cell>0.98</cell><cell>0.98</cell><cell>0.99</cell><cell>0.98</cell><cell>0.98</cell></row><row><cell>4</cell><cell>1.00</cell><cell>0.98</cell><cell>0.99</cell><cell>0.99</cell><cell>0.98</cell><cell>0.98</cell></row><row><cell>5</cell><cell>0.99</cell><cell>0.94</cell><cell>0.96</cell><cell>0.97</cell><cell>0.93</cell><cell>0.95</cell></row><row><cell>6</cell><cell>0.98</cell><cell>0.90</cell><cell>0.94</cell><cell>0.95</cell><cell>0.89</cell><cell>0.92</cell></row><row><cell>7</cell><cell>0.98</cell><cell>0.87</cell><cell>0.92</cell><cell>0.93</cell><cell>0.83</cell><cell>0.88</cell></row><row><cell>8</cell><cell>0.98</cell><cell>0.77</cell><cell>0.86</cell><cell>0.90</cell><cell>0.71</cell><cell>0.79</cell></row><row><cell>9</cell><cell>0.97</cell><cell>0.64</cell><cell>0.77</cell><cell>0.83</cell><cell>0.48</cell><cell>0.61</cell></row><row><cell>10</cell><cell>0.90</cell><cell>0.29</cell><cell>0.44</cell><cell>0.40</cell><cell>0.04</cell><cell>0.07</cell></row><row><cell>3xx</cell><cell>0.88</cell><cell>0.84</cell><cell>0.86</cell><cell>0.81</cell><cell>0.82</cell><cell>0.81</cell></row><row><cell>All</cell><cell>0.98</cell><cell>0.89</cell><cell>0.93</cell><cell>0.95</cell><cell>0.87</cell><cell>0.91</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 . Results for Conference Test</head><label>2</label><figDesc></figDesc><table><row><cell>F1</cell><cell>cmt</cell><cell cols="2">confer. Confof</cell><cell>edas</cell><cell>ekaw</cell><cell cols="2">iasted sigkdd</cell></row><row><cell>cmt</cell><cell></cell><cell>0.476</cell><cell>0.378</cell><cell>0.556</cell><cell>0.437</cell><cell>0.364</cell><cell>0.541</cell></row><row><cell>confer.</cell><cell></cell><cell></cell><cell>0.718</cell><cell>0.453</cell><cell>0.451</cell><cell>0.286</cell><cell>0.500</cell></row><row><cell>confof</cell><cell></cell><cell></cell><cell></cell><cell>0.549</cell><cell>0.681</cell><cell>0.378</cell><cell>0.357</cell></row><row><cell>edas</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>0.529</cell><cell>0.386</cell><cell>0.510</cell></row><row><cell>ekaw</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>0.348</cell><cell>0.368</cell></row><row><cell>iasted</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>0.481</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3 . PR Instance Matching Results</head><label>3</label><figDesc></figDesc><table><row><cell></cell><cell>using TBox</cell><cell>ignoring TBox</cell></row><row><cell>Person1</cell><cell cols="2">1.000 0.766 1.000 1.000</cell></row><row><cell>Person2</cell><cell cols="2">0.982 0.135 0.701 0.235</cell></row><row><cell>Restaurants</cell><cell cols="2">0.696 0.696 0.696 0.696</cell></row></table></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. This work is funded by the National Institutes of Health (NIH) under grant R43RR018667. The authors also wish to acknowledge the contribution of Dayana Paez, Michael Ryan, Ray Bradley, and Thomas Taylor of INFOTECH Soft, Inc.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Ontology Matching</title>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Shvaiko</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007">2007</date>
			<publisher>Springer-Verlag</publisher>
			<pubPlace>Berlin Heidelberg</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Similarity-based ontology alignment in OWL-lite</title>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</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="b2">
	<monogr>
		<title level="m" type="main">Results of the Ontology Alignment Evaluation Initiative</title>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
		<ptr target="http://www.dit.unitn.it/~p2p/OM-2009/oaei09_paper0.pdf" />
		<imprint>
			<date type="published" when="2009-10-01">2009. 1 Oct 2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Ontology Matching with Semantic Verification</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Jean-Mary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">P</forename><surname>Shironoshita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kabuka</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.websem.2009.04.001</idno>
		<ptr target="http://dx.doi.org/10.1016/j.websem.2009.04.001" />
	</analytic>
	<monogr>
		<title level="j">Journal of Web Semantics</title>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<ptr target="http://umlsks.nlm.nih.gov/" />
		<title level="m">Unified Medical Language System (UMLS</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<ptr target="http://wordnet.princeton.edu/" />
		<title level="m">WordNet</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">ASMOV: Results for OAEI</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Jean-Mary</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kabuka</surname></persName>
		</author>
		<ptr target="http://www.dit.unitn.it/~p2p/OM-2009/oaei09_paper4.pdf" />
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

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