<?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">Holistic Multiple Ontologies Merging</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><roleName>Early Stage PhD</roleName><forename type="first">Samira</forename><surname>Babalou</surname></persName>
							<email>samira.babalou@uni-jena.de</email>
							<affiliation key="aff0">
								<orgName type="department">Heinz-Nixdorf Chair for Distributed Information Systems</orgName>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Institute for Computer Science</orgName>
								<orgName type="institution">Friedrich Schiller University Jena</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Holistic Multiple Ontologies Merging</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">50BBDB46C668A104B2F1A8A2BC0BFEBD</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T08:43+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>
			<textClass>
				<keywords>
					<term>Semantic web</term>
					<term>Ontology merging</term>
					<term>Ontology mapping</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Ontologies as the main infrastructure to represent data in the Semantic Web are widely developed independently in each area. When it comes to finding a suitable ontology for a given application, two problems occur: Often, an ontology will cover just a part of the domain of interest or competing ontologies modeling the domain from different viewpoints exist. Thus, before being able to leverage the power of ontologies, they themselves need to be integrated. This is a challenging task. The existing approaches are mostly limited to a binary merge. However, by the large availability of the relevant ontologies in the desired domain, an efficient multiple ontologies merging technique is often a necessity to overcome the scalability problem. This research thus advocates for the development of a holistic, efficient multiple ontologies merging method called CoMerger, to satisfy the scalability issue. For efficient processing, rather than merging a large number of ontologies, we merge a small number of clusters. To approve the feasibility of our approach, we will run CoMerger on real-life datasets. Further, our platform will be freely accessible through a live portal.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Problem Statement</head><p>Ontologies are the semantic model to represent data on the Semantic Web. Often a domain has more than one "standard" ontology for the same general concepts. They either cover just a part of the domain of interest or model the domain from different viewpoints. In this fashion, multiple heterogeneous ontologies are independently developed in each domain. In real-world applications of the Semantic Web, this is an essential demand to interoperate with more than two ontologies toward acquiring the desired knowledge for scientists. Indeed, different ontologies cover particular aspects of a domain of discourse but overlap to a certain degree. Therefore, an efficient technique for merging multiple ontologies is often a necessity both during ontology development and when ontologies are used in conjunction with data at the query processing level. This can be a cost-efficient approach and saves a lot of development effort. Thus, before being able to leverage the power of ontologies, they themselves need to be integrated. This is a challenging task.</p><p>Existing ontology merging approaches <ref type="bibr" target="#b13">[14,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b17">18,</ref><ref type="bibr" target="#b22">23]</ref> are mostly limited to merging only two ontologies, partly due to using a binary merge (i.e., merging two ontologies at a time). In principle, a series of binary merges can be applied to more than two ontologies, however, they are no longer sufficiently scalable and viable for a large number of ontologies <ref type="bibr" target="#b16">[17]</ref>. Precisely, to merge n ontologies, a binary-merge approach needs to run the n.(n−1) 2 pairwise alignment processes and (n − 1) combination operations in an incremental fashion. Nevertheless, merging multiple ontologies (n &gt; 2) at the same time has not been extensively studied mainly due to the much more complex search space and it still remains one of the key challenges in the future research agenda. Therefore, to overcome the binary merge limitations, the holistic strategy has been introduced as a feasible and efficient method in <ref type="bibr" target="#b16">[17]</ref>. Following this approach, in our proposed framework CoMerger, we advocate for developing an efficient, holistic merging technique that scales to many ontologies. It gets as an input a set of ontologies with their alignments and automatically generates a merged ontology with a set of output mappings between the merged and the input ontologies. At first, the n input ontologies will be clustered into k clusters. Afterward, the clusters will be combined based on the corresponding pairs to produce the merged ontology. To this end, the main problem statement of our research is to enable a holistic ontology merging method by extending Semantic Web technologies. Thus, the general research question that my thesis tries to address is:</p><p>Research Question: How can the holistic approach be applied for merging n ontologies to overcome the scalability problem?</p><p>To contribute to the main research question, two RQs with further sub-questions can be concluded.</p><p>RQ1-How can the elements of input ontologies be effectively clustered into k clusters based on the detected correspondences to facilitate the merge process? RQ1-1-Does the clustering process lead to a significant reduction in execution time and complexity of merging process without compromising quality? RQ1-2-What is the effect of varying the number of clusters k on the merge quality? RQ2-How can the combination of k clusters efficiently generate the merged ontology?</p><p>RQ2-1-Which requirements should be considered for the merging step? RQ2-2-How to fulfill these requirements? RQ2-3-How can a high quality of the merge result be achieved? RQ2-4-How to accomplish consistency in the merged ontology?</p><p>2 State of the Art Merging strategies basically have been divided into two main categories <ref type="bibr" target="#b5">[6]</ref>: "binary" and "n-ary". The binary approach allows merging of two ontologies at a time, while n-ary strategy lets to merge n ontologies (n &gt; 2). To deal with merging more than two ontologies, the binary strategy needs the quadratic complexity of merging operations and also needs a final analysis to add missing global properties <ref type="bibr" target="#b5">[6]</ref>. However, in the n-ary strategy, the number of merging steps is minimized. Moreover, a considerable amount of semantic analysis can be performed before merging, thus avoiding the necessity of a further analysis and transformation of the merged ontology. This approach also is called "holistic" strategy <ref type="bibr" target="#b16">[17]</ref>. Indeed, with continuously increasing amount of data being produced, developing solutions to deal with the simultaneous merging of different ontologies is becoming necessary.</p><p>To process multiple ontologies, for instance, in the multiple ontologies matching scenario in <ref type="bibr" target="#b10">[11]</ref>, to match 4000 web-extracted ontologies on six computers using a pairwise strategy took about one year, which indicates the insufficient scalability of pairwise strategies. As a further example of multiple ontologies merging, the integration process in the biomedical ontology UMLS Metathesaurus <ref type="bibr" target="#b6">[7]</ref> was highly complex and involved a significant effort by domain experts. To the best of our knowledge, the holistic ontology merging has not been practically applied and still is one of the key challenges in this field. As an example, Porsche <ref type="bibr" target="#b19">[20]</ref> semi-automatically merges many tree-structured XML schemas and holistically clusters all matching elements in the nodes of the merged schema. The final merge result depends on the order in which the source schemas are matched and merged. Low alignment accuracy and low minimality on the merge result arise from its simple heuristic functions. Furthermore, consistency issues have not been considered.</p><p>Principally, general processes in the existing approaches seem to indicate two different strategies: "one-level merge" and "two-levels merge". In the latter one, an intermediate merge result is produced at the first level. Then, in the second phase, the intermediate result is refined to produce a final merge result. In contrast, one-level merge tends to produce the merge result in one incrementally processing step <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b12">13]</ref>. In each element combination, they analyzed whether it does not have any inconsistencies with other previous merged elements. Although the two-levels merge is the most used strategy in the literature reviews <ref type="bibr" target="#b13">[14,</ref><ref type="bibr" target="#b17">18,</ref><ref type="bibr" target="#b22">23]</ref>, there is no comparison between the effectiveness of these two strategies. We have prioritized to use one-level merge strategy and check the arising inconsistencies before applying each combination.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Proposed Approach</head><p>This research aims to comprehensively address the holistic multiple ontologies merging issue to improve the shortcomings of previous approaches. We have been investigating the existing methods and found the scalability issue as an ongoing challenge. Therefore, we have four main objectives:</p><p>-Overcoming the scalability problem in merging multiple ontologies: We aim to develop a framework for holistic multiple ontologies merging to overcome the scalability issue. -Achieving a high accuracy in the merge result: In order to gain a high accuracy, the merge requirements should be fulfilled, however, it should be possible to customize them to the task at hand. We plan to derive a method to apply these customized requirements in a way that they do not contradict each other. -Developing a web tool: As a proof of concept, this research aims to develop a web tool for merging multiple ontologies. This tool can be divided into two sections: merger and evaluator. The latter includes systematic criteria for evaluating the merged ontology independent from the merge techniques.</p><p>-Validating: To evaluate our framework, we will carry out a set of experimental tests to analyze the performance of the tool and the merge algorithm.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Methodology</head><p>Ontology merging is the process of building a new coherent ontology (called a merged ontology) from given input ontologies to provide a unified access on the domain. Principally, it requires to know which elements are equal to each other. This can be achieved by an ontology alignment method to detect the corresponding pairs. Many significant advances such as <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b7">8,</ref><ref type="bibr" target="#b20">21,</ref><ref type="bibr" target="#b21">22]</ref> have already been made for the automatic ontology alignment. Moreover, the most state-of-the-art matching systems participate in OAEI campaigns <ref type="foot" target="#foot_0">1</ref> have achieved promising results in several use cases. Therefore, we assume that the alignments are already determined by an existing tool in this research. Same as our assumption, using the pre-determined mappings has previously been applied in <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b17">18]</ref>. Below, a schematic of our holistic multiple ontologies merging framework is illustrated in Fig. <ref type="figure">1</ref>. It gets as an input a set of ontologies with their alignments, and automatically generates a merged ontology with a set of output mapping between the merged and the input ontologies. In the preprocessing step, the input ontologies and the pre-determined mapping are imported into a repository. Afterwards, the elements of the n input ontologies will be clustered into the k clusters in the clustering step. Finally, the combination phase will be applied to combine the k created clusters into the merged ontology. Thus, instead of the quadratic merge process, this holistic approach needs k merge operations. Here the number of clusters is noticeably smaller than the number of input ontologies (k n). Therefore, to overcome the scalability problem in this framework, rather than merging a large number of ontologies (n), we merge a small number of clusters (k). Once the merged ontology is created, the output Fig. <ref type="figure">1</ref>: Schematic of the holistic ontologies merging framework mapping between the merge and the input ontologies will be produced through a backward process in the postprocessing phase.</p><p>Contributing to RQ1, the clustering component in Fig. <ref type="figure">1</ref> is accelerating the combination process by minimizing the search space in the way of breaking merging n ontologies into the merging of k clusters. Generally, clustering z elements of all input ontologies into k clusters needs z(z−1) 2 times comparisons. Alternatively, would be comparing z − k elements with only k elements, which it requires z×k times comparisons. Therefore, we will use a core-clustering method, where all z elements will be compared with k core of the clusters through a semantic similarity function. We deem that the elements with a high number of correspondences in the input ontologies are more suitable to be considered as the cores. In this follow, the core of each cluster and the optimal number of clusters for each set of ontologies will be dynamically determined by using their mapping information.</p><p>To address RQ2, we divide the combination process into two steps through the combining component (Fig. <ref type="figure">1</ref>): (i) intra-combination, and (ii) inter-combination. In the first step, the elements inside the clusters will be combined to create k sub-ontologies. In the inter-combination step, the k generated sub-ontologies will be attached to create the final merged ontology. Here, detecting the finest place of the join is a challenging task. We intend to find it in a heuristic method by narrowing comparison between the leaves and the core of sub-ontologies.</p><p>To capture the accuracy and consistency of the result, the predetermined merge requirements will be assessed before applying each combining process. The existing merge technique partially aims to satisfy some of them, however, they should be customized by the task at the hand (RQ2-1 ). To this end, we are providing a checklist including a variety of requirements (extracted from <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b17">18]</ref>), where the user can customize it (as is shown in Fig. <ref type="figure" target="#fig_0">2</ref>). Each requirement will be performed as a set of rules with a weighting strategy (RQ2-2 ), in the way that they do not have a contraindicated with each other. Utilizing these requirements tends to guarantee the consistency of the created merged ontology, and consequence the quality of the merge result (RQ2-3 ). To accomplish consistency (RQ2-4 ), the conflicts and inconsistencies should be detected at first via a reasoner, then they should be resolved. This is under our survey to handle inconsistencies with some conflict resolver such as subjective logic-based approach <ref type="bibr" target="#b11">[12]</ref>.</p><p>To develop a web-based tool, a preliminary version of CoMerger is being provided by using the OWL API library<ref type="foot" target="#foot_1">2</ref> and a user-friendly GUI as is shown in Figs. <ref type="figure" target="#fig_0">2 and 3</ref>. The further version might also include the analysis the execution log of the merge evaluator and visualization of the results.</p><p>Evaluation Protocol: We address the required evaluations as below: E1. To study our main research question, we will compare the quality and complexity of merging multiple ontologies by a series of the binary merges rather than our holistic merge approach. The quality will be measured as states in E5, and the complexity will be measured as the number of required operations. E2. The aim of clustering is to accelerate the merge process. Therefore, to evaluate RQ1-1, we will compare the quality of the merge result and complexity of the merge operations with and without using clustering. E3. To evaluate our heuristic approach on RQ1-2, we will compare the quality of the merge result on the experimental tests for k = 1, ..., n. Besides, the cohesion and coupling <ref type="bibr" target="#b1">[2]</ref> of the created clusters will be analyzed. E4. A use case testing will investigate the feasibility of which requirements are worth being considered (RQ2-1 ) and to what extent they can be satisfied (RQ2-2 ). E5. The quality of the merge result regarding RQ2-3 can be evaluated in three scenarios: (i) Measuring the integrity of the merged ontology with the merge quality criteria, namely, compactness, completeness, and minimality <ref type="bibr" target="#b8">[9]</ref>. In addition, we are investigating to recast these measures in a broad range of systematic criteria in our evaluator tool. (ii) Comparing our result with the mentioned state-of-the-art approaches. (iii) Comparison with human experts results on the part of our datasets. E6. The consistency of the merge result can be evaluated by measuring the fulfillment of the customized merge requirements with either a reasoner or an expert (RQ2-4 ). E7. We demonstrate the method's scalability by illustrating the performance test results on the set of real-life ontologies from BioPortal repository<ref type="foot" target="#foot_2">3</ref> and OAEI datasets. The first one currently contains more than 700 biomedical ontologies with thousand of classes, and the second one includes several domains such as biodiversity and ecology, anatomy and conference domains.</p><p>Here, the runtime performance will be evaluated based on the number of ontologies versus the time required for merge operations. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Preliminary Results</head><p>The first conceptual ontology-based data integration workflow has already been represented in <ref type="bibr" target="#b2">[3]</ref>. Additionally, we investigated the role of mapping in the merge process <ref type="bibr" target="#b4">[5]</ref>. Moreover, we developed a highly accurate similarity method<ref type="foot" target="#foot_3">4</ref> by applying Information Content as an optimization problem <ref type="bibr" target="#b3">[4]</ref>. We will revise it to be extended in our similarity function. Finally, the first version of our tools, merger (Fig. <ref type="figure" target="#fig_0">2</ref>) and evaluator (Fig. <ref type="figure">3</ref>) are under our development to be published online.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Discussion</head><p>Ontology merging is often a necessity in applications of the Semantic Web. To this end, our aim is to provide a holistic multiple ontologies merging, namely CoMerger, to satisfy the scalability issue. The efficient processing will be held by breaking the n ontologies processing into the k clusters merging, with a minor overhead of the clustering process. Each component has a high effect on the quality of the final merge result, therefore, the difficulty of this research would be carefully fine-tune the correctness of each sub-function. Besides, in the aspect of knowledge integration, the possibility of ambiguous knowledge being introduced in the final merged ontology will be another obstacle in this research, which bring us to deal with the reasoning from ambiguous knowledge challenge <ref type="bibr" target="#b18">[19]</ref>. The future works of this research can be extended to the merging data in the schema-level on the Linked Open Data (LOD) scenarios, also utilizing parallel techniques in our framework.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 2 :</head><label>2</label><figDesc>Fig. 2: Merger</figDesc><graphic coords="7,136.93,115.84,168.59,180.00" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://oaei.ontologymatching.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://owlapi.sourceforge.net</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">https://bioportal.bioontology.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://simbio.uni-jena.de</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>The author would like to thank Prof. Birgitta König-Ries and Dr. Alsayed Algergawy for their valuable supervising. The author is supported by a scholarship from German Academic Exchange Service (DAAD).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Seecont: A new seeding-based clustering approach for ontology matching</title>
		<author>
			<persName><forename type="first">A</forename><surname>Algergawy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Babalou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Kargar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">H</forename><surname>Davarpanah</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ADBIS</title>
				<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A new metric to evaluate ontology modularization</title>
		<author>
			<persName><forename type="first">A</forename><surname>Algergawy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Babalou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>König-Ries</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SumPre with ESWC</title>
				<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">An ontology-based scientific data integration workflow</title>
		<author>
			<persName><forename type="first">S</forename><surname>Babalou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Algergawy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>König-Ries</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 29th GVDB</title>
				<meeting>of the 29th GVDB</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="30" to="35" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">A particle swarm-based approach for semantic similarity computation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Babalou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Algergawy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>König-Ries</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">OTM</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="161" to="179" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Why the mapping process in ontology integration deserves attention</title>
		<author>
			<persName><forename type="first">S</forename><surname>Babalou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Algergawy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Lantow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>König-Ries</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 19th iiWAS Conf</title>
				<meeting>of the 19th iiWAS Conf</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="451" to="456" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A comparative analysis of methodologies for database schema integration</title>
		<author>
			<persName><forename type="first">C</forename><surname>Batini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lenzerini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">B</forename><surname>Navathe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">CSUR</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="323" to="364" />
			<date type="published" when="1986">1986</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The unified medical language system (umls): integrating biomedical terminology</title>
		<author>
			<persName><forename type="first">O</forename><surname>Bodenreider</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nucleic acids research</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="D267" to="D270" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
	<note>suppl</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Fuzzy inference-based ontology matching using upper ontology</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">H</forename><surname>Davarpanah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Algergawy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Babalou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ADBIS</title>
				<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Measuring the quality of an integrated schema</title>
		<author>
			<persName><forename type="first">F</forename><surname>Duchateau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Bellahsene</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ER</title>
		<imprint>
			<biblScope unit="page" from="261" to="273" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Merging of axiomatic definitions of concepts in the complex owl ontologies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Fahad</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AIR</title>
		<imprint>
			<biblScope unit="volume">47</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="181" to="215" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">How matchable are four thousand ontologies on the semantic web</title>
		<author>
			<persName><forename type="first">W</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Qu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC</title>
				<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A metric for trusted systems</title>
		<author>
			<persName><forename type="first">A</forename><surname>Jøsang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J</forename><surname>Knapskog</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 21st National Security Conf. NSA</title>
				<meeting>of the 21st National Security Conf. NSA</meeting>
		<imprint>
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Creado-a methodology to create domain ontologies using parameter-based ontology merging techniques</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">P</forename><surname>Ju</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">E</forename><surname>Esquivel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Rebollar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">C</forename><surname>Su</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">MICAI</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="23" to="28" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Algebraic graph transformations for merging ontologies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Mahfoudh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Thiry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Forestier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hassenforder</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">MEDI</title>
		<imprint>
			<biblScope unit="page" from="154" to="168" />
			<date type="published" when="2014">2014</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">The prompt suite: interactive tools for ontology merging and mapping</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">F</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Musen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IJHCS</title>
		<imprint>
			<biblScope unit="volume">59</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="983" to="1024" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Merging models based on given correspondences</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Pottinger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">A</forename><surname>Bernstein</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 29th int. conf. on VeLDB-Volume</title>
				<meeting>of the 29th int. conf. on VeLDB-Volume</meeting>
		<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="page" from="862" to="873" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">The case for holistic data integration</title>
		<author>
			<persName><forename type="first">E</forename><surname>Rahm</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ADBIS</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="11" to="27" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Target-driven merging of taxonomies with atom</title>
		<author>
			<persName><forename type="first">S</forename><surname>Raunich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Rahm</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Inf. Syst</title>
		<imprint>
			<biblScope unit="volume">42</biblScope>
			<biblScope unit="page" from="1" to="14" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Reasoning from imperfect knowledge</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">K</forename><surname>Reed</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pease</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Cognitive Systems Research</title>
		<imprint>
			<biblScope unit="volume">41</biblScope>
			<biblScope unit="page" from="56" to="72" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Porsche: Performance oriented schema mediation</title>
		<author>
			<persName><forename type="first">K</forename><surname>Saleem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Bellahsene</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hunt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Systems</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="issue">7</biblScope>
			<biblScope unit="page" from="637" to="657" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<title level="m" type="main">Omega: Ontology matching enhanced by genetic algorithm</title>
		<author>
			<persName><forename type="first">M</forename><surname>Shamsfard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Helli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Babalou</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016">2016</date>
			<publisher>ICWR</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Ontology matching: State of the art and future challenges</title>
		<author>
			<persName><forename type="first">P</forename><surname>Shvaiko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Trans. Knowl. Data Eng</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="158" to="176" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Fca-merge: Bottom-up merging of ontologies</title>
		<author>
			<persName><forename type="first">G</forename><surname>Stumme</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Maedche</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IJCAI</title>
				<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="225" to="230" />
		</imprint>
	</monogr>
</biblStruct>

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