<?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">Results of OKKAM Feature Based Entity Matching Algorithm for Instance Matching Contest of OAEI 2009</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Heiko</forename><surname>Stoermer</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">The University of Trento via Sommarive</orgName>
								<address>
									<postCode>14, 38123</postCode>
									<settlement>Povo</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Nataliya</forename><surname>Rassadko</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">The University of Trento via Sommarive</orgName>
								<address>
									<postCode>14, 38123</postCode>
									<settlement>Povo</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Results of OKKAM Feature Based Entity Matching Algorithm for Instance Matching Contest of OAEI 2009</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">2D01CD81FA789C3BDFA085232A2D7500</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T12:31+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>To investigate the problem of entity recognition, we deal with the creation of the so-called Entity Name System (ENS) which is an open, public back-bone infrastructure for the (Semantic) Web that enables the creation and systematic re-use of unique identifiers for entities. The ENS can be seen as a very large, distributed "phonebook for everything", and ENS identifiers might be considered as a "phone number" of entities. Entity descriptions are based on freeform key/value "tagging" rather than on some precise formalism. However, such a genericity has its shortcomings: the ENS can never know what type of entity it is dealing with. We tackle this problem in a novel approach for entity matching that is called Feature Based Entity Matching (FBEM). In the current paper, we report an evaluation of FBEM on datasets provided by the OAEI committee for the instance matching contest.</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>With the growth and development of Semantic Web, the latter became like a collection of "information islands" which are poorly integrated to each other. The problem of information integration in Semantic Web is two-fold:</p><p>1. heterogeneity of vocabulary: the same concept can be referred via different URIs, and therefore may be considered to be as different concepts in different vocabularies; 2. entity recognition: the same real word object can be referred via different URIs in different repositories, and therefore may not be recognized as the same object.</p><p>While the first issue is widely recognized and investigated <ref type="bibr" target="#b3">[4]</ref>, the second one was largely neglected, although it received a lot of attention under the heading of record linkage, data deduplication, entity resolution, etc <ref type="bibr" target="#b0">[1]</ref>.</p><p>To investigate the problem of entity recognition, EU-funded OKKAM project<ref type="foot" target="#foot_0">1</ref> deals with the creation of the so-called Entity Name System (ENS) <ref type="bibr" target="#b2">[3]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">State, purpose, general statement</head><p>In this section, we introduce the ENS and describe our interest in instance matching part of OAEI 2009.</p><p>Entity Name System (ENS) <ref type="bibr" target="#b2">[3]</ref> is an open, public back-bone infrastructure for the (Semantic) Web that enables the creation and systematic re-use of unique identifiers for entities. It is implemented as a large-scale infrastructural component with a set of services needed for describing entities, and assigning identifiers to them.</p><p>Figuratively, the ENS can be seen as a very large, distributed "phonebook for everything", and ENS identifiers might be considered as a "phone number" of entities. This leads to a more efficient information integration, and thus a real global knowledge space, without the need for ex-post deduplication or entity consolidation.</p><p>In the ENS, we do not impose or enforce the usage of any kind of schema or strong typing for the description of different types of entities. Instead, entity descriptions are free-form and are based on key/value "tagging". In such a way, we support a complete genericity, without the need for any formalism or any abstract top-level categorizations. Taking into account the aforementioned peculiarities of the ENS, our restriction to the instance matching part of OAEI 2009 becomes evident.</p><p>Obviously, our model of such a generic entity description has its shortcomings: the ENS can never know what type of entity it is dealing with, and how the entity is described, due to an absence of a formal model. This becomes very relevant when searching for an entity, a process that we call entity matching. To address this problem, we rely on recent work <ref type="bibr" target="#b1">[2]</ref> that has been performed with the goal to find out in an experimental setting how people actually describe (identify) entities. Based on these findings, we propose a novel approach for entity matching.</p><p>The approach takes into account not only the similarity of entity features (keys and values), but also the circumstance that certain features are more meaningful for identifying an entity than others. We call this approach as Feature Based Entity Model (FBEM) and we explain it in the next section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2">Specific techniques used</head><p>We consider both a reference (matching) entity Q and candidate (matched) entity E as a set F of features f :</p><formula xml:id="formula_0">F = {f }; f =&lt; n, v &gt;;</formula><p>where each feature f is a pair of name n and value v. We do not require neither name nor value to share a vocabulary or schema, or even a natural language, i.e., they are independent in content and size.</p><p>We enumerate all features of any particular entity with integer values and denote as f Q i , f E j the ith and jth features of entities Q and E respectively. We define the following functions: n(f i ): returns the name part of a feature of an entity; v(f i ): returns the value part. Now, we define f i,j sim(f Q , f E ), a function that computes the similarity of two features f Q i , f E j as follows:</p><formula xml:id="formula_1">f i,j sim(f Q , f E ) = def sim f Q i , f E j *                2 * λ * µ, for name(n(f Q i )), name(n(f E j )), id(f Q i , f E j ); 2 * µ, for name(n(f Q i )), name(n(f E j )); λ * µ, for name(n(f E j )), id(f Q i , f E j ); µ, for name(n(f E j )); 1,</formula><p>otherwise .</p><p>(</p><p>Equation 1 relies on the following functions and parameters:</p><p>sim(x, y) : a suitable string similarity measure between x and y. name(x) : a boolean function indicating whether the feature x denotes one of the possible names of the entity; id(x, y) : the identity function, returning true if value parts of x and y are identical; µ : the factor to which a name feature is considered more important than a non-name feature; λ : the extra-factor attributed to the the presence of the value identity id(x, y).</p><p>In our implementation, we selected Levenstein metric as a similarity measure (simfunction), and both λ and µ equal to 2. The latter can be interpreted as "the occurrence of a fact is as twice as important than its absence".</p><p>We have also implemented a vocabulary, small enough to be maintained in a runtime memory, that is used to detect the cases where entity feature name is actually a "name" of the entity, e.g., "name", "label", "title", "denomination", "moniker".</p><p>At this point, we are able to establish the similarity between individual features. To compute the complete feature-based entity similarity, which finally expresses to which extend E is similar to Q, we proceed as follows.</p><p>Let maxv(V ) be a function that computes the maximum value in a vector 2 . We then span the matrix M of feature similarities between Q and E, defined as</p><formula xml:id="formula_3">M := (f sim (Q, E)) |Q|×|E| → Q ≥ 0</formula><p>with f sim as defined above, and |Q|, |E| being the number of elements of the vectors Q and E, respectively.</p><p>The feature-based entity similarity score f s is defined as the sum of all the maximum similar feature combinations between Q and E:</p><formula xml:id="formula_4">f s (Q, E) = |Q| i=1 maxv(M i )<label>(2)</label></formula><p>2 Trivially defined as maxv (V ) = max</p><formula xml:id="formula_5">|V | i=1 (Vi), with |V | being the number of elements of V .</formula><p>So far, we provided a method to calculate f s-similarity that may belong to a wide range of values from zero to infinity <ref type="bibr" target="#b4">[5]</ref>. This complicates an evaluation of actual similarity of entities. For example, if f s = 7 it might stand for identical entities in one dataset and completely different entities in the other one.</p><p>To resolve this problem, we normalize f s values as follows. Taking into account that M i is a weighted value, we use a dot-notation to denote its weight w as M i .w. Then the final formula of normalized similarity has the following form:</p><formula xml:id="formula_6">esim(Q, E) = f s(Q, E) |Q| i=1 maxv(M i ).w<label>(3)</label></formula><p>In the last formula, we simply divided a sum of weighted values on a sum of corresponding weights. This allows us to normalize similarity score within the range of [sim(x, y) min , sim(x, y) max ], e.g., [0, 1] if similarity metric return the values in this range, which is true for Levenstein similarity.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.3">Adaptations made for the evaluation</head><p>We parsed all provided rdf-files into a Jena-model<ref type="foot" target="#foot_1">3</ref> stored as a persistent SDB <ref type="foot" target="#foot_2">4</ref> with an underlying MySQL database <ref type="foot" target="#foot_3">5</ref> . To adapt our FBEM-model to the required output in the alignment format<ref type="foot" target="#foot_4">6</ref> , we wrote a simple iterator over SDB-instances related to reference entities Q and to candidate entities E, i.e., we matched each Q against each E, where both Q and E were preliminarily converted to the ENS entity format.</p><p>For the reason of a better time-performance, we implemented a "typed" matching, i.e., Q and E should have been of the same entity type (e.g., people were matched against people, documents against documents). The types were easy to extract from the attribute "type" available in most benchmarks. We also implemented a "brute-force" matching, i.e. any-to-any, which did not consider any type features, to match those benchmarks where typing was not provided or was difficult to reason.</p><p>For each Q, we maintained a vector of E ranked w.r.t. a similarity value esim(Q, E). The length of vector was limited to 50 elements due to time-and memory-performance reasons.</p><p>In the alignment file, we output only those elements of vector of Es that had a similarity value greater than or equal to a certain threshold. The threshold was selected empirically for each particular benchmark. More precisely, we run experiments for thresholds from the set {0.60, 0.65, 0.70, 0.75, 0.80, 0.85, 0.90, 0.95} and then selected that thresholds that gave us the most acceptable values of precision/recall from the viewpoint of the ENS methodology. Namely, we were eager to maintain as high precision as possible with any non-zero recall.</p><p>The reason for selecting precision of the ENS performance was the following: we assume that the ENS user, while querying the ENS repository, expects few answers in the result set. However, these answers should be the most relevant to the user query. In other words, for the ENS it's better to answer with some highly precise entities rather than with a lot of somehow likely similar entities.</p><p>Precise threshold values we used to run FBEM-matching over each particular benchmark will be indicated in Sec. 2.</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>http://www.dit.unitn.it/˜rassadko/OAEI2009/okkamsystem.zip</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.5">Link to the set of provided alignments (in align format)</head><p>http://www.dit.unitn.it/˜rassadko/OAEI2009/okkamalignment. zip</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Results</head><p>Due to peculiarities of the ENS described in Sec. 1.1, we have restricted ourselves only to instance matching benchmarks.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">A-R-S</head><p>The benchmark contains includes three datasets describimg instances from the domain of scientific publications:</p><p>-eprints -this dataset contains papers produced within the AKT research project and extracted using an HTML-wrapper from the source web-site; -rexa -this dataset was extracted from the search results of the search server; -SWETO-DBLP -a version of the DBLP dataset.</p><p>For A-R-S benchmark we applied a "typed" version (see Sec. 1.3) of FBEM-matching because all three datasets contained information about authors (typed with foaf namespace<ref type="foot" target="#foot_5">7</ref> ) and their scientific publication (typed with opus namespace<ref type="foot" target="#foot_6">8</ref> ).</p><p>We run our experiment with threshold 0.80. The result of our experiments are presented in Table <ref type="table">1</ref>.</p><p>In Sec. 1.3, we explained that we are interested in high precision with any nonzero recall. As Table <ref type="table">1</ref> shows, we gained our objective. With a less tight threshold, it is possible to slightly sacrifice a precision for a better recall.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">T-S-D</head><p>For this dataset we do not have results. First of all, typing of each particular data source was different from the others. This required reasoning over ontologies which were provided with datasets. Since our system does not support any kind of ontology reasoning, one might have made an attempt to run a "brute-force" matching, i.e., any-to-any. Unfortunately, due to a large size of data, we were unable to finish the match run timely.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 1. A-R-S results</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Test</head><p>Precision Recall F-measure Fallout eprints-rexa 0.94 0.10 0.18 0.06 eprints-dblp 0.98 0.16 0.28 0.02 rexa-dblp 1.00 0.12 0.22 0.00</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">IIMB</head><p>IIMB benchmark is generated from a dataset provided by OKKAM. We run our experiment with threshold 0.95. Our results are shown in Table <ref type="table" target="#tab_0">2</ref>. Below, we provide our comments to the results presented in Table <ref type="table" target="#tab_0">2</ref>:</p><p>001 Contains an identical copy of the original ABox with the instance IDs randomly changed. And for this test, we performed well with pretty high precision. 002-010 Value transformations (i.e., typographical errors simulation). ENS user is not assumed to enter extremely misspelled queries. Therefore, we may conclude that our performance is appropriate. Although the recall dropped down at experiment 010, ENS user would still received highly relevant result set. 011-019 Structural transformations (i.e., deletion of one or more values, transformation of datatype properties into object properties, separation of a single property into more properties). From ENS viewpoint it might be seen as if the user query contained permutated feature names and feature values. For these test cases, we have medium performance: with the precision around 0.70-0.90, the recall varies from 0.15 to 0.98. We believe, that these results are still acceptable for the ENS user. 020-029 Logical transformations (i.e., instantiation of identical individuals into different subclasses of the same class, instantiation of identical individuals into disjoint classes, instantiation of identical individuals into different classes of an explicitly declared class hierarchy). These cases are impossible for ENS because ENS does not have any schema or ontology. Yet having conducted a "brute-force" (non-typed) matching of each entity Q against each entity E, we could still provide the ENS user with some information. 030-037 Several combinations of the previous transformations. For these test cases, we have an uneven performance which is expected.</p><p>3 General comments</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Comments on the results</head><p>We mainly commented our results in Sec. 2. In general, we believe that FBEM performs well for the purposes of the ENS. Namely, we are able to answer user queries with a high precision. And this is a strength of our approach. As the weakness, we have to admit that recall values are not so much satisfactory. And in the next section, we will discuss the ways to deal with this problem.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Discussions on the way to improve the proposed system</head><p>We need to experiment with other similarity metrics sim(x, y) since Levenstein metrics deals badly with the permutated words, e.g., "Stephen Potter" and "Potter, Stephen". This can lead to a low recall as in our results for A-R-S benchmark. Basic structural analysis is also planned to be introduced. For example, one entity Q may have attributes "first name" and "given name" while entity E can contain only "name" (i.e. both first and give name together). We believe that elements of structural analysis will help us improve both precision and recall for the cases like in tests 20-29 for IIMB benchmark.</p><p>We are currently working on a more extended version of FBEM-model which concentrates not only on names of entities, but also on other features that might identify entity. For example, a feature "isbn" uniquely identifies book, "e-mail" likely identifies a person etc. We will rely on the empirical study <ref type="bibr" target="#b1">[2]</ref> which we mentioned above.</p><p>Finally, we did not expect the datasets larger than 1Gb. However, this forced us to include in our future research also a loaded bulk-matching, e.g., 1Gb dataset against 1Gb dataset.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Comments on the OAEI 2009 procedure</head><p>We are satisfied with the OAEI 2009 procedure.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4">Comments on the OAEI 2009 test cases</head><p>As we said above, the test cases turned to be unfeasible for our matching procedure.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5">Comments on the OAEI 2009 measures</head><p>We are satisfied with the OAEI 2009 measures.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.6">Proposed new measures</head><p>No proposals.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion</head><p>In the current paper, we proposed an evaluation of a novel approach for entity matching that is called Feature Based Entity Matching (FBEM) over datasets provided by the OAEI committee for the instance matching contest.</p><p>Since FBEM could be a candidate to a set of matching modules of the ENS, we were eager to maintain as high precision as possible with any non-zero recall. In general, we gained our objective. Namely, we perform well in the cases where there is no need in ontology reasoning or structural analysis.</p><p>We are satisfied with our results. However, there are several directions (see Sec. 3.2) to improve the performance of FBEM from the viewpoint of both precision and recall values.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 2 .</head><label>2</label><figDesc>IIMB results</figDesc><table><row><cell>Test</cell><cell>001</cell><cell>002</cell><cell>003</cell><cell>004</cell><cell>005</cell><cell>006</cell><cell>007</cell><cell>008</cell><cell>009</cell><cell>010</cell></row><row><cell>Precision</cell><cell>0.96</cell><cell>0.96</cell><cell>0.96</cell><cell>0.96</cell><cell>0.96</cell><cell>0.96</cell><cell>0.96</cell><cell>0.96</cell><cell>0.95</cell><cell>0.92</cell></row><row><cell>Recall</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>0.99</cell><cell>0.98</cell><cell>0.98</cell><cell>0.96</cell><cell>0.85</cell><cell>0.52</cell></row><row><cell>F-measure</cell><cell>0.98</cell><cell>0.98</cell><cell>0.98</cell><cell>0.98</cell><cell>0.97</cell><cell>0.97</cell><cell>0.97</cell><cell>0.96</cell><cell>0.90</cell><cell>0.66</cell></row><row><cell>Test</cell><cell>011</cell><cell>012</cell><cell>013</cell><cell>014</cell><cell>015</cell><cell>016</cell><cell>017</cell><cell>018</cell><cell>019</cell><cell></cell></row><row><cell>Precision</cell><cell>0.88</cell><cell>0.94</cell><cell>0.92</cell><cell>0.00</cell><cell>0.91</cell><cell>0.86</cell><cell>0.72</cell><cell>0.82</cell><cell>0.71</cell><cell></cell></row><row><cell>Recall</cell><cell>0.43</cell><cell>0.98</cell><cell>0.71</cell><cell>0.00</cell><cell>0.96</cell><cell>0.74</cell><cell>0.30</cell><cell>0.38</cell><cell>0.15</cell><cell></cell></row><row><cell>F-measure</cell><cell>0.58</cell><cell>0.96</cell><cell>0.80</cell><cell>NaN</cell><cell>0.93</cell><cell>0.79</cell><cell>0.43</cell><cell>0.52</cell><cell>0.25</cell><cell></cell></row><row><cell>Test</cell><cell>020</cell><cell>021</cell><cell>022</cell><cell>023</cell><cell>024</cell><cell>025</cell><cell>026</cell><cell>027</cell><cell>028</cell><cell>029</cell></row><row><cell>Precision</cell><cell>0.78</cell><cell>0.47</cell><cell>0.15</cell><cell>0.08</cell><cell>0.09</cell><cell>0.05</cell><cell>0.09</cell><cell>0.05</cell><cell>0.89</cell><cell>0.00</cell></row><row><cell>Recall</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell><cell>NaN</cell></row><row><cell>F-measure</cell><cell>0.88</cell><cell>0.64</cell><cell>0.25</cell><cell>0.15</cell><cell>0.17</cell><cell>0.10</cell><cell>0.16</cell><cell>0.10</cell><cell>0.94</cell><cell>NaN</cell></row><row><cell>Test</cell><cell>030</cell><cell>031</cell><cell>032</cell><cell>033</cell><cell>034</cell><cell>035</cell><cell>036</cell><cell>037</cell><cell></cell><cell></cell></row><row><cell>Precision</cell><cell>0.28</cell><cell>0.80</cell><cell>0.09</cell><cell>0.08</cell><cell>0.10</cell><cell>0.00</cell><cell>0.11</cell><cell>0.00</cell><cell></cell><cell></cell></row><row><cell>Recall</cell><cell>0.04</cell><cell>0.25</cell><cell>1.00</cell><cell>0.99</cell><cell>1.00</cell><cell>0.00</cell><cell>0.98</cell><cell>0.00</cell><cell></cell><cell></cell></row><row><cell>F-measure</cell><cell>0.06</cell><cell>0.38</cell><cell>0.16</cell><cell>0.15</cell><cell>0.19</cell><cell>NaN</cell><cell>0.19</cell><cell>NaN</cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://www.okkam.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">http://jena.sourceforge.net/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">http://jena.sourceforge.net/SDB/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_3">http://mysql.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_4">http://alignapi.gforge.inria.fr/format.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_5">http://xmlns.com/foaf/0.1/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_6">http://lsdis.cs.uga.edu/projects/semdis/opus</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. This paper has been supported by the FP7 EU Large-scale Integrating Project OKKAM "Enabling a Web of Entities" (contract no. ICT-215032). For more details, visit http://fp7.okkam.org.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Duplicate record detection: A survey</title>
	</analytic>
	<monogr>
		<title level="j">IEEE Trans. on Knowl. and Data Eng</title>
		<editor>Elmagarmid, Ahmed K. and Member-Ipeirotis, Panagiotis G. and Member-Verykios, Vassilios S</editor>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="16" />
			<date type="published" when="2007">2007</date>
			<publisher>Senior Member</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">A Cognitive Contribution to Entity Representation and Matching</title>
		<author>
			<persName><forename type="first">B</forename><surname>Bazzanella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bouquet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stoermer</surname></persName>
		</author>
		<idno>DISI-09-004</idno>
		<ptr target="http://eprints.biblio.unitn.it/archive/00001540/" />
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
		<respStmt>
			<orgName>Ingegneria e Scienza dell&apos;Informazione, University of Trento</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Entity Name System: The Backbone of an Open and Scalable Web of Data</title>
		<author>
			<persName><forename type="first">P</forename><surname>Bouquet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stoermer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Niederee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mana</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IEEE International Conference on Semantic Computing, ICSC 2008, CSS-ICSC</title>
				<meeting>the IEEE International Conference on Semantic Computing, ICSC 2008, CSS-ICSC</meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="554" to="561" />
		</imprint>
	</monogr>
</biblStruct>

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

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A Novel Approach for Entity Linkage</title>
		<author>
			<persName><forename type="first">H</forename><surname>Stoermer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bouquet</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of IRI 2009, the 10th IEEE Internationational Conference on Information Reuse and Integration</title>
				<meeting>IRI 2009, the 10th IEEE Internationational Conference on Information Reuse and Integration<address><addrLine>Las Vegas, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Man and Cybernetics Society</publisher>
			<date type="published" when="2009-08-12">August 10-12, 2009. August 2009</date>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="151" to="156" />
		</imprint>
	</monogr>
</biblStruct>

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