<?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">Context-Sensitive Referencing for Ontology Mapping Disambiguation</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Heiko</forename><surname>Paulheim</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution" key="instit1">Hochschule Darmstadt</orgName>
								<orgName type="institution" key="instit2">University of Applied Sciences</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Michael</forename><surname>Rebstock</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution" key="instit1">Hochschule Darmstadt</orgName>
								<orgName type="institution" key="instit2">University of Applied Sciences</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Janina</forename><surname>Fengel</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution" key="instit1">Hochschule Darmstadt</orgName>
								<orgName type="institution" key="instit2">University of Applied Sciences</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Context-Sensitive Referencing for Ontology Mapping Disambiguation</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">AEB5BE1BFE1D05D09A6F3EC01DADCD85</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T08:36+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 Synchronization</term>
					<term>Ontology Mapping</term>
					<term>Ontological Engineering</term>
					<term>Context-Sensitivity</term>
					<term>Communities</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Ontologies can be used for e-business integration, for example by describing existing e-business standards as ontologies. If cooperating parties use different ontologies, ontology mappings are needed, which can be ambiguous, thus making ontology mapping disambiguation necessary. Different disambiguation strategies exist, such as community-driven or context-sensitive referencing of ontologies, where the latter is what we developed in our project. In this paper, we show that community-driven referencing can be realized using a context-sensitive referencing service in a way that the user administration is transparent to the referencing system.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>top of JENA2 <ref type="bibr" target="#b3">[4]</ref> and Java that allows connecting such components to form a coherent semantic referencing service <ref type="bibr" target="#b4">[5]</ref>, as well as reusing techniques from information retrieval (IR).</p><p>The service allows users to find references between ontologies. References may either be created manually or established automatically by a mapping tool. However, as stated in <ref type="bibr" target="#b5">[6]</ref>, more than one reference can exist for the same element, caused by different modelling approaches and granularities of the individual standards, even more so if proprietary or in-house standards are used. Therefore, reference disambiguation strategies are needed, which filter appropriate results and/or sort results by relevance. The framework developed in our project evaluates context information to provide reference disambiguation.</p><p>The rest of this paper is structured as follows. Section 2 describes the basics on ontologies, references, and context. Section 3 explains two approaches for reference disambiguation: community-based and context-sensitive referencing. Section 4 shows how community-based referencing can be realized using contextsensitive referencing. Section 5 provides an overview on related work, and section 6 closes with a discussion of our results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Ontologies, Semantic References, and Context</head><p>Ontologies are structured, machine-readable representations of knowledge. There are many different definitions of what an ontology actually is (for a comprehensive overview see <ref type="bibr" target="#b0">[1]</ref>), however, we will look at ontologies as a collection of definitions of elements and their relations. Ontologies can be represented in different languages, the most dominant are RDF Schema <ref type="bibr" target="#b6">[7]</ref>, and the various dialects of OWL <ref type="bibr" target="#b7">[8]</ref>. Ontologies are considered as a means for e-business integration <ref type="bibr" target="#b8">[9]</ref>, however, if two or more cooperating parties use different ontologies, further steps have to be taken to allow seamless interoperability.</p><p>Therefore, ontology matching solutions are needed, which produce mappings from elements in one ontology to elements in another. There are two main categories of ontology matching algorithms <ref type="bibr" target="#b9">[10]</ref>. One are element-based approaches, which try to match single elements of an ontology, either using only the information given in the ontology itself (e.g., by measuring string distance using the edit distance), or by using external information, e.g. upper-level ontologies, such as WordNet <ref type="bibr" target="#b10">[11]</ref>. The second are structure-level approaches, which do not only analyze elements isolated from each other, but also their relations and patterns they form in graphs. An overview and more detailed analysis of matching approaches can be found in <ref type="bibr" target="#b9">[10]</ref> and <ref type="bibr" target="#b11">[12]</ref>. Some approaches, like <ref type="bibr" target="#b12">[13]</ref>, combine the weighted results of several matching solutions in order to obtain mappings of higher quality.</p><p>Ontology matching tools provide references. In extension of <ref type="bibr" target="#b13">[14]</ref>, references can be described as a five-dimensional vector of the form ref erence := entity1, entity2, type, conf idence, acceptance .</p><p>(</p><p>The first two entries entity1 and entity2 are URIs of the elements from both ontologies to be referenced, type describes the kind of relation (like "equal", "subclass of", etc.), conf idence describes the degree of probability of the relation, and acceptance expresses the users' rating of that reference. For example, the reference</p><formula xml:id="formula_1">r 1 = StandardA#X, StandardB#Y, equal, 0.87, 0.95<label>(2)</label></formula><p>is read as "Element X in StandardA and element Y in StandardB are equal with a probability of 87%, and 95% of all users agreed on that statement". The acceptance value is calculated from the users' ratings.</p><p>In order to disambiguate such semantic references, we have developed an approach which uses context information. There has been a lot of research on context in the fields of machine translation and IR, yielding several ways of describing context. In machine translation, shallow and deep approaches <ref type="bibr" target="#b14">[15]</ref>, bag of words and relational approaches <ref type="bibr" target="#b15">[16]</ref> are distinguished to solve the problem of word sense disambiguation. In IR, context data can be represented in different forms, from simple binary vectors to highly complex graphs, as proposed by <ref type="bibr" target="#b16">[17]</ref>. An introduction to context queries in IR can be found in <ref type="bibr" target="#b17">[18]</ref>.</p><p>3 Approaches for Mapping Disambiguation</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Community-Based Referencing</head><p>The idea of context mapping disambiguation by using communities has first been developed by Anna V. Zhdanova and Pavel Shvaiko in <ref type="bibr" target="#b18">[19]</ref>. The general problem of community-based referencing can be formally defined as follows: Definition 1. Given a user being member in a non-empty set of communities S U , find those references for an element x from a set of ontologies O 1 to a set of ontologies O 2 that have been created by a user being member in a non-empty set of communities S C under the condition that S U ∩ S C is not empty.</p><p>That means that a user issuing a query for semantic references on an element is presented all references for that element created by users with whom he has at least one community in common (note that we are considering the creators of ontology references, not of the ontologies themselves). The user's login and community data are directly processed by the referencing system.</p><p>Although the authors of <ref type="bibr" target="#b18">[19]</ref> primarily focused on mapping reuse, this community-driven approach can also be seen as an ontology mapping disambiguation strategy: different semantic references caused by ambiguous use of elements in different communities are filtered and thereby disambiguated. We will call a semantic referencing service that allows disambiguation by using context information a community-based semantic referencing service.</p><p>Figure <ref type="figure">1</ref> demonstrates the idea of community-driven mapping disambiguation. There are two references for the element "switch" from a rather coarsegrained proprietary standard P to the more fine-grained standard eCl@ss <ref type="bibr" target="#b19">[20]</ref>, each having its right to exist in a given context. User 1 is a network administrator using standard P for ordering an ethernet LAN switch. Since the supplier Fig. <ref type="figure">1</ref>. Community-driven mapping disambiguation uses eCl@ss, user 1 queries the semantic referencing system for references for the element "switch". The system returns the reference to "19-03-01-17" (which is the eCl@ss code for "network switch") created by user 2, since both users are in the "networks"-community, but does not return the reference to "27-14-40-47" (which is the eCl@ss code for "toggle switch") created by user 3, since users 1 and 3 do not share any communities. The list of references that exist for the element "switch" is thus filtered and thereby disambiguated.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Context-Sensitive Referencing</head><p>A different approach for disambiguating semantic references is the evaluation of the context of the term to be referenced. The general problem of context-sensitive referencing can be defined as follows: Definition 2. Given some context information C (x), find the references for an element x from a set of ontologies O 1 to a set of ontologies O 2 , with an acceptance value acc C(x) (which is the higher the more appropriate the reference is in this context), calculated dynamically for that context information and exceeding a minimum acceptance threshold acc min .</p><p>Such an acceptance value acc C(x) can be obtained in different ways. Since one of the design aims of our system was to minimize the need for manual preparatory work, we decided to calculate acc C(x) based on user ratings. Each user can rate (in the easiest case: accept or deny) a reference in his or her context, and the ratings are stored in the system. Each time a user requests a reference for an element in a context, the acceptance value is calculated using the distance-weighted k-nearest-neighbor rule <ref type="bibr" target="#b20">[21]</ref>, with the difference between the similarity of the request's context C Q (x) and the rating's context C R (x) as distances, given any similarity function sim. In other words, acc C(X) (Ref ) is calculated as</p><formula xml:id="formula_2">acc CQ(X) (Ref ) = R∈Ratings(Ref ) sim(CQ(x),CR(x)) sumsim</formula><p>• acc (R) sum sim &gt; 0 acc def sum sim = 0 (3) where sum sim is calculated as</p><formula xml:id="formula_3">sum sim := R∈Ratings sim (C R (x) , C Q (x)). (<label>4</label></formula><formula xml:id="formula_4">)</formula><p>and acc def is a configurable parameter which serves as a default acceptance if no ratings exist or if none of the ratings is at least minimally similar to the query's context. In the latter case, it is also possible to use the unweighted median of all ratings.</p><p>We will call a semantic referencing service which uses context-sensitive reference disambiguation a context-sensitive semantic referencing service.</p><p>As already stated in section 2, there are different ways to describe context. Since different client applications can have different strategies of gathering context information, using more specific context information (as in deep and relational approaches) narrows the variety of possible client applications. Therefore, we decided for a relational approach which uses a weighting factor for each context term, where the context terms are simple strings. Therefore, the context of an element x is defined as a set of context terms C (x), and a normalized weighting function ω, defined as</p><formula xml:id="formula_5">ω C(X) : C (X) → [0, 1] with max y∈C(X) ω C(X) = 1.</formula><p>(</p><formula xml:id="formula_6">)<label>5</label></formula><p>That function can also be interpreted as a reverse of a distance function: the higher a context term's weight, the closer it is to the term in question.</p><p>Since many context similarity measures are defined for vectors, with the context terms used as dimensions and the weights as values, the weighting function can also be regarded as a weighting vector w C(X) with</p><formula xml:id="formula_7">w i,C(X) := ω C(X) (t i ) , t i ∈ C (X) , 1 ≤ i ≤ |C (X)| .<label>(6)</label></formula><p>With those definitions, an acceptance value can be calculated for each reference, determining that reference's appropriateness in the query's context. Thereby, semantic references can be disambiguated. Details on context-sensitive reference disambiguation can be found in <ref type="bibr" target="#b21">[22]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Community information as a special kind of context</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Using communities as context information</head><p>A query for references in a community-driven scenario, as stated in definition 1, can be identified by a query term X and by a set S U of community identifiers, where S U ⊆ S, and S represents the set of all communities. A query in a contextsensitive scenario, as stated in definition 1, is identified by a query term X, a context set C (X) (containing context terms), and a weighting function ω C(X) as defined in <ref type="bibr" target="#b4">(5)</ref>.</p><p>Since, according to definition 1, the result set would be empty if the user was not a member of any community, we assume that each user issuing a query is a member of at least one community.</p><p>In order to transform a community-driven query to a context-sensitive one, we treat the community identifiers as simple strings and define:</p><formula xml:id="formula_8">C (X) := S and ω C(X) (t) := 1 ∀ t ∈ S U 0 ∀ t ∈ S − S U<label>(7)</label></formula><p>We are now going to show that our context-sensitive reference disambiguation approach answers context-based queries as defined above such that the following requirements are fulfilled:</p><p>Requirement 1: All references created by users that share at least one community with the user issuing the query are returned. Requirement 2: No references created by users that do not share any community with the user issuing the query are returned.</p><p>To this end, we use the cosine similarity <ref type="bibr" target="#b17">[18]</ref> as a similarity measure, and a default acceptance acc def = 0. Furthermore, we assume that for each reference that one and only one rating exists, whose context is the community information of the reference's creator as defined above and whose acceptance value is 1. We will elaborate on how to assure this assumption in the next section.</p><p>Let w CQ(X) be the query's weighting vector and w CQ(X) be the rating's vector (containing the community information of the reference's creator), according to <ref type="bibr" target="#b5">(6)</ref>.</p><p>The cosine similarity is defined as</p><formula xml:id="formula_9">sim cos w CQ(X) , w CR(X) := w CQ(X) • w CR(X) w CQ(X) w CR(X) . (<label>8</label></formula><formula xml:id="formula_10">)</formula><p>Since each user is a member of at least one community, at least one element in both w Q and w R has a value of 1, thus, the denominator never equals 0. Furthermore, w CQ(X) • w CR(X) is greater than zero if and only if both vectors contain a non-zero element in the same position, e.g. if both users have at least one community in common, and zero otherwise. Thus, (3) reduces to</p><formula xml:id="formula_11">acc CQ(X) (Ref ) = &gt; 0 if sim w CQ(X) , w CR(X) &gt; 0 0 if sim w CQ(X) , w CR(X) = 0 (9)</formula><p>Thus, if all semantic references are filtered with a threshold of acc min = 0, and only references with an acceptance value acc CQ(X) (Ref ) &gt; 0 are returned, the two requirements stated above are fulfilled. That shows that our system can provide community-driven reference disambiguation, put down to contextsensitive referencing.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Providing community-based reference disambiguation by a context-sensitive referencing service</head><p>Our original context-sensitive referencing service provides three main functions:</p><p>-Create a new reference, -get a list of references in a given context, -and rate a reference in a given context.</p><p>In order to assure that only one rating exists for each reference, as proposed in the section above, those functions are encapsulated to form a community-based referencing service as follows:</p><p>-Each time a user creates a reference using the community-driven referencing service, the reference is automatically rated with an acceptance value of 1 in the context derived from the user's community information. -The request for a list of references remains the same.</p><p>With this approach, we have created a community-driven semantic referencing service by encapsulating our context-sensitive semantic referencing service, where the latter remains unchanged. The referencing system only processes context data, thus abstracting away from user and community administration. In principal, the algorithm is generic enough to solve other context-based disambiguation tasks as well.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Related Work</head><p>In the area of ontological engineering, much research work has already been conducted on ontology matching and ontology reasoning. Ontology matching deals with finding similarities between ontologies, often in order to merge them <ref type="bibr" target="#b9">[10]</ref>. Ontology reasoning tries to derive new knowledge from knowledge already present in an ontology. There are also approaches trying to improve ontology mappings by means of ontology reasoning <ref type="bibr" target="#b22">[23]</ref>, while others propose an ontology mapping language capable of mapping heterogeneous information, like concepts to relations <ref type="bibr" target="#b23">[24]</ref>. Some research projects deal with providing semantic references between ebusiness standards to allow semantic integration. Besides the already mentioned community-based approach developed by Zhdanova and Shvaiko <ref type="bibr" target="#b18">[19]</ref>, some other projects exist. <ref type="bibr" target="#b24">[25]</ref> combine agents and ontology mapping to allow automatic e-business transactions. Some approaches try to collect references under the umbrella of one global ontology, like WordNet <ref type="bibr" target="#b25">[26]</ref>. <ref type="bibr" target="#b26">[27]</ref> propose a hierarchy of ontologies connected by mappings. Zimmermann and Euzenat haven shown in <ref type="bibr" target="#b27">[28]</ref> that a context-sensitive approach is not possible for ontology alignment. However, it is a feasible approach for disambiguating semantic references. Other works, like <ref type="bibr" target="#b28">[29]</ref>, use ontologies, for example, to disambiguate items like person names in unstructured text by searching context terms in ontologies, unlike our approach, where context terms can be arbitrary strings that need not exist in any ontology.</p><p>The problem of context-sensitive referencing can be regarded as a special information retrieval problem. Extensive research has been conducted in this area. The present approaches stretch from using simple context term vectors <ref type="bibr" target="#b17">[18]</ref> to describe context in rich semantic structures like RDF graphs <ref type="bibr" target="#b16">[17]</ref>. There are also community-based information retrieval approaches, like <ref type="bibr" target="#b29">[30]</ref>, which uses the visualization of different perspectives in distinct communities for sharing information across community borders.</p><p>While our system is based on creating a collection of references, other approaches try on-the-fly mapping of ontologies <ref type="bibr" target="#b30">[31]</ref>, which is a reasonable approach when, like in the case of very large ontologies, the collection of mappings tends to become rather extensive. There are also works on matching blocks of partioned ontologies <ref type="bibr" target="#b31">[32]</ref>, which could be a possible approach to deal with the problem of large ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Discussion</head><p>In this paper, we have shown that a context-sensitive semantic referencing service, combined with user's ratings, can also be used for providing communitybased semantic referencing. Both are feasible approaches for ontology mapping disambiguation, each having their advantages and drawbacks:</p><p>-Both approaches provide mechanisms to create a growing knowledge base of semantic references. -Community-based referencing needs the additional implementation of user and community administration, while context-sensitive referencing also works from scratch (our implementation of the service also works with empty context information). -On the other hand, community-based referencing is an appropriate approach to ensure that references remain private in a community and users from other communities will never come to see those references. -The rating mechanism underlying our context-sensitive approach can also be made transparent to the user by observing the user's behavior: if a user works with a reference, it receives a positive rating, if s/he decides not to work with a proposed reference, it receives a negative rating. -Both approaches have to cope with erroneous user's entries. Communitybased referencing only has to deal with wrong references. Context-sensitive referencing also has to handle wrong ratings, which can mislead the system to calculate a wrong acceptance value and thus present a reference not appropriate in a context as being highly appropriate, and vice versa. However, the ratio of correct ratings to incorrect ones is high enough, the weight of wrong ratings decreases, and it is likely that many negative ratings will make a wrong reference fall below the lower acceptance threshold and thus make it "disappear" from the list of results displayed for the user. -Since the usage context of a term in general can be expected to be similar within a community and different between distinct communities, context information can be looked at as implicit community information, and vice versa.</p><p>The approach presented in this paper does not yet allow using context-sensitive and community-driven semantic referencing in parallel (e.g. to further disambiguate different references used in a community). However, if this can be achieved by allowing two sets of context (the community information and the actual context information), calculating an acceptance value for each context and applying filters to each of the calculated acceptance values. Such an approach would also make the use of further types of context information possible, like documents, bookmarks, the user's role in a company, or previous projects the user has worked on, as proposed by <ref type="bibr" target="#b16">[17]</ref>.</p></div>		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Ontological Engineering</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gómez-Pérez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fernández-López</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</author>
		<editor>et al.</editor>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>Springer</publisher>
			<pubPlace>London</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">DAML+OIL and RDF Schema Representation of UNSPSC</title>
		<author>
			<persName><forename type="first">M</forename><surname>Klein</surname></persName>
		</author>
		<ptr target="http://www.cs.vu.nl/mcaklein/unspsc" />
		<imprint>
			<date type="published" when="2006-10-31">October 31, 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Hepp</surname></persName>
		</author>
		<ptr target="http://www.heppnetz.de/eclassowl/" />
		<title level="m">Ontologizing eCl@ss</title>
				<imprint>
			<date type="published" when="2006-10-31">October 31, 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">Jena</forename></persName>
		</author>
		<ptr target="http://jena.sourcefourge.net/" />
		<title level="m">Jena -A Semantic Web Framework for Java</title>
				<imprint>
			<date type="published" when="2006-10-25">October 25, 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Dynamic Semantic Synchronization in E-Business</title>
		<author>
			<persName><forename type="first">H</forename><surname>Paulheim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rebstock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fengel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st European Semantic Technology Conference</title>
				<meeting>the 1st European Semantic Technology Conference<address><addrLine>Vienna, Austria (CD-ROM</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007-06-01">May 31st -June 1st. 2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">The E-Commerce Product Classification Challenge</title>
		<author>
			<persName><forename type="first">E</forename><surname>Schulten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Akkermans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Botquin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Lopes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dörr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Sadeh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="86" to="89" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<ptr target="http://www.w3.org/TR/rdf-schema/" />
		<title level="m">RDF Core Working Group: RDF Vocabulary Description Language 1.0: RDF Schema</title>
				<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<ptr target="http://www.w3.org/2004/OWL/" />
		<title level="m">Web Ontology Working Group: Web Ontology Language (OWL)</title>
				<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Ontologies: principles, methods, and applications</title>
		<author>
			<persName><forename type="first">M</forename><surname>Uschold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Grüninger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge Engineering Review</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="93" to="155" />
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">A Survey of Schema-based Matching Approaches</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">Journal on Data Semantics</title>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">WordNet: An Electronic Lexical Database</title>
		<author>
			<persName><forename type="first">C</forename><surname>Fellbaum</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1998">1998</date>
			<publisher>The MIT Press</publisher>
			<pubPlace>Cambridge, MA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Ontology mapping: the state of the art</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Kalfoglou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Schorlemmer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Knowledge Engineering Review</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="31" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">CROSI project</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Kalfoglou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Reynolds</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Shadbolt</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
			<pubPlace>Southampton, UK</pubPlace>
		</imprint>
		<respStmt>
			<orgName>School of Electronics and Computer Science, University of Southampton</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report 11717</note>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Evaluating ontology alginment methods, extended abstract</title>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
		<ptr target="http://drops.dagstuhl.de/opus/volltexte/2005/36" />
	</analytic>
	<monogr>
		<title level="m">Dagstuhl Seminar Proceedings 04391, Semantic Interoperability and Integration</title>
				<imprint>
			<date type="published" when="2005-06-06">June 06, 2005. 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Shallow Language Processing, Deep Language Processing and Domain Ontologies</title>
		<author>
			<persName><forename type="first">H</forename><surname>Uszkoreit</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Natural Language Processing and Knowledge Engineering</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Introduction to the Special Issue on Word Sense Disambiguation: The State of the Art</title>
		<author>
			<persName><forename type="first">N</forename><surname>Ide</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Véronis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Linguistics</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="40" />
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Kontextbasiertes Information Retrieval zur Unterstützung von Entwicklungsprozessen</title>
		<author>
			<persName><forename type="first">A</forename><surname>Henrich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Morgenroth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">eOrganiztion: Service-, Prozess-, Market-Engineering</title>
				<meeting><address><addrLine>Karlsruhe</addrLine></address></meeting>
		<imprint>
			<publisher>Universitätsverlag</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="575" to="592" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">Modern Information Retrieval</title>
		<author>
			<persName><forename type="first">R</forename><surname>Baeza-Yates</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Ribeiro-Neto</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1999">1999</date>
			<publisher>ACM Press</publisher>
			<pubPlace>New York</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Community-Driven Ontology Matching</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Zhdanova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Shvaiko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: Research and Applications ESWC 2006</title>
				<editor>
			<persName><forename type="first">Y</forename><surname>Sure</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Domingue</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">4011</biblScope>
			<biblScope unit="page" from="34" to="49" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<author>
			<persName><forename type="first">@</forename><surname>Ecl</surname></persName>
		</author>
		<author>
			<persName><surname>Ss</surname></persName>
		</author>
		<ptr target="http://www.eclass.de/" />
		<title level="m">Internationaler Standard zur Klassifizierung u. Beschreibung von Produkten u</title>
				<imprint>
			<date type="published" when="2006-12-12">December 12, 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">The distance-weighted k-nearest-neighbor rule</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Dudani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Systems, Man and Cybernetics</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="325" to="327" />
			<date type="published" when="1976">1976</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Context-Sensitive Semantic Synchronization in Electronic Negotiations</title>
		<author>
			<persName><forename type="first">M</forename><surname>Rebstock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fengel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Paulheim</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Group Decision and Negotiation Meeting</title>
				<meeting>the Group Decision and Negotiation Meeting<address><addrLine>Mt. Tremblant (Montreal)</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">May 14-17, 2007. 2007</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="253" to="264" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">A Schema-Based Approach Combined with Inter-Ontology Reasoning to Construct Consensus Ontologies</title>
		<author>
			<persName><forename type="first">J</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">L Z</forename><surname>Gutiérrez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">M</forename><surname>García</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">N</forename><surname>Huhns</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. AAAI Workshop on Contexts and Ontologies: Theory, Practice and Applications</title>
				<meeting>AAAI Workshop on Contexts and Ontologies: Theory, Practice and Applications</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="80" to="87" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Reconciling Concepts and Relations in Heterogeneous Ontologies</title>
		<author>
			<persName><forename type="first">C</forename><surname>Ghidini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Serafini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: Research and Applications ESWC 2006</title>
				<editor>
			<persName><forename type="first">Y</forename><surname>Sure</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Domingue</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">4011</biblScope>
			<biblScope unit="page" from="50" to="64" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Combining Ontologies and Agents to help in Solving the Heterogeneity Problem in E-Commerce-Negotiations</title>
		<author>
			<persName><forename type="first">A</forename><surname>Malucelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Palzer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Oliveira</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2005 International Workshop on Data Engineernig Issues in E-Commerce</title>
				<meeting>the 2005 International Workshop on Data Engineernig Issues in E-Commerce</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Product Information Meta-search Framework for Electronic Commerce</title>
		<author>
			<persName><forename type="first">W</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">W</forename><surname>Choi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Park</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC 2005</title>
				<editor>
			<persName><forename type="first">A</forename><surname>Gómez-Pérez</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="volume">3532</biblScope>
			<biblScope unit="page" from="408" to="422" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Solving Integration Problems of E-commerce Standards and Initiatives through Ontological Mappings</title>
		<author>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gómez-Pérez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on E-Business and intelligent Web at the Seventeenth International Joint Conference on Artificial Intelligence (IJCAI2001)</title>
				<meeting>the Workshop on E-Business and intelligent Web at the Seventeenth International Joint Conference on Artificial Intelligence (IJCAI2001)<address><addrLine>Seattle, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Three Semantics for Distributed Systems and Their Relations with Alignment Compositions</title>
		<author>
			<persName><forename type="first">A</forename><surname>Zimmermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 5th International Semantic Web Conference</title>
				<meeting>of 5th International Semantic Web Conference<address><addrLine>Athens, GA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006">November 5-9, 2006</date>
			<biblScope unit="volume">4273</biblScope>
			<biblScope unit="page" from="16" to="29" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Ontology-Driven Automatic Entity Disambiguation in Unstructured Text</title>
		<author>
			<persName><forename type="first">J</forename><surname>Hassell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Aleman-Meza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">B</forename><surname>Arpinar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 5th International Semantic Web Conference</title>
				<meeting>of 5th International Semantic Web Conference<address><addrLine>Athens, GA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006">November 5-9, 2006</date>
			<biblScope unit="volume">4273</biblScope>
			<biblScope unit="page" from="44" to="57" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Novak</surname></persName>
		</author>
		<title level="m">Multiperspektivische Wissensvisualisierung für Wissensaustausch in heterogenen Netzen</title>
				<meeting><address><addrLine>Karlsruhe</addrLine></address></meeting>
		<imprint>
			<publisher>Universitätsverlag</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="611" to="628" />
		</imprint>
	</monogr>
	<note>eOrganiztion: Service-, Prozess-, Market-Engineering</note>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">PowerMap: Mapping the Real Semantic Web on the Fly</title>
		<author>
			<persName><forename type="first">V</forename><surname>Lopez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sabou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Motta</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 5th International Semantic Web Conference</title>
				<meeting>of 5th International Semantic Web Conference<address><addrLine>Athens, GA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006">November 5-9, 2006</date>
			<biblScope unit="volume">4273</biblScope>
			<biblScope unit="page" from="414" to="427" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Block Matching for Ontologies</title>
		<author>
			<persName><forename type="first">W</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Qu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 5th International Semantic Web Conference</title>
				<meeting>of 5th International Semantic Web Conference<address><addrLine>Athens, GA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006">November 5-9, 2006</date>
			<biblScope unit="volume">4273</biblScope>
			<biblScope unit="page" from="300" to="313" />
		</imprint>
	</monogr>
</biblStruct>

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