<!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 Results for OAEI 2020</article-title>
      </title-group>
      <contrib-group>
        <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>This paper presents the results of the Wiktionary Matcher in the Ontology Alignment Evaluation Initiative (OAEI) 2020. Wiktionary Matcher is 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. This is the second OAEI participation of the matching system. Wiktionary Matcher has been improved and is the best performing system on the knowledge graph track this year.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 [2], Wiktionary is signi cantly larger and also available in other languages than English. This matcher uses DBnary [13], an RDF version of Wiktionary that is publicly available5. The DBnary dataset makes use of an extended LEMON model [7] to describe the data. For this 3 Copyright c 2020 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/</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>matcher, recent DBnary datasets for 8 Wiktionary languages6 have been
downloaded 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.</p>
      <p>
        This is the second OAEI participation of this matching system, Wiktionary
Matcher initially participated in the OAEI in 2019 [
        <xref ref-type="bibr" rid="ref12">10</xref>
        ]. The matcher has been
implemented and packaged using the Matching EvaLuation Toolkit (MELT)7,
a Java framework for matcher development, tuning, evaluation, and
packaging [
        <xref ref-type="bibr" rid="ref11 ref6">4,9</xref>
        ].
1.2
      </p>
      <sec id="sec-2-1">
        <title>Speci c Techniques Used</title>
        <p>
          This matching system system was initially introduced at the OAEI 2019 [
          <xref ref-type="bibr" rid="ref12">10</xref>
          ]. An
overview of the matching system is provided in Figure 1. The main techniques
used for matching are summarized below.
        </p>
        <p>
          Monolingual Matching For monolingual ontologies, the matching system rst
applies multiple string matching techniques. Afterwards, the synonym matcher
module links labels to concepts in Wiktionary and checks then whether the
concepts are synonymous in the external dataset. 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="ref3">3</xref>
          ]
which exploits the Wikipedia search engine. 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-sense-disambiguation would have to be
performed also on Wiktionary [
          <xref ref-type="bibr" rid="ref10">8</xref>
          ]. The linking process is similar to the one presented
for the ALOD2Vec 2018 matching system [
          <xref ref-type="bibr" rid="ref14 ref4">12</xref>
          ]: In a rst step, the full label is
looked up in 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 dataset 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. For
multi-linked concepts (such as conference dinner ), a match is only annotated
6 Namely: Dutch, English, French, Italian, German, Portugese, Russian, and Spanish.
7 see https://github.com/dwslab/melt
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 For every matching task, the system rst determines the
language distributions in the ontologies. If the ontologies appear to be in di erent
languages, the system automatically enables the multilingual matching module:
Here, 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 Figure 2: The Spanish label is linked
to the entry in the Spanish Wiktionary and from the entry the translation is
derived. 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 dataset is available to the matcher (such as Chinese and Arabic). The
process is depicted in Figure 3: The Arabic and Chinese labels cannot be linked
to Wiktionary entries but, instead, appear as translation for the same concept.</p>
        <p>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
datasets, the matcher applies a two step strategy: After aligning the schemas,
instances are matched using a string index. As there are typically 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. 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="ref1">1</xref>
          ] in order to provide a human
        </p>
        <sec id="sec-2-1-1">
          <title>8 see https://en.wiktionary.org/wiki/movie</title>
          <p>readable explanation of why a correspondence was added to the nal alignment.
Such 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 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.
1.3</p>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>Extensions to the Matching System for the 2020 Campaign</title>
        <p>
          For the 2020 campaign, the matching system has been improved. The instance
matching module has been extended to better exploit the string indices. As
a consequence, the matcher is the best performing system in the knowledge
graph track [
          <xref ref-type="bibr" rid="ref8">6</xref>
          ] this year. Furthermore, Wiktionary Matcher now gives more
detailed explanations in terms of why a correspondence has been added to the
alignment. Lastly, the background knowledge has been updated: The system uses
Wiktionary dumps as of late July 2020. The 2020 system uses the latest version
of MELT [
          <xref ref-type="bibr" rid="ref7">5</xref>
          ]. The implementation is now also publicly available on GitHub.10
        </p>
        <sec id="sec-2-2-1">
          <title>9 see http://purl.org/dc/terms/description 10 see https://github.com/janothan/WiktionaryMatcher</title>
        </sec>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>2.1</p>
      <sec id="sec-3-1">
        <title>Anatomy Track</title>
        <p>On the anatomy track, recall and F1 could be improved compared to the 2019
version of the matcher. Due to further improvements of the implementation,
the matching system's runtime performance could be signi cantly increased and
the system is able to align the two ontologies in less than 100 seconds.11 The
system performs above the median of all 2020 systems with an F1 score of 0.842
(precision = 0.956, recall = 0.753).
2.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Conference Track</title>
        <p>The matching system achieves almost the same results as in 2019 on the
conference track with a slightly improved precision. With an F1 score of 0.65 on
rar2-M1, the system performs slightly above the median in terms of F1.
2.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Multifarm Track</title>
        <p>Wiktionary Matcher is one of the few systems capable of matching multilingual
