<!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>Wiktionary Matcher</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>n Portis</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>iko P</string-name>
          <email>heikog@informatik.uni-mannheim.de</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>External Re-</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data and Web Science Group, University of Mannheim</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>SAP SE Product Engineering Financial Services</institution>
          ,
          <addr-line>Walldorf</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>State</institution>
          ,
          <addr-line>Purpose, General Statement</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we introduce Wiktionary Matcher, an ontology matching tool that exploits Wiktionary as external background knowledge source. Wiktionary is a large lexical knowledge resource that is collaboratively built online. Multiple current language versions of Wiktionary are merged and used for monolingual ontology matching by exploiting synonymy relations and for multilingual matching by exploiting the translations given in the resource. We show that Wiktionary can be used as external background knowledge source for the task of ontology matching with reasonable matching and runtime performance.3 The Wiktionary Matcher is an element-level, label-based matcher which uses an online lexical resource, namely Wiktionary. The latter is "[a] collaborative project run by the Wikimedia Foundation to produce a free and complete dictionary in every language"4. The dictionary is organized similarly to Wikipedia: Everybody can contribute to the project and the content is reviewed in a community process. Compared to WordNet [4], Wiktionary is signi cantly larger and also available in other languages than English. This matcher uses DBnary [15], an RDF version of Wiktionary that is publicly available5. The DBnary data set makes use of an extended LEMON model [11] to describe the data. For this matcher, DBnary data sets for 8 Wiktionary languages6 have been downloaded 3 Copyright c 2019 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0). 4 see https://web.archive.org/web/20190806080601/https://en.wiktionary. org/wiki/Wiktionary 5 see http://kaiko.getalp.org/about-dbnary/download/ 6 Namely: Dutch, English, French, Italian, German, Portugese, Russian, and Spanish.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology Matching sources</kwd>
        <kwd>Background Knowledge</kwd>
        <kwd>Ontology Alignment</kwd>
        <kwd>Wiktionary</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1.1</p>
    </sec>
    <sec id="sec-2">
      <title>Presentation of the System</title>
      <p>
        and merged into one RDF graph. Triples not required for the matching
algorithm, such as glosses, were removed in order to increase the performance of the
matcher and to lower its memory requirements. As Wiktionary contains
translations, this matcher can work on monolingual and multilingual matching tasks.
The matcher has been implemented and packaged using the MELT framework7,
a Java framework for matcher development, tuning, evaluation, and packaging
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
1.2
      </p>
      <sec id="sec-2-1">
        <title>Speci c Techniques Used</title>
        <p>
          Monolingual Matching For monolingual ontologies, the matching system rst
links labels to concepts in Wiktionary, and then checks whether the concepts are
synonymous in the external data set. This approach is conceptually similar to
an upper ontology matching approach. Concerning the usage of a collaboratively
built knowledge source, the approach is similar to WikiMatch [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] which exploits
the Wikipedia search engine.
        </p>
        <p>
          Wiktionary Matcher adds a correspondence to the nal alignment purely
