<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>WikiMatch { Using Wikipedia for Ontology Matching</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Sven Hertling</string-name>
          <email>hertling@ke.tu-darmstadt.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Heiko Paulheim</string-name>
          <email>paulheim@ke.tu-darmstadt.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Technische Universitat Darmstadt Knowledge Engineering Group</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Finding correspondences between di erent ontologies is a crucial task in the Semantic Web. Ontology matching tools are capable of solving that task in an automated manner, some even dealing with ontologies in di erent natural languages. Most state of the art matching tools use internal element and structure based techniques, while the use of large-scale external knowledge resources, especially internet resources, is still rare. In this paper, we introduce WikiMatch, a matching tool that exploits Wikipedia as an external knowledge source. We show that using Wikipedia is a feasible way of performing ontology matching, especially if di erent natural languages are involved.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology Matching</kwd>
        <kwd>Ontology Alignment</kwd>
        <kwd>Wikipedia</kwd>
        <kwd>External Resources</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Ontologies are an essential building block of the Semantic Web. They formally
describe the vocabulary used in a domain in a machine-interpretable way. Thus,
ontologies can be used to unambiguously exchange information between
machines. If multiple ontologies are used in parallel in a domain, e.g., when
integrating two data sets, mappings between those ontologies are required.</p>
      <p>
        Approaches for nding such mappings or alignments automatically are called
ontology matching approaches [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Possible applications the integration of di
erent data sets, the discovery of heterogeneously described web services, or the
exchange of business data between business partners.
      </p>
      <p>Many state of the art matchers are based on internal techniques, i.e., they
only use the knowledge contained in the ontologies to match, but no external
knowledge sources. Such matchers compare local names and labels of elements
contained in the ontologies, and use structural features. In contrast, external
techniques make use of external resources, such as synonym lists, dictionaries,
or linguistic resources such as wordnet. In many cases, e.g., for recognizing
synonyms, they produce useful results.</p>
      <p>On the other hand, such matchers are restricted to the domain of the
resources they use, and most of the resources are limited and outdated if not
maintained by the tool developer.</p>
      <p>In this paper, we present WikiMatch, an ontology matching approach based
on Wikipedia as an external resource. The knowledge in Wikipedia is based
on 23 million articles written by volunteers around the world, covering almost
every possible domain at least to a certain depth. Wikipedia pages exist in 285
languages with links between articles in di erent languages1, hence, it is also
usable for matching ontologies in di erent languages.</p>
      <p>The goal of our approach is to make this large knowledge source usable for
ontology matching. To that end, we present an approach that exploits Wikipedia's
search functionality and inter-language links for nding mappings between
ontologies.</p>
      <p>The rest of this paper is structured as follows. Section 2 introduces the state
of the art and discussed related matching approaches. Section 3 describes our
approach and two di erent variants, and section 4 shows the evaluation results
for both variants, using ontologies and reference alignments from the Ontology
Alignment Evaluation Initiative (OAEI)2. This paper is then summarized by a
conclusion and an outlook on future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Discovering and using relevant sources of background knowledge has been named
as one of the ten main challenges to ontology matching [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. One possible
approach is the use of upper ontologies, i.e., general purpose ontologies, as
background knowledge. Such approaches try to nd mappings between two ontologies
by relating their elements to a comprehensive upper level ontology and then
computing similarities within that ontology between the mapped terms [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. As such,
upper ontologies may be detailed and contain rich information, e.g., about
alternative names or spellings for concepts, this approach can help increasing the
result quality of ontology matching.
      </p>
      <p>
        Most approaches employing upper ontologies only use a small set of xed
comprehensive ontologies, such as Proton in BLOOMS+ [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], or SUMO in LOM
[
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Some authors have also discussed the potential of using domain-speci c
upper level ontologies for matching tasks in certain domains [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In contrast,
Sabou et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] have discussed a generic approach using dynamic discovery of
suitable external ontologies by employing the ontology search engine Swoogle3.
This search engine is employed to nd suitable ontologies to be used as upper
ontologies in the matching process.
      </p>
      <p>
        Apart from upper-level ontologies, another widely used external knowledge
source are linguistic resources such as thesauri, e.g. WordNet [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Those
resources contain synonym de nitions, typical relations between words, or
multilingual translations. State of the art tools using such resources comprise, e.g.,
AgreementMaker [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], LogMap [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], and YAM++ [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. In [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], the use of
domainspeci c, semi-structured corpora of documents is discussed as a means to
ontol
      </p>
      <sec id="sec-2-1">
        <title>1 http://stats.wikimedia.org 2 http://oaei.ontologymatching.org/ 3 http://swoogle.umbc.edu/</title>
        <p>ogy matching in speci c domains, but it requires the availability and pre-selection
of such documents.</p>
        <p>
          Web data is rarely used in ontology matching. One of the few approaches is
COMS, which uses the online source Wiktionary 4 as lexical background
knowledge, and employs the Google Translation API5 for addressing multi-lingual
ontologies [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. The use of the Google Translation API for multi-lingual
ontologies has also been proposed by Fu et al. [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] and Trojahn et al. [
          <xref ref-type="bibr" rid="ref23">23</xref>
          ]. Furthermore,
the use of Google for synonym detection has been announced for MapSSS [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ],
but not implemented and evaluated to date.
        </p>
        <p>
          Gligorov et al. have discussed the use of the Google search engine for
ontology matching [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. They use the Google similarity distance [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] to compare the
similarity of two terms is computed from the number of search results for each
of the terms alone, and the terms in combination. Since that approach requires a
quadratic number of search engine calls, it does not scale well to larger problems.
        </p>
        <p>
          Wikipedia, despite being one of the largest cross-domain knowledge
collections, and also one of the best-known, has been rarely explored as a source
of background knowledge in ontology matching so far. BLOOMS uses only
Wikipedia's category tree and employs it as an upper ontology (see above), rather
than exploiting Wikipedia as a whole. In [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], the exploitation of Wikipedia's
cross-language links has been discussed as a means for addressing cross-language
ontology matching. In [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], the use of Wikipedia as a large-scale text corpus for
ontology alignment has been proposed, but no implemented prototype and
evaluation are provided.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Approach</title>
      <p>The basic idea of our approach is to use Wikipedia's search engine to retrieve
a result set of Wikipedia articles describing the term. To support multilingual
scenarios, we retrieve all language links per article in a second translation step.
Since the article titles are unique for every Wikipedia in one language, we
compare the sets of retrieved titles to compute the similarity between two concepts.</p>
      <p>Wikipedia is based on a software platform called MediaWiki, written in PHP.
This framework is used to run Wikipedia, Wiktionary, Wikinews, and so on.
MediaWiki o ers an API6 for all pages which run on this software. That API
o ers two di erent search engines which vary in their purpose. The traditional
search engine performs a full text search, while OpenSearch is used to assist
users with suggestions when typing their search.</p>
      <p>The standard search engine7 performs a full text search in all articles. If
a term is misspelled, the response contains a suggestion with for the correctly
spelled word. The goal of the search engine is to nd Wikipedia articles that
contain all words from the input.</p>
      <sec id="sec-3-1">
        <title>4 http://www.wiktionary.org/ 5 http://code.google.com/apis/language/translate/overview.html 6 http://www.mediawiki.org/wiki/API:Main_page 7 http://www.mediawiki.org/wiki/API:Search</title>
        <p>O1
read ontology Fragment</p>
        <p>Label</p>
        <p>Comment
O2</p>
        <p>Fragment</p>
        <p>Label
read ontology Comment</p>
        <p>query
wikipedia titles</p>
        <p>Lang=x</p>
        <p>Lang=a
query
wikipedia titles</p>
        <p>query
translated titles
Lang=x</p>
        <p>Fragment
Label
Comment
Fragment
Label
Comment
Lang=a</p>
        <p>Lang=y
Fragment
Label
Comment
Fragment
Label
Comment</p>
        <p>Lang=y
query
translated titles</p>
        <p>Lang=z
translated titles
translated titles</p>
        <p>Lang=z
Fragment
Label
Comment
Fragment
Label</p>
        <p>Comment
Lang=y
comparison</p>
        <p>Lang=z</p>
        <p>The other search engine is Opensearch8. It is used for suggesting some terms
while the user is typing in the search box on Wikipedia. This search is not
applicable for our task, because we already have the full term and hence do
not need any hint on possible completions. In our preliminary experiments, that
search engine did not work well. Often, labels and comments are composed of
many words (tokens), and in that case, the reply of Opensearch is empty9. Thus,
we use Wikipedia's standard search engine.</p>
        <p>For performing searches, we use the URI fragments, labels, and comments of
each concept as input strings to the search input. Since the search engine tries to
8 http://www.mediawiki.org/wiki/API:Opensearch
9 See this example taken from the OAEI conference track: http://en.wikipedia.org/
w/api.php?action=opensearch&amp;search=Subject%20Area&amp;limit=10&amp;namespace=
0&amp;format=jsonfm
nd all the words in the input query in a Wikipedia article and does not ignore
stop words, we remove stop words in a preprocessing step. After preprocessing,
our approach uses two di erent variants for performing the search: taking the
preprocessed strings as search input, or searching for each individual token in
the input string.</p>
        <p>For example, from the label member of the program committee, the stop words
of and the would be removed in a rst step. Our standard search approach
then searches for member program committee, while the individual token search
approach would trigger three searches for member, program, and committee.</p>
        <p>In both search variants, we divide the ontology elements to match into three
sets: classes, datatype properties, and object properties. We match only
concepts of the same part. This yields on the one hand in better performance and
higher precision and on the other hand all mappings are consistent with OWL
Lite/DL. Additionally, we can adjust individual threshold values for every type
of mapping, like class-class or property-property mappings.</p>
        <p>For every ontology concept we extract the fragment, labels and comments,
and compare each combination of concepts from both ontologies. Each
fragment, label, and comment (or in the individual token search approach, each
token thereof) is sought via the Wikipedia search engine. The result is a set of
documents per fragment, label, and comment. From those sets, the similarity
of two concepts is computed. We compare only titles with the same language.
Given that the search for a term t { which can be a label, URI fragment, or
comment { returns a set S(t) of Wikipedia article titles (which can be in any
language), the similarity between two concepts (i.e., classes and properties) c1
and c2 from two ontologies O1 and O2 is de ned as
If the similarity exceeds a certain threshold, we return a mapping element for
the two concepts.</p>
        <p>The sets of Wikipedia articles are retrieved by rst searching for the Wikipedia
article, and then retrieving all translations to other articles in a second step.
Thus, our approach treats both single-language and multi-language ontology
matching problems the same.</p>
        <p>To address the correct search engine, we extract the ontologies' language
tags and create a URL like http://(lang-tag).wikipedia.org/w/api.php. To this
URL we send a request for n titles10. The results are all in the language we
extracted from the ontology. To compare titles from other languages, we add all
language-links appear on the requested wikipedia pages. If the answer contains
a suggestion for a spelling correction, we make another query in order to get
better result for misspelled words. Figure 1 depicts the matching process in a
schematic way.</p>
        <p>As the simple search approach uses the Wikimedia search interface in a
trivial way, requesting articles for whole strings such as Member of the Program
10 For the evaluations in this paper, we have set n = 50
float getsimilarity(term1, term2) {
titlesForTerm1 = getAllTitles(term1);
titlesForTerm2 = getAllTitles(term2);
commonTitles = intersectionOf(titlesForTerm1, titlesForTerm2);
allTitles = unionOf(titlesForTerm1, titlesForTerm2);
return #(commonTitles) / #(allTitles);
List&lt;WikipediaPage&gt; getAllTitles(searchTerm) {
removeStopwords(searchTerm);
removePunctuation(searchTerm);
if(simpleSearch) {</p>
        <p>resultList = searchWikipedia(searchTerm);
if(individualTokenSearch) {
tokens = tokenize(searchTerm);
for each token in tokens</p>
        <p>resultList = resultList + searchWikipedia(searchTerm);
}
}
}
for each page in results</p>
        <p>resultList = resultList + getLanguageLinks(page);
}
return resultList;
Committee. Since especially comments can be fairly long, we have also
implemented an alternative variant searching for individual tokens in the names, such
as member, program, committee. This approach is expected to increase the recall,
but maybe yield lower precision. Figure 2 shows the algorithm for both search
approaches in pseudo code.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Evaluation</title>
      <p>We have evaluated our tool with benchmarks from the OAEI matching
campaign11. In this paper, we will focus on the real-world use case from the
conference domain (conference), as well as the multi-lingual dataset (multifarm).
11 http://oaei.ontologymatching.org/
0,900
0,800
re 0,700
u
sa 0,600
e
/-Fm 0,500
n
llii/rpo 00,,340000
s
c
e
a
rce 0,200
0,100
0,0000,05 0,10 0,15 0,20 0,25 0,30 0,35 0,40 0,45 0,50 0,55 0,60 0,65 0,70 0,75 0,80 0,85 0,90 0,95 1,00
threshold
The conference track consists of 16 ontologies about the domain of conferences.
Each of those ontologies are compared in a pairwise setting. For self-evaluation,
a subset of seven ontologies is given with reference alignments, thus resulting in
21 possible test cases combinations. The following results are based on those 21
test cases and show average values over all 21 cases.</p>
      <p>All the following diagrams are organized as follows: On the x-axis, we use
di erent values for the threshold t, and depict recall, precision, and f-measure
for those di erent values.</p>
      <p>Figure 3 shows the results for the Simple Search Approach. The maximum
f-measure of 0:610 is reached when using a threshold of 0:5. In general, for
threshold values above 0:25, there are only small variations in f-measure.</p>
      <p>Figure 4 shows the results achieved with Individual Token Search. There is
a signi cant leap between 0:5 and 0:55. With a threshold of 0:5 we only get a
f-measure of 0:208, while ith a threshold of 0:55, the f-measure rises to 0:582.
The maximum f-measure that can be reached with this approach is 0:611, using
a threshold of 0:7.</p>
      <p>F-Measure
Recall
Precision
F-Measure
Recall
Precision</p>
      <p>These results show that for the conference track, both approaches converge
to about the same maximum f-measure when setting an appropriate threshold. If
we compare our result to the OAEI 2011.5 results12, WikiMatch is on the fourth
rank, between CODI and Hertuda, and in particular performs signi cantly better
than the baseline comparing concepts based on string similarity and stop word
ltering.</p>
      <p>Our matching time for the Simple Search Approach is 1340 seconds, which is
22 minutes and 20 seconds. Individual Token Search Approach takes a little bit
longer. It was about 1454 seconds (24 minutes and 14 seconds).
4.2</p>
      <sec id="sec-4-1">
        <title>Evaluation on Multifarm Track</title>
        <p>
          The multifarm dataset is designed for multilingual ontology matching. It is based
on the conference dataset described above, which is translated into eight di erent
languages, i.e., Chinese, Czech, Dutch, French, German, Portuguese, Russian,
and Spanish [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ].
        </p>
        <p>The evaluation of Simple Search Approach is depicted in gure 5. It shows
that the maximum f-measure of 0:210 is reached for a threshold of 0:06, with
recall decreasing at a great pace. The maximum recall is only 0:35.</p>
        <p>Figure 6 shows the results that can be achieved on the multifarm track with
individual token search. The maximum f-measure that can be achieved is 0:179
at a threshold of 0:06, with recall and precision behaving similarly to simple
search. Thus, for multi-lingual problems, simple search yields slightly better
results. The results are competitive with the top 5 tools at the recent OAEI
2011.5 evaluation13.</p>
        <p>Table 1 depicts results on the multifarm track, showing those language pairs
that were part of the OAEI evaluation 2011.5 (i.e., excluding Chinese and
Russian).
4.3</p>
      </sec>
      <sec id="sec-4-2">
        <title>Performance Evaluation and Scalability</title>
        <p>Requesting web resources at run-time usually generates run times that are not
competitive internal matching approaches or external matching approaches
using only local resources. On the conference and multifarm datasets, a pair of
ontologies takes about 360 seconds with simple search and 450 seconds14 with
individual token search to process.</p>
        <p>
          However, in contrast to approaches using co-occurence analysis on Wikipedia
[
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] or Google Distance [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], which require a quadratic number of search requests,
our approach only issues a linear number of search requests, since it only searches
for concepts in the ontologies, not for combinations of such concepts. Thus,
despite being slower than other approaches, it is scalable to larger matching
problems.
12 http://oaei.ontologymatching.org/2011.5/results/conference/index.html
13 http://oaei.ontologymatching.org/2011.5/results/multifarm/index.html
14 On a Windows 7 64bit PC with an Intel i7(3.4 GHz) processor and 8 GB RAM
There are certain cases that WikiMatch is capable of covering well, while there
are others which are more problematic. In the single language scenario, as
expected, class names that are equal or similar are matched without problems. For
example sponsorship vs. sponzorship is matched based on the Wikipedia search
engine suggesting an alternate spelling. Complex terms such as member of the
program committee and program committee member can also be matched, since
stopwords such as of and the are removed rst, as described above. On the other
hand, complex property names, such as has written and is author of are
problematic for our approach, since the result lists for written and author are very
dissimilar.
        </p>
        <p>In the multi-lingual case, simple translations such as Stadt(de) and city(en)
and close translations such as Bankett(de) and dinner banquet(en) can be
handled by WikiMatch, as well as property names such as hat E-Mailadresse(de)
and has email(en). Cases where the translated terms are di erent, e.g., Autor
von(de) and has written(en), are equally problematic as in the single language
case.</p>
        <p>For the multi-lingual case, we have further analyzed the relation between
the di erent language Wikipedia's sizes and the F-Measure achieved. F-Measure
and recall are strongly correlated with the Wikipedia's sizes; the best results are
achieved with the biggest Wikipedias (English, French, German and Dutch are
larger than 1,000,000 entries, and the results between those four languages are
the best ones). Conversely, the worst result is achieved for Czech and Portuguese,
where the Czech and the Portuguese Wikipedia are the smallest ones among the
languages used in multifarm.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion and Future Work</title>
      <p>In this paper, we have presented WikiMatch as a matching approach based on
a large external resource, namely Wikipedia. We use this information to handle
synonyms and determine a score describing the equality of two concepts. This
paper showed that a matcher using only one external resource without respect to
structural information within the ontologies can also yield good results in OAEI
benchmarks.</p>
      <p>We can handle all domains which Wikipedia covers. Since Wikipedia is
community project, it is maintained by many volunteers around the world and grows
to more domains each day. Thus, we do not have to take care about updates of
the external resources used in in our matcher.</p>
      <p>Moreover, we use language links to match ontologies in di erent languages.
Since these links are maintained by humans and not created by bots, we can
heavily rely on these links for translation. In this case it is also possible to cope
with matching multilingual ontologies.</p>
      <p>The aim of this paper was to explore the possibilities of exploiting Wikipedia
as an external resource for ontology matching. Since the results are promising and
the approach is capable of tackling many hard-to-handle cases, especially in the
multi-lingual area, combining the WikiMatch approach with other techniques,
such as structure-based matching algorithms, would be a natural step to further
exploit the approach's potential.</p>
      <p>In our experiments, we have compared two di erent variants for searching
contents in Wikipedia, which lead to similar maximum f-measure values, but
behave di erently in detail. A suitable combination of both approaches could
help generating better overall results.</p>
      <p>
        At the moment, despite using various caches, our approach is not very fast.
The most time consuming operation is querying Wikipedia. On the other hand,
our approach is purely element based, which allows for e cient distribution of
the matching problem to many computers [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Developing a parallel version of
WikiMatch would thus eliminate that problem.
      </p>
      <p>While Wikipedia is for sure one of the largest and encompassing online
resource, implementing our approach with other such resources, such as
answers.com, or exploiting even general web search engines, would be an
interesting experiment to further assess the value of Wikipedia as a knowledge resource
in ontology matching.</p>
      <p>In summary, we have shown that a simple approach with Wikipedia as an
external resource can handle many di erent problems in the ontology matching
area. Especially, the matching of multilingual ontologies are covered with this
approach. The external resource is never outdated and can be used for all
domains covered by Wikipedia. We hope that our work will improve future ontology
matcher to get better results in monolingual as well as multilingual matching.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aleksovski</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>ten Kate</surname>
          </string-name>
          , W., van
          <string-name>
            <surname>Harmelen</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Ontology matching using comprehensive ontology as background knowledge</article-title>
          .
          <source>In: 1st International Workshop on Ontology Matching (OM</source>
          <year>2006</year>
          ).
          <article-title>(</article-title>
          <year>2006</year>
          )
          <volume>13</volume>
          {
          <fpage>24</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Beisswanger</surname>
          </string-name>
          , E.:
          <article-title>Exploiting Relation Extraction for Ontology Alignment</article-title>
          . In PatelSchneider, P.F.,
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mika</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , 0007,
          <string-name>
            <given-names>L.Z.</given-names>
            ,
            <surname>Pan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.Z.</given-names>
            ,
            <surname>Horrocks</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Glimm</surname>
          </string-name>
          , B., eds.:
          <source>International Semantic Web Conference (2)</source>
          . Volume
          <volume>6497</volume>
          of Lecture Notes in Computer Science., Springer (
          <year>2010</year>
          )
          <volume>289</volume>
          {
          <fpage>296</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bouma</surname>
          </string-name>
          , G.:
          <article-title>Cross-lingual Ontology Alignment using EuroWordNet and Wikipedia</article-title>
          .
          <source>In: Proceedings of the 7th Conference on International Language Resources and Evaluation (LREC</source>
          <year>2010</year>
          ).
          <article-title>(</article-title>
          <year>2010</year>
          )
          <volume>1023</volume>
          {
          <fpage>1028</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Cheatham</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>MapSSS Results for OAEI 2011</article-title>
          . In: Sixth International Workshop on Ontology Matching (OM
          <year>2011</year>
          ).
          <article-title>(</article-title>
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. Cheng, C.,
          <string-name>
            <surname>Lau</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Law</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Domain-speci c ontology mapping by corpus-based semantic similarity</article-title>
          .
          <source>In: NSF CMMI Engineering Research and Innovation Conference</source>
          . (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Cilibrasi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vitanyi</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>The google similarity distance. Knowledge and Data Engineering</article-title>
          , IEEE Transactions on
          <volume>19</volume>
          (
          <issue>3</issue>
          ) (
          <year>2007</year>
          )
          <volume>370</volume>
          {
          <fpage>383</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Cruz</surname>
            ,
            <given-names>I.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antonelli</surname>
            ,
            <given-names>F.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stroe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>AgreementMaker: E cient Matching for Large Real-World Schemas and Ontologies</article-title>
          .
          <source>PVLDB</source>
          <volume>2</volume>
          (
          <issue>2</issue>
          ) (
          <year>2009</year>
          )
          <volume>1586</volume>
          {
          <fpage>1589</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Euzenat</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shvaiko</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          : Ontology Matching. Springer, Berlin, Heidelberg, New York (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Fu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brennan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>O</given-names>
            <surname>'Sullivan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            :
            <surname>Cross-Lingual Ontology Mapping</surname>
          </string-name>
          {
          <article-title>An Investigation of the Impact of Machine Translation</article-title>
          .
          <source>In: Fourth Asian Conference (ASWC</source>
          <year>2009</year>
          ).
          <article-title>(</article-title>
          <year>2009</year>
          )
          <volume>1</volume>
          {
          <fpage>15</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Gligorov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aleksovski</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>ten Kate</surname>
          </string-name>
          , W., van
          <string-name>
            <surname>Harmelen</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Using Google Distance to weight approximate ontology matches</article-title>
          .
          <source>In: 16th International World Wide Web Conference (WWW2007)</source>
          . (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Jain</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yeh</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Verma</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vasquez</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Damova</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sheth</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Contextual ontology alignment of lod with an upper ontology: A case study with proton</article-title>
          .
          <source>In: Extended Semantic Web Conference (ESWC</source>
          <year>2011</year>
          ), Springer (
          <year>2011</year>
          )
          <volume>80</volume>
          {
          <fpage>92</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Jimenez-Ruiz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          :
          <article-title>LogMap: Logic-based and Scalable Ontology Matching</article-title>
          .
          <source>In: 10th International Semantic Web Conference (ISWC</source>
          <year>2011</year>
          ).
          <article-title>(</article-title>
          <year>2011</year>
          )
          <volume>273</volume>
          {
          <fpage>288</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>LOM: A Lexicon-based Ontology Mapping Tool</article-title>
          . In:
          <article-title>Proceedings of the Performance Metrics for Intelligent Systems (PerMIS</article-title>
          . (
          <year>2004</year>
          ) 2004
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krizhanovsky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Multilingual Ontology Matching based on Wiktionary Data Accessible via SPARQL Endpoint</article-title>
          .
          <source>In: Russian Conference on Digital Libraries</source>
          <year>2011</year>
          (RCDL'
          <year>2011</year>
          ).
          <article-title>(</article-title>
          <year>2011</year>
          ) 1{
          <fpage>8</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Mascardi</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Locoro</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Automatic Ontology Matching via Upper Ontologies: A Systematic Evaluation</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          <volume>22</volume>
          (
          <year>2010</year>
          )
          <volume>609</volume>
          {
          <fpage>623</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Meilicke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Castro</surname>
            ,
            <given-names>R.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Freitas</surname>
          </string-name>
          , F.,
          <string-name>
            <surname>van Hage</surname>
            ,
            <given-names>W.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montiel-Ponsoda</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>de</surname>
            <given-names>Azevedo</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R.R.</given-names>
            ,
            <surname>Stuckenschmidt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Svab-Zamazal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            ,
            <surname>Svatek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Tamilin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Trojahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.:</surname>
          </string-name>
          <article-title>MultiFarm: A Benchmark for Multilingual Ontology Matching</article-title>
          .
          <source>Journal of Web Semantics</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>G.A.</given-names>
          </string-name>
          :
          <article-title>WordNet: A Lexical Database for English</article-title>
          .
          <source>Communications of the ACM</source>
          <volume>38</volume>
          (
          <issue>11</issue>
          ) (
          <year>1995</year>
          )
          <volume>39</volume>
          {
          <fpage>41</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Nakayama</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hara</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nishio</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Wikipedia mining for an association web thesaurus construction</article-title>
          .
          <source>Web Information Systems Engineering{WISE</source>
          <year>2007</year>
          (
          <year>2007</year>
          )
          <volume>322</volume>
          {
          <fpage>334</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Ngo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bellahsene</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coletta</surname>
          </string-name>
          , R.: YAM+
          <article-title>+ { Results for OAEI 2011</article-title>
          . In: Sixth International Workshop on Ontology Matching (OM
          <year>2011</year>
          ).
          <article-title>(</article-title>
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>On Applying Matching Tools to Large-scale Ontologies</article-title>
          . In: Third International Workshop on Ontology Matching (OM-
          <year>2008</year>
          ).
          <article-title>(</article-title>
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Sabou</surname>
          </string-name>
          , M.,
          <string-name>
            <surname>d'Aquin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motta</surname>
          </string-name>
          , E.:
          <article-title>Exploring the semantic web as background knowledge for ontology matching</article-title>
          .
          <source>Journal on Data Semantics</source>
          <volume>11</volume>
          (
          <year>2008</year>
          )
          <volume>156</volume>
          {
          <fpage>190</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Shvaiko</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Euzenat</surname>
          </string-name>
          , J.:
          <article-title>Ten Challenges for Ontology Matching</article-title>
          .
          <source>In: On the Move to Meaningful Internet Systems: OTM</source>
          <year>2008</year>
          .
          <article-title>(</article-title>
          <year>2008</year>
          )
          <volume>1164</volume>
          {
          <fpage>182</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Trojahn</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Quaresma</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vieira</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>An API for Multilingual Ontology Matching</article-title>
          .
          <source>In: Proceedings of the 7th Edition of the Language Resources and Evaluation Conference</source>
          , Malta (
          <year>2010</year>
          )
          <volume>3830</volume>
          {
          <fpage>3835</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>