<?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">ServOMBI at OAEI 2015</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Nouha</forename><surname>Kheder</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">ERIAS -Centre INSERM U1219</orgName>
								<orgName type="institution">Univ. Bordeaux</orgName>
								<address>
									<postCode>F-33000</postCode>
									<settlement>Bordeaux</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Gayo</forename><surname>Diallo</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">ERIAS -Centre INSERM U1219</orgName>
								<orgName type="institution">Univ. Bordeaux</orgName>
								<address>
									<postCode>F-33000</postCode>
									<settlement>Bordeaux</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">ServOMBI at OAEI 2015</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">FE6277516B81044FCD9C34A77DBF312D</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T12:33+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>We describe in this paper the ServOMBI system and the results achieved during the 2015 edition of the Ontology Alignment Evaluation Initiative. ServOMBI reuse components from the ServOMap ontology matching system, which uses to participate in the OAEI campaign, and implements new features. This is the first participation of the ServOMBI in the OAEI challenge.</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>ServOMBI (ServO based Mapping with Binary Indexing) is an ontology matching system <ref type="bibr" target="#b0">[1]</ref> which is designed by reusing the overall workflow followed by the ServOMap large scale ontology matching system <ref type="bibr" target="#b1">[2]</ref> grounded on top of the ServO Ontology Repository (OR) system <ref type="bibr" target="#b2">[3]</ref>. ServOMap is able to handle ontologies which contain several hundred of thousands entities. To deal with large ontologies, the system relies on terminological indexing strategy provided by the ServO OR to reduce the search space and computes an initial set of candidate mappings based on the terminological description of the entities of the input ontologies.</p><p>With ServOMBI, new components and variant algorithms have been introduced in this new version in regards to the ServOMap system. Among these new features we have : -</p><p>• a binary indexing strategy to complement the terminological indexing of ServOMap for optimizing ontology navigation,</p><p>• a modified contextual similarity computation thanks to the introduction of the binary indexing strategy during the Machine Learning (ML) step,</p><p>• a new ML algorithm during the contextual similarity</p><p>• the introduction of parallelization of some tasks for optimization purposes</p><p>• the selection of the final mappings using a variant of a stable marriage problem algorithm <ref type="bibr" target="#b7">[8]</ref> Figure <ref type="figure">1</ref>: Overall process of ServOMBI.</p><p>In the 2015 edition, ServOMBI participated in the entity level matching tasks apart from the Multifarm task. In the following sections, we described the main characteristics of the system and the overall results obtained during this year edition of OAEI.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">State, Purpose, General Statement</head><p>ServOMBI has been built on the basis of the ServOMap system. ServOMap is designed with the purpose of facilitating interoperability between different systems which are based on heterogeneous knowledge organization systems (KOS). The heterogeneity of these KOS may have several causes ranging from the language format they use to the level of formalism of the terminology which describe the entities they involve. Our system relies on Information Retrieval (IR) techniques <ref type="bibr" target="#b3">[4]</ref> and a dynamic description of entities of different KOS for computing the similarity between them.</p><p>ServOMBI implements new features and strategies and reuse some components of the ServOMap system.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2">Specific techniques used</head><p>The overall process followed by the ServOMBI system is depicted on Figure <ref type="figure">1</ref>. The initialization phase is modified by introducing the Binary Ontology Indexing (BOI).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2.1">Initialization phase</head><p>1. Ontology Loading: ServOMBI following the ServOMap approach relies on IR techniques for ontology matching. Each ontology to process is seen as a corpus of semantic documents to process. Each entity of the ontology is a document in the sense of IR. It is therefore necessary to identify the useful descriptors for indexing entities. The loading step perform the task of generating documents from entities. ServOMBI uses different reasoners (ELK <ref type="bibr" target="#b9">[9]</ref>, Hermit <ref type="bibr" target="#b11">[11]</ref>) according to the size of the ontology to process.</p><p>2. Metadata and Metrics Generation: This step reuse the component implement in the ServOMap system and and identify 4 categories of matching tasks that are used to classify the input ontologies that are being processed : entity matching task (small, medium, big) and instances matching task. 3. Terminological Indexing: Following a generic metamodel provided by the ServO OR, a terminological based inverted index is built from the documents generated during the loading step. ServOMBI introduces a tasks parallelization using multithreading as the input ontologies terminology indexing could be done separately.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Binary Ontology Indexing:</head><p>To complement the terminological indexing and to optimize the performance in terms of processing times due to the contextual similarity computation (surrounding concepts lookups), we have introduced a binary indexing strategy for the input ontologies. This technique of taxonomical representation consists of representing each concept of the ontology by a binary code, is inspired by the CEDAR system <ref type="bibr" target="#b4">[5]</ref>. A binary code is a number of n bits, with n the number of concepts within the processed ontology. Thus, each concept has a code (a bit vector) carrying a "1" in the position corresponding to his index and the index of any other elements that it subsumes. These bit vectors must be encoded as the reflexive transitive closure of the "is-a" relation obtained from subsort declarations. Concepts are represented by a graph. Figure <ref type="figure" target="#fig_0">2</ref> gives an example of a binary representation of the extract of an ontology in the academic domain. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2.3">Post-Processing phase</head><p>In this phase two main steps are performed: the selction of the final mappings and consistency checking. The selection of final mappings implement an algorithm of the stable marriage problem <ref type="bibr" target="#b7">[8]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.3">Adaptation made for the evaluation</head><p>ServOMBI use the Lucene Apache IR library. Lucene provides functionalities for indexing and searching textual documents. The actual version of the matching system is based on the version 4 while the uploaded version for OAEI is based on the version 3.6. Their index format is slightly different. We have implemented the initial interactive matching <ref type="bibr" target="#b12">[12]</ref> in ServOMBI using an oracle by modifying the validation process of the candidate mappings . This is performed after each round of candidate retrieving.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.4">Link to the system and parameters file</head><p>The wrapped SEALS client for ServOMBI version used for the OAEI 2015 edition is available at http://lesim.isped.u-bordeaux2.fr/servo/ServOMBI. The instructions for testing the tool is described in the tutorial dedicated to the SEALS client<ref type="foot" target="#foot_0">1</ref> .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.5">Link to the set of provided alignments</head><p>The results obtained by ServOMap during OAEI 2015 are available at http://lesim.isped.u-bordeaux2.fr/servo/ServOMBI/oaei2015.zip/.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Results</head><p>We summarize in this section the results obtained by ServOMBI during the 2015 edition of OAEI.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Anatomy</head><p>The Anatomy track consists of finding an alignment between the Adult Mouse Anatomy and a part of the NCI Thesaurus (describing the human anatomy).</p><p>The results achieved by ServOMBI are summarized by Table <ref type="table" target="#tab_0">1</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Conference</head><p>The Conference track contains 16 ontologies from the same domain (conference organization). They have been developed within the OntoFarm project year the different tools are evaluated using i) crisp reference alignments where the confidence values for all matches are 1.0, ii) the uncertain version of the reference alignment where confidence values reflect the degree of agreement of a group of twenty people on the validity of the match <ref type="bibr" target="#b5">[6]</ref> and iii) logical reasoning using violations of consistency and conservativity principles <ref type="bibr">[15] [16]</ref>. Various reference alignments and evaluation modalities (R.A.M.) are used to assess the performance of the tooms. Thus, ra1 is the original reference alignment of the Conference track, ra2 is entailed reference alignment generated as a transitive closure computed on the original reference alignment (ra1) and rar2 is violation free version of reference alignment. Three different modalities are provided for these reference alignments, M1, M2 and M3 which contain respectively only classes, only properties and classes and properties. The results obtained by ServOMBI according to these different modalities on the crisp reference alignments where the confidence value is 1.0 are summarized on table <ref type="table" target="#tab_1">2</ref>. The value of β is respectively set to 0.5, 1 (harmonic measure) and 2.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Largebio</head><p>The Large BioMed track consists of finding alignments between the Foundational Model of Anatomy (FMA), SNOMED CT, and the National Cancer Institute Thesaurus (NCI). The results obtained by ServOMBI for the small fragments of FMA-NCI task and FMA-SNOMED ontologies are summarize in Table <ref type="table" target="#tab_2">3</ref> 2</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>.4 Interactive track</head><p>This track aims at offering a systematic and automated evaluation of matching systems with user interaction to compare the quality of interactive matching approaches in terms of F-measure and number of required interactions. For the 2015 edition, the Conference, Anatomy and Largebio tracks dataset are used for the evaluation. Moreover, this year a domain experts with variable error rates, respectively 0.1, 0.2 and 0.3 are considered in addition to the perferct emmulated user (oracle) with error rate 0.0. ServOMBI participated for the first year to this track. The interaction implemented currently in the system is mainly to allow the user validating the provided candidate mappings. Tables 4, 5 and 6 give respectively the results obtained by the system on the Anatomy, Conference and Largebio dataset for the Interactive track. We note that for the Largebio interactive track, the ServOMBI was only able to match the FMA-NCI small fragments and FMA-SNOMED small fragments. Overall ServOMBI improved its performance when compared to the results obtained with the normal Anatomy, Conference and Largebio track. However, the system make a greater number of requests compared to the other participating systems in the Interactive track.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.5">Ontology Alignment for Query Answering</head><p>This track does not follow the usual OAEI tasks for evaluating the performance of participating systems <ref type="bibr" target="#b14">[14]</ref>. Precision and Recall are calculated with respect to the ability of the generated alignments to answer a set of queries in a ontologybased data access scenario where several ontologies exist. This track uses the Conference dataset for the evaluation with two reference alignments, the publicly available Conference track alignment (RA1) and the repaired one (RAR1). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">General Comments</head><p>We have participated in the 2012 and 2013 edition with the ServOMap system which achieved overall good results. The performance of this system is very good in particular for the tasks involving large ontologies. The new features implemented within ServOMBI did not lead to overall improved performances according to the results of the ServOMap system as expected. The contextual similarity computation, which is performed iteratively, is very time consuming and did not improved the overall recall of the system. In addition, while there is a gain in terms of computation times with concepts lookups, the BOI does not impact the overall performance of the system in terms of times taken to perform the matching tasks.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion</head><p>We have described in this paper the main functionalities of the ServOMBI ontology matching system and the overall results obtained during the 2015 OAEI edition. ServOMBI introduces a binary indexing strategy to complement the usual terminological indexing strategy used by the ServOMap system. The system achieved performance lower than expected according to the introduced features for the contextual similarity coputation. However it succed improving the F-Measure whith the interaction strategy. ServOMap continues to be developed in parralel and now include graph-based visualization.</p><p>As of future work, we envision to investigate an improved integration of the binary indexing and the contextual similarity computing. In addition, we plan to use combine multiple learning algorithms to improve the candidate selection during the contextual similarity computing.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Example of binary indexing.</figDesc><graphic coords="3,193.54,125.80,206.23,98.48" 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 of ServOMBI for the Anatomy track.</figDesc><table><row><cell>1.2.2 Candidate Retrieving phase</cell></row><row><cell>Three main steps are used during the candidate mappings retrieving phase: ter-</cell></row><row><cell>minological, extended (general purpose knowledge background) and contextual</cell></row><row><cell>based candidate retrieving. The terminological based candidate retrieving uses</cell></row><row><cell>indexes previously built and the IR common vectorial model. The extended</cell></row><row><cell>candidate retrieving uses WordNet [7] while the contextual based candidate re-</cell></row><row><cell>trieving exploits the structure of each input Ontology, and the set of candidates</cell></row><row><cell>provided by the terminological based candidate retrieving, in a ML strategy for</cell></row><row><cell>acquiring more candidates. The ML strategy is based on the Logistic Model</cell></row><row><cell>Trees (LMT) [10] algorithm.</cell></row></table><note>The concept Professor is the ancestor of Full Professor and Associate Professor. Therefore, if Full Professor is coded as the binary code of 1 and Associate Professor as the binary code of 2, Full Professor is coded as the binary code of 3.</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 :</head><label>2</label><figDesc>Results of ServOMBI for the Conference track.</figDesc><table><row><cell>2 . This</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 :</head><label>3</label><figDesc>Initial results of ServOMBI for the Large Bio track.</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4 :</head><label>4</label><figDesc>Results of ServOMBI for the Interactive track on the Anatomy dataset.</figDesc><table><row><cell cols="4">Error rate Precision Recall F-Measure</cell></row><row><cell>0.0</cell><cell>1.00</cell><cell>0.617</cell><cell>0.763</cell></row><row><cell>0.1</cell><cell>1.00</cell><cell>0.587</cell><cell>0.740</cell></row><row><cell>0.2</cell><cell>1.00</cell><cell>0.553</cell><cell>0.712</cell></row><row><cell>0.3</cell><cell>1.00</cell><cell>0.519</cell><cell>0.683</cell></row><row><cell cols="4">Error rate Precision Recall F-Measure</cell></row><row><cell>0.0</cell><cell>1.00</cell><cell>0.650</cell><cell>0.788</cell></row><row><cell>0.1</cell><cell>1.00</cell><cell>0.637</cell><cell>0.778</cell></row><row><cell>0.2</cell><cell>1.00</cell><cell>0.622</cell><cell>0.767</cell></row><row><cell>0.3</cell><cell>1.00</cell><cell>0.627</cell><cell>0.770</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 5 :</head><label>5</label><figDesc>Results of ServOMBI for the Interactive track on the Conference dataset.</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 7</head><label>7</label><figDesc>summarizes the results of ServOMBI which succeed with 6 out of 18 queries.</figDesc><table><row><cell cols="4">Error rate Precision Recall F-Measure</cell></row><row><cell>0.0</cell><cell>1.00</cell><cell>0.737</cell><cell>0.847</cell></row><row><cell>0.1</cell><cell>1.00</cell><cell>0.716</cell><cell>0.832</cell></row><row><cell>0.2</cell><cell>1.00</cell><cell>0.688</cell><cell>0.813</cell></row><row><cell>0.3</cell><cell>1.00</cell><cell>0.660</cell><cell>0.792</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_6"><head>Table 6 :</head><label>6</label><figDesc>Results of ServOMBI for the Interactive track on the Largebio dataset.</figDesc><table><row><cell>Task</cell><cell cols="3">Precision Recall F-Measure</cell></row><row><cell>OAQA RA1</cell><cell>0.222</cell><cell>0.222</cell><cell>0.222</cell></row><row><cell>OAQA RAR1</cell><cell>0.222</cell><cell>0.222</cell><cell>0.222</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_7"><head>Table 7 :</head><label>7</label><figDesc>Results of ServOMBI for the OAQA track.</figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://oaei.ontologymatching.org/2015/tutorial/tutorialv4.pdf</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://owl.vse.cz:8080/ontofarm/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Acknowledgments</head><p>This work has been partly supported by the project DRUG-SAFE funded ANSM (Agence Nationale de la Sécurité du Médicament). We also thank the organizers of OAEI with providing test dataset and the evaluation infrastructure.</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">Jerôme</forename><surname>Euzenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pavel</forename><surname>Shvaiko</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2013">2013</date>
			<publisher>Springer-Verlag</publisher>
			<pubPlace>Heidelberg</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">An effective method of large scale ontology matching</title>
		<author>
			<persName><forename type="first">Diallo</forename><surname>Gayo</surname></persName>
		</author>
		<idno type="DOI">10.1186/2041-1480-5-44</idno>
	</analytic>
	<monogr>
		<title level="j">Journal of Biomedical Semantics</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">44</biblScope>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Efficient building of local repository of distributed ontologies</title>
		<author>
			<persName><forename type="first">Gayo</forename><surname>Diallo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE Proc. of the 7th International Conference on Signal Image Technology &amp; Internet Based Systems (SITIS&apos;11</title>
				<editor>
			<persName><forename type="first">R</forename><surname>K Yetongnon</surname></persName>
		</editor>
		<editor>
			<persName><surname>Chbeir</surname></persName>
		</editor>
		<editor>
			<persName><surname>Dipanda</surname></persName>
		</editor>
		<meeting><address><addrLine>Dijon, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011-12-01">Nov 28-Dec 1st 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Modern Information Retrieval-The Concepts and Technology behind Search</title>
		<author>
			<persName><forename type="first">Ricardo</forename><surname>Baeza-Yates</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Berthier</forename><surname>Ribeiro-Neto</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2011">2011</date>
			<publisher>Pearson</publisher>
		</imprint>
	</monogr>
	<note>2nd Edition</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">CEDAR: Efficient Reasoning for the Semantic Web</title>
		<author>
			<persName><forename type="first">Samir</forename><surname>Amir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hassan</forename><surname>Aït-Kaci</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 10th IEEE International Conference on Signal Image Technology &amp; Internet-Based Systems (SITIS 2014)</title>
				<meeting>the 10th IEEE International Conference on Signal Image Technology &amp; Internet-Based Systems (SITIS 2014)<address><addrLine>Marrakech, Morocco</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Conference v2.0: An Uncertain Version of the OAEI Conference Benchmark</title>
		<author>
			<persName><forename type="first">Michelle</forename><surname>Cheatham</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pascal</forename><surname>Hitzler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference</title>
				<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="33" to="48" />
		</imprint>
	</monogr>
</biblStruct>

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

<biblStruct xml:id="b7">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">Kazuo</forename><surname>Iwama</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">A Survey of the Stable Marriage Problem and Its Variants</title>
		<author>
			<persName><forename type="first">Shuichi</forename><surname>Miyazaki</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICKS.2008.7</idno>
		<imprint>
			<biblScope unit="page" from="131" to="136" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Unchain My EL Reasoner</title>
		<author>
			<persName><forename type="first">Yevgeny</forename><surname>Kazakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Markus</forename><surname>Krötzsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">František</forename><surname>Simančík</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 24th International Workshop on Description Logics (DL-11</title>
				<editor>
			<persName><forename type="first">Riccardo</forename><surname>Rosati</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Sebastian</forename><surname>Rudolph</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Michael</forename><surname>Zakharyaschev</surname></persName>
		</editor>
		<meeting>the 24th International Workshop on Description Logics (DL-11</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
	<note>CEUR Workshop Proceedings</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Logistic Model Trees</title>
		<author>
			<persName><forename type="first">Niels</forename><surname>Landwehr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mark</forename><surname>Hall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eibe</forename><surname>Frank</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Machine Learning</title>
				<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="volume">59</biblScope>
			<biblScope unit="page" from="161" to="205" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Her-miT: An OWL 2 Reasoner</title>
		<author>
			<persName><forename type="first">Birte</forename><surname>Glimm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ian</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Boris</forename><surname>Motik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giorgos</forename><surname>Stoilos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhe</forename><surname>Wang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Automated Reasoning</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="245" to="269" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Towards Evaluating Interactive Ontology Matching Tools</title>
		<author>
			<persName><forename type="first">Heiko</forename><surname>Paulheim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sven</forename><surname>Hertling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dominique</forename><surname>Ritze</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC</title>
				<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Mathematics and information retrieval</title>
		<author>
			<persName><forename type="first">Gerard</forename><surname>Salton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Documentation</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="page">29</biblScope>
			<date type="published" when="1979">1979</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Evaluating Ontology Alignment Systems in Query Answering Tasks</title>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Solimando</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ernesto</forename><surname>Jimenez-Ruiz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Pinkel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Poster paper at International Semantic Web Conference (ISWC)</title>
				<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Detecting and Correcting Conservativity Principle Violations in Ontology-to-Ontology Mappings</title>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Solimando</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ernesto</forename><surname>Jiménez-Ruiz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giovanna</forename><surname>Guerrini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference</title>
				<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="1" to="16" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">A Multistrategy Approach for Detecting and Correcting Conservativity Principle Violations in Ontology Alignments</title>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Solimando</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ernesto</forename><surname>Jiménez-Ruiz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Giovanna</forename><surname>Guerrini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">OWL: Experiences and Directions Workshop</title>
				<imprint>
			<date type="published" when="2014">2014. 2014</date>
			<biblScope unit="page" from="13" to="24" />
		</imprint>
	</monogr>
</biblStruct>

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