ontologies. This year, Wikitionary Matcher is the system with the highest
precision on the aggregated results (precision = 0.8 on di erent ontologies). In terms
of f-measure, the system scores at the exact median. Compared to the 2019
campaign, the results improved slightly. This e ect is caused by the updated DBnary
dataset used this year { the system improved itself due to a growing knowledge
source (the multilingual matching implementation has not been changed
compared to 2019).
2.4</p>
      </sec>
      <sec id="sec-3-4">
        <title>LargeBio Track</title>
        <p>Although the system has not been optimized for the LargeBio track, the matcher
could complete all matching tasks within the given time. The system performs
surprisingly competitive despite not using any other background knowledge
source than Wiktionary. With the exception of task \FMA/NCI Whole", the
matching system performed signi cantly better than the 2019 version in terms
of F1. A small contributor to better results is also the new Wiktionary version
which carries more synonyms in 2020 than in 2019.
2.5</p>
      </sec>
      <sec id="sec-3-5">
        <title>Knowledge Graph Track</title>
        <p>Due to an improved instance matching module, the overall instance matching
performance in terms of F1 could be increased from 0.79 to 0.87. With an overall
11 In the 2020 campaign, only 4 out of 11 systems were able to align the ontologies in
less than 100 seconds.
f-measure of 0.87, Wiktionary Matcher is the best matching system on this
track.12
3</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>General Comments</title>
      <p>It is important to note that the matching system currently exploits only a small
share of semantic relations available on Wiktionary. The system is restricted by
the available relations extracted by the DBnary project. The additional
exploitation of the relations alternative forms or derived terms, for instance, would likely
improve the system. However, those are not yet extracted and are consequently
not used for the matching task as of today.13
4</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>In this paper, we presented the Wiktionary Matcher, a matcher utilizing a
collaboratively built lexical resource, as well as the results of the system in the 2020
OAEI campaign. Overall, the results of the matching system could be signi
cantly improved compared to its last OAEI participation. Given Wiktionary's
continuous growth, it can be expected that the matching results will improve over
time { for example when additional synonyms and translations are added. Small
improvements due to new synonyms and translations could already be observed
within a one year time frame for example on the Multifarm or the LargeBio
track. In addition, improvements to the DBnary dataset, such as the addition
of alternative word forms, may also improve the overall matcher performance in
the future.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <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="ref2">
        <mixed-citation>
          2.
          <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="ref3">
        <mixed-citation>
          3.
          <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="ref4">
        <mixed-citation>
          <source>12 ALOD2Vec Matcher</source>
          <year>2020</year>
          [
          <article-title>11] achieves the same F1 score { however, as the performance of the latter matcher on classes and properties is slightly worse, Wiktionary Matcher comes in rst.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>13 We contacted the developers and will include the additional relations in our matching system as soon as those are available</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          4.
          <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: Acosta,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Cudre-Mauroux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Maleshkova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Pellegrini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Sack</surname>
          </string-name>
          ,
          <string-name>
            <surname>H.</surname>
          </string-name>
          , SureVetter, Y. (eds.)
          <source>Semantic Systems. The Power of AI and Knowledge Graphs - 15th International Conference, SEMANTiCS</source>
          <year>2019</year>
          , Karlsruhe, Germany, September 9-
          <issue>12</issue>
          ,
          <year>2019</year>
          ,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>11702</volume>
          , pp.
          <volume>231</volume>
          {
          <fpage>245</fpage>
          . Springer (
          <year>2019</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -33220-4 17, https: //doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -33220-4_
          <fpage>17</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          5.
          <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>Supervised ontology and instance matching with MELT</article-title>
          .
          <source>In: OM@ISWC</source>
          <year>2020</year>
          (
          <year>2020</year>
          ), to appear
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          6.
          <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>
          .
          <source>In: 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>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          7.
          <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="ref10">
        <mixed-citation>
          8. 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="ref11">
        <mixed-citation>
          9.
          <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>Visual analysis of ontology matching results with the MELT dashboard</article-title>
          .
          <source>In: The Semantic Web: ESWC 2020 Satellite Events</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          10.
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hladik</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Wiktionary matcher</article-title>
          . In: Shvaiko,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Jimenez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            ,
            <surname>Trojahn</surname>
          </string-name>
          , C. (eds.)
          <source>Proceedings of the 14th International Workshop on Ontology Matching co-located with the 18th International Semantic Web Conference (ISWC</source>
          <year>2019</year>
          ), Auckland, New Zealand,
          <source>October</source>
          <volume>26</volume>
          ,
          <year>2019</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2536</volume>
          , pp.
          <volume>181</volume>
          {
          <fpage>188</fpage>
          . CEURWS.org (
          <year>2019</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2536</volume>
          /oaei19_paper15.pdf
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          11.
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hladik</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>ALOD2Vec Matcher results for OAEI 2020</article-title>
          . In: OM@ISWC
          <year>2020</year>
          (
          <year>2020</year>
          ), to appear
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          12.
          <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>
          13.
          <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-list>
  </back>
</article>