based on the synonymy relation independently of the actual word sense. This
is done in order to avoid word sense disambiguation on the ontology side but
also on Wiktionary side: Versions for some countries do not annotate synonyms
and translations for senses but rather on the level of the lemma. Hence, many
synonyms are given independently of the word sense. In such cases,
word-sensedisambiguation would have to be performed also on Wiktionary [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
        </p>
        <p>
          The linking process is similar to the one presented for the ALOD2Vec
matching system [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]: In a rst step, the full label is looked up on the knowledge source.
If the label cannot be found, labels consisting of multiple word tokens are
truncated from the right and the process is repeated to check for sub-concepts. This
allows to detect long sub-concepts even if the full string cannot be found. Label
conference banquet of concept http://ekaw#Conference Banquet from the
Conference track, for example, cannot be linked to the background data set using the
full label. However, by applying right-to-left truncation, the label can be linked
to two concepts, namely conference and banquet, and in the following also be
matched to the correct concept http://edas#ConferenceDinner which is linked
in the same fashion.
        </p>
        <p>For multi-linked concepts (such as conference dinner ), a match is only
annotated if every linked component of the label is synonymous to a component in the
other label. Therefore, lens (http://mouse.owl#MA 0000275) is not mapped to
crystalline lens (http://human.owl#NCI C12743) due to a missing synonymous
partner for crystalline whereas urinary bladder neck (http://mouse.owl#MA
0002491) is matched to bladder neck (http://human.owl#NCI C12336) because
urinary bladder is synonymous to bladder.</p>
        <p>
          Multilingual Matching The multilingual capabilities of the matcher presented
in this paper are similar to the work of Lin and Krizhanovsky [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] who use
        </p>
        <sec id="sec-2-1-1">
          <title>7 see https://github.com/dwslab/melt</title>
          <p>
            data of the English Wiktionary (as of 2010) to allow for multilangual matching
of the COMS matching system [
            <xref ref-type="bibr" rid="ref9">9</xref>
            ]. Unfortunately, the matching system never
participated in the OAEI MultiFarm track. The work presented here is di erent
in that it uses multiple language versions of Wiktionary, the corpora are much
larger because they are newer, and in terms of the matching strategy that is
applied.
          </p>
          <p>The matcher rst determines the language distributions in the ontologies. If
the ontologies appear to be in di erent languages, Wiktionary translations are
exploited: A match is created, if one label can be translated to the other one
according to at least one Wiktionary language version { such as the Spanish label
ciudad and the French label ville (both meaning city ). This process is depicted
in gure 1: The Spanish label is linked to the entry in the Spanish Wiktionary
and from the entry the translation is derived.</p>
          <p>If there is no Wiktionary version for the languages to be matched or the
approach described above yields very few results, it is checked whether the two
labels appear as a translation for the same word. The Chinese label 决定 (jued ng),
for instance, is matched to the Arabic label P@Q ¯ (qrar) because both appear
as a translation of the English word decision on Wiktionary. This (less precise)
approach is particularly important for language pairs for which no Wiktionary
data set is available to the matcher (such as Chinese and Arabic). The
process is depicted in gure 2: The Arabic and Chinese labels cannot be linked to
Wiktionary entries but, instead, appear as translation for the same concept.
Instance Matching The matcher presented in this paper can be also used for
combined schema and instance matching tasks. If instances are available in the
given data sets, the matcher applies a two step strategy: After aligning the
schemas, instances are matched using a string index. If there are many instances,
Wiktionary is not used for the instance matching task in order to increase the
matching runtime performance. Moreover, the coverage of schema level concepts
in Wiktionary is much higher than for instance level concepts: For example,
there is a sophisticated representation of the concept movie8, but hardly any
individual movies in Wiktionary.</p>
          <p>For correspondences where the instances belong to classes that were matched
before, a higher con dence is assigned. If one instance matches multiple other
instances, the correspondence is preferred where both their classes were matched
before.</p>
          <p>
            Explainability Unlike many other ontology matchers, this matcher uses the
extension capabilities of the alignment format [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ] in order to provide a human
readable explanation of why a correspondence was added to the nal alignment.
To explain the correspondence involving (http://cmt de#c-7914897-1988765,
http://conference en#c-0918067-8070827), for instance, the matcher gives the
explanation "The label of entity 1 was found in Wiktionary as 'Konferenz' and
translated to 'conference' which equals the normalized label of entity 2." Such
          </p>
        </sec>
        <sec id="sec-2-1-2">
          <title>8 see https://en.wiktionary.org/wiki/movie</title>
          <p>explanations can help to interpret and to trust a matching system's decision.
Similarly, explanations also allow to comprehend why a correspondence was
falsely added to the nal alignment: The explanation for the false positive match
(http://confOf#Contribution, http://iasted#Tax), for instance, is given as
follows: "The rst concept was mapped to dictionary entry [contribution] and the
second concept was mapped to dictionary entry [tax]. According to Wiktionary,
those two concepts are synonymous." Here, it can be seen that the matcher was
successful in linking the labels to Wiktionary but failed due to the missing word
sense disambiguation. In order to explain a correspondence, the description
property9 of the Dublin Core Metadata Initiative is used.
2
2.1</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <sec id="sec-3-1">
        <title>Anatomy</title>
        <p>
          On the Anatomy track [
          <xref ref-type="bibr" rid="ref1 ref3">3,1</xref>
          ] the matching system achieves a median rank given
F1 scores and signi cantly outperforms the baseline. The system is capable of
nding non-trivial matches such as temporalis (http://mouse.owl#MA 0002390)
and temporal muscle (http://human.owl#NCI C33743).
2.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Conference</title>
        <p>
          The matching system consistently ranks 4th on all reference alignments given
F1 scores in the Conference track [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ]. Like most matchers, the system achieves
better results matching classes compared to matching properties. False positives
are in most cases due to string matches and only in some cases due to synonymous
relationships such as in (http://edas#Topic, http://iasted#Item).
2.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Multifarm</title>
        <p>
          The multilingual approach of the Wiktionary Matcher is di erent from most
multilingual ontology matching approaches that use a translation API: Instead
of an external function call, multiple multilingual resources are merged and used.
Out of the matchers that participated in the MultiFarm track [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], Wiktionary
Matcher performs third with an averaged F1 score of 0:31 on (i) di erent
ontologies and an averaged F1 score of 0:12 on (ii) the same but translated ontologies.
For the latter task the matching system lacks the ability to recognize that the
structure of the ontologies that are to be matched is equal which would be an
advantage for this matching problem. As expected, Wiktionary Matcher works
better for languages for which a data set is available { such as English and French.
Compared to other matching systems, the results of this matcher uctuate more
due to missing translation resources for some languages: While the matcher
performs competitively for tasks involving the English language, the performance
drastically falls when it comes to matching an ontology in the Arabic language.
        </p>
        <sec id="sec-3-3-1">
          <title>9 see http://purl.org/dc/terms/description</title>
        </sec>
      </sec>
      <sec id="sec-3-4">
        <title>Knowledge Graph Track</title>
        <p>
          On the Knowledge Graph (KG) Track [
          <xref ref-type="bibr" rid="ref6 ref8">8,6</xref>
          ], the matcher achieves the second-best
result of all submitted matchers on the averaged F1 scores. Compared to the best
matching system, FCAMap-KG, the system presented in this paper requires less
than a third of the runtime.
        </p>
        <p>The matcher performs better in terms of F1 on classes and properties
compared to instances. This might be due to the fact that the matcher is optimized
to match schemas and that the Wiktionary background source is only used for
the schema matching task.
3</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Discussions on the Way to Improve the Proposed</title>
    </sec>
    <sec id="sec-5">
      <title>System</title>
      <p>The current version of DBnary does not extract alternative forms of words such
as (color, colour). This is a limitation by the data set used for this matcher and
not by Wiktionary. An addition of this relation between lemmas to the data set
would likely improve results.</p>
      <p>Furthermore, the matching system presented here only uses synonymy and
translation relations even though more information is available in the background
knowledge source. An extension to other relations that exist between words
would help to increase the performance. The false negative match between
intestine secretion and intestinal secretion of classes http://mouse.owl#MA 0002515
and http://human.owl#NCI C32875, respectively, could be found if the system
would exploit the fact that intestinal is derived from intestine (an information
that is available in the data set).</p>
      <p>The runtime performance could be improved by loading the background
knowledge data (or aggregates) in specialized data structures that allow for a
faster data access at runtime, such as key-value stores (rather than querying an
RDF graph). This approach could particularly improve the performance on the
MultiFarm track which has a comparatively slow runtime performance due to
complex SPARQL queries.
4</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>In this paper, we presented the Wiktionary Matcher, a matcher utilizing a
collaboratively built lexical resource. Given Wiktionary 's continuous growth, it can
be expected that the matching results will improve over time { for example when
additional translations are added. In addition, improvements to the DBnary data
set, such as the addition of alternative word forms, may also improve the overall
matcher performance.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Bodenreider</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayamizu</surname>
            ,
            <given-names>T.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ringwald</surname>
          </string-name>
          , M.,
          <string-name>
            <surname>de Coronado</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Zhang, S.:
          <article-title>Of mice and men: Aligning mouse and human anatomies</article-title>
          .
          <source>In: AMIA</source>
          <year>2005</year>
          , American Medical Informatics Association Annual Symposium, Washington, DC, USA, October
          <volume>22</volume>
          -
          <issue>26</issue>
          ,
          <year>2005</year>
          . AMIA (
          <year>2005</year>
          ), http://knowledge.amia.org/amia-55142
          <source>-a2005a-1</source>
          .613296/t-001
          <source>-1</source>
          .616182/ f-001
          <source>-1</source>
          .616183/a-012
          <source>-1</source>
          .616655/a-013
          <source>-1</source>
          .
          <fpage>616652</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>David</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Euzenat</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Schar e, F.,
          <string-name>
            <surname>dos Santos</surname>
          </string-name>
          , C.T.:
          <article-title>The alignment API 4.0</article-title>
          .
          <issue>Semantic Web 2</issue>
          (
          <issue>1</issue>
          ),
          <volume>3</volume>
          {
          <fpage>10</fpage>
          (
          <year>2011</year>
          ). https://doi.org/10.3233/SW-2011-0028, https: //doi.org/10.3233/SW-2011-0028
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Euzenat</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meilicke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stuckenschmidt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shvaiko</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , dos Santos, C.T.:
          <article-title>Ontology alignment evaluation initiative: Six years of experience</article-title>
          .
          <source>J. Data Semantics</source>
          <volume>15</volume>
          ,
          <issue>158</issue>
          {
          <fpage>192</fpage>
          (
          <year>2011</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>642</fpage>
          -22630-4 6, https: //doi.org/10.1007/978-3-
          <fpage>642</fpage>
          -22630-
          <issue>4</issue>
          _
          <fpage>6</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Fellbaum</surname>
          </string-name>
          , C. (ed.):
          <article-title>WordNet: An Electronic Lexical Database</article-title>
          . Language, Speech, and Communication, MIT Press, Cambridge, Massachusetts (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>WikiMatch - Using Wikipedia for Ontology Matching</article-title>
          . In: Shvaiko,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Kementsietsidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Mao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Noy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Stuckenschmidt</surname>
          </string-name>
          , H. (eds.) OM-2012
          <source>: Proceedings of the ISWC Workshop</source>
          . vol.
          <volume>946</volume>
          , pp.
          <volume>37</volume>
          {
          <issue>48</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Dbkwik: A consolidated knowledge graph from thousands of wikis</article-title>
          . In: Wu,
          <string-name>
            <given-names>X.</given-names>
            ,
            <surname>Ong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Aggarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.C.</given-names>
            ,
            <surname>Chen</surname>
          </string-name>
          , H. (eds.)
          <source>2018 IEEE International Conference on Big Knowledge, ICBK</source>
          <year>2018</year>
          , Singapore,
          <source>November 17-18</source>
          ,
          <year>2018</year>
          . pp.
          <volume>17</volume>
          {
          <fpage>24</fpage>
          . IEEE Computer Society (
          <year>2018</year>
          ). https://doi.org/10.1109/ICBK.
          <year>2018</year>
          .
          <volume>00011</volume>
          , https://doi.org/10.1109/ ICBK.
          <year>2018</year>
          .00011
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>MELT - Matching EvaLuation Toolkit</article-title>
          . In: Semantics 2019
          <string-name>
            <given-names>SEM2019</given-names>
            <surname>Proceedings. Karlsruhe</surname>
          </string-name>
          (
          <year>2019</year>
          , to appear)
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hofmann</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perchani</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Dbkwik: Towards knowledge graph creation from thousands of wikis</article-title>
          . In: Nikitina,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Fokoue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Haase</surname>
          </string-name>
          , P. (eds.)
          <source>Proceedings of the ISWC</source>
          <year>2017</year>
          <article-title>Posters &amp; Demonstrations and Industry Tracks co-located with 16th International Semantic Web Conference (ISWC</article-title>
          <year>2017</year>
          ), Vienna, Austria, October 23rd - to - 25th,
          <year>2017</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <year>1963</year>
          .
          <article-title>CEUR-WS.org (</article-title>
          <year>2017</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-1963/paper540.pdf
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Butters</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sandkuhl</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ciravegna</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Context-based ontology matching: Concept and application cases</article-title>
          .
          <source>In: 10th IEEE International Conference on Computer and Information Technology, CIT</source>
          <year>2010</year>
          , Bradford, West Yorkshire,
          <string-name>
            <surname>UK</surname>
          </string-name>
          , June 29-July 1,
          <year>2010</year>
          . pp.
          <volume>1292</volume>
          {
          <fpage>1298</fpage>
          . IEEE Computer Society (
          <year>2010</year>
          ). https://doi.org/10.1109/CIT.
          <year>2010</year>
          .
          <volume>233</volume>
          , https://doi.org/10.1109/CIT.
          <year>2010</year>
          .233
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <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>CoRR abs/1109</source>
          .0732 (
          <year>2011</year>
          ), http:// arxiv.org/abs/1109.0732
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>McCrae</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aguado-de Cea</surname>
          </string-name>
          , G.,
          <string-name>
            <surname>Buitelaar</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Declerck</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>GomezPerez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gracia</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hollink</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montiel-Ponsoda</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spohr</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wunner</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Interchanging Lexical Resources on the Semantic Web</article-title>
          .
          <source>Language Resources and Evaluation</source>
          <volume>46</volume>
          (
          <issue>4</issue>
          ),
          <volume>701</volume>
          {719 (Dec
          <year>2012</year>
          ). https://doi.org/10.1007/s10579-012-9182- 3, http://link.springer.
          <source>com/10.1007/s10579-012-9182-3</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Meilicke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia-Castro</surname>
            ,
            <given-names>R.</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>
          , MontielPonsoda, 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>dos Santos</surname>
          </string-name>
          , C.T.,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Multifarm: A benchmark for multilingual ontology matching</article-title>
          .
          <source>J. Web Semant</source>
          .
          <volume>15</volume>
          ,
          <issue>62</issue>
          {
          <fpage>68</fpage>
          (
          <year>2012</year>
          ). https://doi.org/10.1016/j.websem.
          <year>2012</year>
          .
          <volume>04</volume>
          .001, https://doi.org/10. 1016/j.websem.
          <year>2012</year>
          .
          <volume>04</volume>
          .001
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. Meyer,
          <string-name>
            <given-names>C.M.</given-names>
            ,
            <surname>Gurevych</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          :
          <article-title>Worth its weight in gold or yet another resource - A comparative study of wiktionary, openthesaurus and germanet</article-title>
          . In: Gelbukh,
          <string-name>
            <surname>A.F</surname>
          </string-name>
          . (ed.)
          <source>Computational Linguistics and Intelligent Text Processing</source>
          , 11th International Conference, CICLing
          <year>2010</year>
          , Iasi, Romania, March
          <volume>21</volume>
          -27,
          <year>2010</year>
          .
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>6008</volume>
          , pp.
          <volume>38</volume>
          {
          <fpage>49</fpage>
          . Springer (
          <year>2010</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>642</fpage>
          -12116-6 4, https://doi.org/10.1007/ 978-3-
          <fpage>642</fpage>
          -12116-
          <issue>6</issue>
          _
          <fpage>4</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Alod2vec matcher</article-title>
          .
          <source>In: OM@ISWC. CEUR Workshop Proceedings</source>
          , vol.
          <volume>2288</volume>
          , pp.
          <volume>132</volume>
          {
          <fpage>137</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Serasset</surname>
          </string-name>
          , G.:
          <article-title>Dbnary: Wiktionary as a lemon-based multilingual lexical resource in RDF</article-title>
          .
          <source>Semantic Web</source>
          <volume>6</volume>
          (
          <issue>4</issue>
          ),
          <volume>355</volume>
          {
          <fpage>361</fpage>
          (
          <year>2015</year>
          ). https://doi.org/10.3233/SW-140147, https://doi.org/10.3233/SW-140147
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Zamazal</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Svatek</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>The ten-year ontofarm and its fertilization within the onto-sphere</article-title>
          .
          <source>J. Web Semant</source>
          .
          <volume>43</volume>
          ,
          <issue>46</issue>
          {
          <fpage>53</fpage>
          (
          <year>2017</year>
          ). https://doi.org/10.1016/j.websem.
          <year>2017</year>
          .
          <volume>01</volume>
          .001, https://doi.org/10.1016/j. websem.
          <year>2017</year>
          .
          <volume>01</volume>
          .001
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>