<?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">KOSIMap: Ontology alignments results for OAEI 2009</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Quentin</forename><surname>Reul</surname></persName>
							<email>quentin.reul@vub.ac.be</email>
							<affiliation key="aff0">
								<orgName type="department">VUB STARLab</orgName>
								<orgName type="institution">Vrije Universiteit Brussel</orgName>
								<address>
									<addrLine>Pleinlaan 2</addrLine>
									<postCode>1050</postCode>
									<settlement>Brussels</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Jeff</forename><forename type="middle">Z</forename><surname>Pan</surname></persName>
							<email>jeff.z.pan@abdn.ac.uk</email>
							<affiliation key="aff1">
								<orgName type="institution">University of Aberdeen</orgName>
								<address>
									<postCode>AB24 3FX</postCode>
									<settlement>Aberdeen</settlement>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">KOSIMap: Ontology alignments results for OAEI 2009</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">7FE11A90EA183F48F312C66038A9EC19</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T12:30+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>Ontology mapping has been recognised as an important approach to identifying similar information in heterogeneous ontologies. The Knowledge Organisation System Implicit Mapping (KOSIMap) approach relies on DL reasoning (i) to extract background knowledge about every entity, and (ii) to remove inappropriate correspondences from an alignment. The main assumption is that the use of this background knowledge reduces erroneous mappings, thus increasing coverage. In this paper, we provide an overview of KOSIMap, and present the result of our system for its first participation to the Ontology Alignment Evaluation Initiative (OAEI).</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 KOSIMap</head><p>Ontology mapping has been recognised as an important means to identify similar information in different ontologies, thus achieving semantic interoperability on the Web. Given two ontologies O 1 and O 2 , the task of mapping one ontology to another is that of finding an entity in O 1 that matches an entity in O 2 based on their intended meaning. Many approaches to schema/ontology matching have been proposed over the years <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b6">7,</ref><ref type="bibr" target="#b9">10]</ref>. Furthermore, surveys reviewing these approaches, techniques and tools have been provided <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b0">1]</ref>. The Knowledge Organisation System Implicit Mapping (KOSIMap) approach differs from existing approaches by relying on DL reasoning (i) to extract background knowledge about every entity, and (ii) to remove inappropriate correspondences from an alignment.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">State, Purpose, General Statement</head><p>KOSIMap is an extensional and asymmetric matching approach implemented in Java. Given two consistent ontologies, KOSIMap aligns entities in the source ontology to entities in the target ontology by extracting background knowledge about entities based on DL reasoning. More specifically, a DL reasoner (e.g. FaCT++ <ref type="bibr" target="#b11">[12]</ref>, Pellet <ref type="bibr" target="#b8">[9]</ref>) deduces logical consequences about an entity based on the asserted axioms defined in an ontology. Moreover, we investigate the use of DL reasoning to remove inappropriate correspondences from an alignment. The main assumption is that the use of these logical consequences reduces erroneous mappings, thus increasing coverage.</p><p>The current KOSIMap implementation of produces a set of homogeneous correspondences, where classes are mapped to classes. object properties to object properties, and datatype properties to datatype properties. More specifically, the approach computes the similarity between two entities based on their respective sets of features (e.g. subsumption). Note that KOSIMap only considers the equivalence mapping relation between two entities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2">Specific Techniques Used</head><p>The KOSIMap system calculates the similarity between entities for a pair of ontologies by analysing three features; namely lexical description (i.e. label), hierarchical structure (subsumers for concepts, and super-properties), and internal structure (inherited properties for classes, domains and ranges for object properties, and domains for datatype properties). The measures obtained by comparing these three features are then combined into a single value using a weighted sum in a similar manner to <ref type="bibr" target="#b1">[2]</ref>. These weights are set by a user depending on the input ontologies, and requirements for the output. Figure <ref type="figure" target="#fig_0">1</ref> shows the architecture of our approach. KOSIMap consists of three main steps; namely Pre-Processing, Similarity Generation, and Alignment Ex-traction. The pre-processing step includes three sub-tasks. It first parses the two ontologies with the OWL API <ref type="bibr" target="#b5">[6]</ref>. The OWL API provides an interface to access the explicit information for each entity defined in an ontology. The API supports several representations including XML/RDF, KRSS and OBO flat files. Secondly, natural language techniques (i.e. elimination, lemmatization, and transformation) are applied to each entity to obtain their most basic form. Entities are not only defined by annotation properties, but also by the semantics provided by the axioms in the ontology. Thus, the final pre-processing sub-task extracts logical consequences (i.e. background information) resulting from asserted axioms. The current implementation uses the FaCT++ API<ref type="foot" target="#foot_0">3</ref> to classify the different ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Definition 1 (Degree of Commonality Coefficient).</head><p>Given two sets S s and S t , the degree of commonality coefficient between them, denoted DoCCoeff(S s , S t ) is defined as:</p><formula xml:id="formula_0">DoCCoeff(S s , S t ) = 1 max(|S s |, |S t |) ∑ ei∈Ss max ej ∈St sim(e i , e j ) (<label>1</label></formula><formula xml:id="formula_1">)</formula><p>where S s is the source set, S t is the target set, and sim(e i , e j ) computes the similarity between pair of elements in the two sets.</p><p>Secondly, the similarity generator computes three kinds of similarities; namely syntax similarity, property-based similarity, and class-based similarity. The most basic feature of entities is their labels. Labels are human identifiers (i.e. words) expressed in a vocabulary shared by experts in the same domain. Therefore, we assume that equivalent classes are likely to be modelled using similar labels (or names). KOSIMap relies on string similarity (e.g. Jaro-Winkler <ref type="bibr" target="#b13">[14]</ref>, Q-Gram <ref type="bibr" target="#b10">[11]</ref>, Monge-Elkan <ref type="bibr" target="#b7">[8]</ref>, and SMOA <ref type="bibr" target="#b9">[10]</ref>) to calculate the label similarity for each pair of entities. The SimMetrics API<ref type="foot" target="#foot_1">4</ref> provides a library of normalised and optimised similarity (or distance) metrics. The property-based similarity and the class-based similarity both rely on the degree of commonality coefficient (Definition 1) to provide an similarity value between two sets of complex objects. The property-based similarity focuses on features containing properties (i.e. set of super-properties for OWLObjectProperty and OWLDataProperty and the set of inherited properties for OWLClass), while the class-based similarity focuses on features containing classes (i.e. set of subsumers for OWLClass and the set of binary relation containing their domain and range for OWLObjectProperty). The results of the different similarity approaches are then aggregated for each pair of entities and stored into a n*m matrix, where is the number of element in the source ontology and m is the number of elements in the target ontology. The aggregated similarity score for a pair of entities is obtained by applying a weighted function (see Equation <ref type="formula" target="#formula_2">2</ref>), where the weights (i.e. w k ) for each measure is in the range [0,1] and their total is 1.</p><formula xml:id="formula_2">sim(e 1 , e 2 ) = n ∑ k=0 w k sim k (e 1 , e 2 )<label>(2)</label></formula><p>After the similarity aggregation, we have a n*m matrix containing pairs of entities with a similarity value. The problem is to extract a set of relevant mappings from the matrix. This is normally achieved by discarding all candidate mappings below a threshold ζ. However, this method may return multiple mappings for each entity in the source ontology. In KOSIMap, we follow a two-step approach to extract mappings. First, the approach extracts a pre-alignment from the matrix, by selecting the maximum similarity score for each row in the matrix (i.e. for each n). This pre-alignment is then passed through a refinement process, which eliminates inappropriate mappings. In KOSIMap, we use DL reasoning to extract the local implication as part of the mapping extraction process. This approach extends the work by Wang and Xu <ref type="bibr" target="#b12">[13]</ref>, which only checked whether local implications were asserted in an ontology. As our approach only supports equivalent mapping relations, we focus on removing inconsistent mappings from the pre-alignment. Inconsistent mappings occur when the local consistency of an ontology is violated by the introduction of a correspondence between two ontologies. For example, an local inconsistency would occur if several entities in the source ontology are mapped to the same entity in the target ontology, and that the two classes are not recognised as equivalent by a DL reasoner.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.3">Adaptations Made for the Evaluation</head><p>As stated in Section 1.1, KOSIMap is an asymmetric matching approach. The asymmetricity results from Equation 1, which consider the maximum value for each element in the source set. However, the organisers of OAEI campaign requested that we delivered a symmetric set of alignments. As a result, we modify the similarity generation for the property-based and class-based similarity to consider the biggest set as the source set. Moreover, we implemented a Java class to run the different tracks in batch mode. Moreover, the parameters taken by the approach (i.e. weights and thresholds) were tuned and set depending on the type of information contained in the ontologies to be mapped. For example, the property-based similarity was not calculated for the directory track as no properties were defined.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.4">Link to the Set of Provided Alignments (in align format)</head><p>The results of the 2009 OAEI campaign for the KOSIMap system can be found at http://www.csd.abdn.ac.uk/ ~qreul/research/OAEI2009.zip.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Results</head><p>In this section, we present the results of the 2009 OAEI campaign obtained by the KOSIMap system. KOSIMap was used to generate alignments for four tracks, namely benchmark, anatomy, conference and directory. Note that the full results of the Alignment Evaluation Initiative (OAEI) 2009 Campaign can be found in <ref type="bibr" target="#b2">[3]</ref>. The experiments were carried on a Mac Book with an Intel Core 2 Duo processor (2.13GHz) and 4GB RAM running Mac OSX. The minimum memory for the Java Virtual Machine was set to 512MB, while its maximum was set to 1GB. In this experiment, we used FaCT++ as the default DL reasoner unless stated otherwise.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Benchmark</head><p>The benchmark data set contains 111 alignment tasks. KOSIMap follows the approach defined in Section 1.2. In this experiment, we used the Q-Gram similarity measure to compute the syntax similarity and as the similarity function for the degree of commonality coefficient. The FaCT++ reasoner returned an exception ( NonSimpleRoleInNumberRestrictionException) for some tests (i.e. 222, 230, 237, 251, 258, and 304), so we used the Pellet reasoner for this test. The threshold was set to 0.2, while the weights were set as follows:</p><p>-Weight for syntax similarity: 0.3 -Weight for property-based similarity: 0.2 -Weight for class-based similarity: 0.5 KOSIMap gets near perfect alignment (Precision and Recall is 0.99) for tests 101, 103 and 104 (Table <ref type="table" target="#tab_0">1</ref>). Although KOSIMap performs quite well in the 2xx tests, it yields very low recall (≤ 0.1) when labels in the target ontology have been scrambled (i.e. tests #202 #248, #249, #25x, and #26x). Note that KOSIMap yields high recall (i.e. ≥ 0.9) for tests #221 to #247. For the real ontology data set (i.e. 3xx), KOSIMap yields 0.815 for Precision and .425 for Recall. Finally, KOSIMap achieves a much better harmonic mean precision than edna even though our system yields the same recall. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Anatomy</head><p>The anatomy data set consists of two large scale anatomy ontologies. On the one hand, the Adult Mouse Anatomical Dictionary 5 represents the anatomical structure of the postnatal mouse and contains 2744 classes organised hierarchically by "is-a" and "part-of" relationships. On the other hand, the NCI Thesaurus<ref type="foot" target="#foot_3">6</ref> is a reference terminology and biomedical ontology covering clinical care, translational and basic research, public information, and administrative activities. This ontology contains a subset of the classes defined in the thesaurus (i.e. 3304 classes). Note that the property-based similarity was discarded for this track as these ontologies only contain a very small number of properties.</p><p>KOSIMap produces an alignment for three of the four sub-tasks of this track:</p><p>1. Optimal solution: The optimal solution is obtained with a threshold set to 0.6, the syntax similarity set to 0.  The results of the anatomy track are shown in Table <ref type="table" target="#tab_2">2</ref>. KOSIMap takes around 5 minutes to extract mappings between the Adult Mouse Anatomical Dictionary and the NCI Thesaurus and the F-Measure is 0.72. We observer significant differences with regard to the trade-off between precision and recall. For instance, we observe that the recall obtained by KOSIMap falls from 0.62 to 0.45 when generating an alignment for optimal precision sub-task. As KOSIMap favours recall over precision, the score obtained for the optimal recall sub-task is the same as the optimal solution.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Conference</head><p>This track contains 15 ontologies covering the conference organization domain. These ontologies differ in terms of DL expressivity and size. For example, ekaw.owl is represented in SHIN , while paperdyne.owl is expressed in ALCHIN (D).</p><p>KOSIMap generated 105 non-empty alignments with parameters set as follows:</p><p>-Weight for syntax similarity: 0.3 -Weight for property-based similarity: 0.2 -Weight for class-based similarity: 0.5 Table <ref type="table" target="#tab_3">3</ref> shows the precision, recall, and F-measure computed for three different thresholds (0.2, 0.5, and 0.7). The results show that KOSIMap reaches an optimal solution with the threshold set to 0.5 before obtaining lower performances with higher thresholds. Moreover, the precision achieved by our system increases at the same time as the threshold. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">Directory</head><p>The directory track consists of 4639 test cases. As no properties (object properties or datatype properties) are found in this track, the property-based similarity is discarded for this track. In this experiment, the threshold is set to .0, while the weights are set to 0.6 (for syntax similarity) and 0.4 (for the class-based similarity). Due of the low expressivity of the ontologies (i.e. AL), we simplified the rules to retain the correspondence with the highest score when a class in the source ontology maps to several classes in the target ontology. KOSIMap takes just over 1 minute to generate the 4639 alignments. The preliminary results of this track yielded a score of 0.618 for Precision, 0.453 for Recall, and a F-Measure of 0.523.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">General Comments</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Comments on the Results</head><p>From the results we can see that KOSIMap can take advantage of all different features associated with entities. The lexical description is especially important to achieve high precision and recall, while the hierarchical and internal structure are used to refine the final alignment. For example, tests in the benchmark track with scrambled labels (i.e. tests 248 to 266) tend to yield very low recall.</p><p>Based on the anatomy track, we have demonstrated the scalability of our approach. Although the two ontologies are not very expressive (i.e. ALE for AMA and ALE+ for the NCI thesaurus), we have shown that the use of a DL reasoner does not impact the scalability of our system. Thus, this result suggests that the use of a reasoner does not greatly increase the runtime of the mapping task. Note that testing on more expressive large-scale ontologies should be carried to further test this observation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Discussions on the Way to Improve KOSIMap</head><p>KOSIMap uses different strategies to extract correspondences between two ontologies. Based on the test library, we have seen that some strategies (e.g. property-based similarity) were not always useful to extract alignments. One possible way to improve the current system would be to include a strategy selection module. With strategy selection, KOSIMap could avoid some some noise produced by some strategies when the information these strategies rely on is not adequate. For example, when no properties are defined in the ontology.</p><p>Another improvement to the system would be to include a module to fine-tune weights when combining the different similarity measure. The current approach relies on the user to analyse the information contained in the ontologies. It is important to note that this is process is both time-consuming and error prone. A solution to this problem would be to consider the DL expressivity of both ontologies to analyse the impact of each measure on the global similarity value.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Comments on the OAEI 2009 Test Cases</head><p>The advantage of the OAEI test library is that it provides a wide range of tests covering real word and modied ontologies. For example, the benchmark track allows anyone to clearly identify the strengths and weaknesses of their systems. The library also includes test cases for comparing large scale ontologies. However, the ontologies provided in the anatomy track are not very expressive. As a result, it is difficult to address the impact of using DL reasoners on large scale ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion</head><p>In this paper, we present the KOSIMap system, which aligns entities from two ontologies. This system relies on DL reasoning to (i) extract background knowledge about every entity, and (ii) to remove inappropriate correspondences from an alignment. KOSIMap consists of three main steps; namely Pre-Processing, Similarity Generation, and Alignment Extraction. It first parses the two ontologies, extracts the implicit structure of both ontologies using an OWL DL reasoner, and applies natural language techniques to lexical descriptions (i.e. labels). Next, it computes three different types of similarities for every pair of entities. These similarity values are then combined and stored in a n*m matrix from which a pre-alignment is extracted. This pre-alignment is then passed through a refinement process, which eliminates inconsistent mappings.</p><p>Secondly, we report the results obtained by KOSIMap for its first participation to the Ontology Alignment Evaluation Initiative. From the results of the benchmark test case, we can see that our system can take advantage of all different features associated with entities during the ontology mapping task. We have also shown that KOSIMap remains scalable despite using DL reasoning throughout the mapping process. However, testing on more expressive large-scale ontologies should be carried to further test this observation.</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 architecture of KOSIMap.</figDesc><graphic coords="2,196.15,363.30,222.77,233.17" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Results for KOSIMap at the OAEI 2009 campaign for the benchmark test case.</figDesc><table><row><cell>Tool</cell><cell>KOSIMap</cell><cell>edna</cell></row><row><cell>Test</cell><cell cols="2">Prec. Rec. Prec. Rec.</cell></row><row><cell>#1xx</cell><cell cols="2">0.99 0.99 0.96 1.0</cell></row><row><cell>#2xx</cell><cell cols="2">0.94 0.57 0.41 0.56</cell></row><row><cell>#3xx</cell><cell cols="2">0.72 0.50 0.47 0.82</cell></row><row><cell cols="3">H-Mean 0.91 0.59 0.43 0.59</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>6 and the class-based similarity set to 0.4. It took KOSIMap approximately 5 min to generate the alignment. 2. Optimal precision: The optimal solution is obtained with a threshold set to 0.7, the syntax similarity set to 0.6 and the class-based similarity set to 0.4. It took KOSIMap approximately 5 min to generate the alignment. 3. Optimal recall : The optimal solution is obtained with a threshold set to 0.6, the syntax similarity set to 0.6 and the class-based similarity set to 0.4. It took KOSIMap approximately 5 min to generate the alignment.</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 .</head><label>2</label><figDesc>Results for KOSIMap at the OAEI 2009 campaign for the anatomy test case.</figDesc><table><row><cell>Tool</cell><cell>Optimal solution</cell><cell>Optimal precision</cell><cell>Optimal recall</cell></row><row><cell></cell><cell cols="3">Runtime Prec. Rec. FMeas. Prec. Rec. FMeas. Prec. Rec. FMeas.</cell></row><row><cell cols="4">KOSIMap ≈ 5 min 0.87 0.62 0.72 0.91 0.45 0.60 0.87 0.62 0.72</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3 .</head><label>3</label><figDesc>Results for KOSIMap at the OAEI 2009 campaign for the conference test case.</figDesc><table><row><cell>Tool</cell><cell>threshold=0.2</cell><cell>threshold=0.5</cell><cell>threshold=0.7</cell></row><row><cell></cell><cell cols="3">Prec. Rec. FMeas. Prec. Rec. FMeas. Prec. Rec. FMeas.</cell></row><row><cell cols="4">KOSIMap 0.18 0.56 0.27 0.41 0.43 0.41 0.70 0.23 0.33</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_0">http://code.google.com/p/factplusplus/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_1">http://sourceforge.net/projects/simmetrics/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_2">http://www.informatics.jax.org/searches/AMA_form.shtml</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_3">http://www.cancer.gov/cancerinfo/terminologyresources/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Acknowledgements</head><p>The IPAS project is co-funded by the Technology Strategy Board's Collaborative Research and Development programme (www.innovateuk.org) and Rolls-Royce (project No. TP/2/IC/6/I/10292).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">State of the art on ontology coordination and matching</title>
		<author>
			<persName><forename type="first">S</forename><surname>Castano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ferrara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Montanelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">N</forename><surname>Hess</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bruno</surname></persName>
		</author>
		<idno>FP6-027538</idno>
		<imprint>
			<date type="published" when="2007-03">March 2007</date>
			<publisher>BOEMIE</publisher>
		</imprint>
	</monogr>
	<note type="report_type">Report</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Ontology mapping -an integrated approach</title>
		<author>
			<persName><forename type="first">M</forename><surname>Ehrig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Sure</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st European Semantic Web Symposium (ESWS 04)</title>
				<meeting>the 1st European Semantic Web Symposium (ESWS 04)</meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="76" to="91" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Preliminary results of the ontology alignment evaluation initiative</title>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ferrara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Hollink</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Malaise</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Meilicke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nikolov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pane</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Scharffe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Shvaiko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Spiliopoulos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Svab-Zamazal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Svatek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">T</forename><surname>Santos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Vouros</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Workshop on Ontology Matching (OM-2009)</title>
				<meeting>the 4th International Workshop on Ontology Matching (OM-2009)</meeting>
		<imprint>
			<date type="published" when="2009">2009. 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<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</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">An integrative proximity measure for ontology alignment</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">Proceedings of ISWC-2003 Workshop on Semantic Information Integration</title>
				<meeting>ISWC-2003 Workshop on Semantic Information Integration</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="page">3338</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Igniting the OWL 1.1 touch paper: The OWL API</title>
		<author>
			<persName><forename type="first">M</forename><surname>Horridge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bechhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Noppens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd OWL Experienced and Directions Workshop (OWLED 2007)</title>
				<meeting>the 3rd OWL Experienced and Directions Workshop (OWLED 2007)<address><addrLine>Innsbruck, Austria</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Measuring similarity between ontologies</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">Proceedings of the 13th International Conference on Knowledge Engineering and Knowledge Management (EKAW 2002)</title>
				<meeting>the 13th International Conference on Knowledge Engineering and Knowledge Management (EKAW 2002)<address><addrLine>Siguenza, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="251" to="263" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">The field matching problem: Algorithms and applications</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">E</forename><surname>Monge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Elkan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2nd International Conference on Knowledge Discovery and Data Mining</title>
				<meeting>the 2nd International Conference on Knowledge Discovery and Data Mining</meeting>
		<imprint>
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Pellet: A practical OWL-DL reasoner</title>
		<author>
			<persName><forename type="first">E</forename><surname>Sirin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kalyanpur</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Katz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Web Semantics: Science, Services and Agents on the World Wide Web</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="51" to="53" />
			<date type="published" when="2007-06">June 2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">A string metric for ontology alignment</title>
		<author>
			<persName><forename type="first">G</forename><surname>Stoilos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Stamou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kollias</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceeding of the 4th International Semantic Web Conference (ISWC 2005)</title>
				<meeting>eeding of the 4th International Semantic Web Conference (ISWC 2005)</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">On using Q-Gram locations in approximate string matching</title>
		<author>
			<persName><forename type="first">E</forename><surname>Sutinen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tarhio</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd Annual European Symposium on Algorithms (ESA 95)</title>
				<meeting>the 3rd Annual European Symposium on Algorithms (ESA 95)</meeting>
		<imprint>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page">327340</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">FaCT++ description logic reasoner: System description</title>
		<author>
			<persName><forename type="first">D</forename><surname>Tsarkov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 3rd International Joint Conference on Automated Reasoning (IJCAR 2006)</title>
				<meeting>the 3rd International Joint Conference on Automated Reasoning (IJCAR 2006)<address><addrLine>Seattle, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006-08">August 2006</date>
			<biblScope unit="page" from="292" to="297" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Debugging ontology mappings: A static approach</title>
		<author>
			<persName><forename type="first">P</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computing and Informatics</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="page" from="1001" to="1015" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">String comparator metrics and enhanced decision rules in the Fellegi-Sunter Model of record linkage</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">E</forename><surname>Winkler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Section on Survey Research Methods</title>
				<meeting>the Section on Survey Research Methods</meeting>
		<imprint>
			<publisher>American Statistical Association</publisher>
			<date type="published" when="1990">1990</date>
			<biblScope unit="page" from="354" to="359" />
		</imprint>
	</monogr>
</biblStruct>

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