<!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>ALOD2vec Matcher Results for OAEI 2021</article-title>
      </title-group>
      <contrib-group>
        <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 Business Technology Platform - One Domain Model</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 ALOD2vec Matcher in the Ontology Alignment Evaluation Initiative (OAEI) 2021. The matching system exploits a Web-scale dataset, i.e. WebIsALOD, as background knowledge source. In order to make use of the dataset, the RDF2vec approach is applied to derive embeddings for each concept available in the dataset. ALOD2vec Matcher participated in the OAEI 2018 and 2020 campaigns before. This is the system's third participation.3 The ALOD2vec Matcher is an element-level, label-based matcher which uses a large-scale Web-crawled RDF dataset of hypernymy relations as general purpose background knowledge. The dataset contains many tail-entities as well as instance data such as persons or places which cannot be found in common thesauri. In order to exploit the external dataset, a neural language model approach is used to obtain a vector for each concept contained in the dataset. This matching system system was initially introduced at the OAEI 2018 [13] and also participated in the 2020 campaign [10]. The implementation is based on the Matching EvaLuation Toolkit [6] as well as the KGvec2go [11] REST API to obtain vector representations via a Web API.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology Matching</kwd>
        <kwd>Ontology Alignment</kwd>
        <kwd>External Resources</kwd>
        <kwd>Background Knowledge</kwd>
        <kwd>Knowledge Graph Embeddings</kwd>
        <kwd>RDF2vec</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>1.2</p>
      <sec id="sec-2-1">
        <title>Speci c Techniques Used</title>
        <p>After the basic concepts of this matcher are introduced (Foundations ), the
speci c techniques applied are presented.</p>
      </sec>
      <sec id="sec-2-2">
        <title>Foundations</title>
        <p>3 Copyright © 2021 for this paper by its authors. Use permitted under Creative</p>
        <p>Commons License Attribution 4.0 International (CC BY 4.0).</p>
        <p>
          WebIsALOD Dataset A frequent problem that occurs when working with
external background knowledge is the fact that less common entities are not contained
within a knowledge base. The WebIsA [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] database is an attempt to tackle this
problem by providing a dataset which is not based on a single source of
knowledge { like DBpedia [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] { but instead on the whole Web: The dataset consists
of hypernymy relations extracted from the Common Crawl 4, a freely
downloadable crawl of a signi cant portion of the Web. A sample triple from the dataset
is european union skos:broader international organization5. The dataset is also
available via a Linked Open Data (LOD) endpoint6 under the name
WebIsALOD [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. In the LOD dataset, a machine-learned con dence score c 2 [0; 1] is
assigned to every hypernymy triple indicating the assumed degree of truth of
the statement.
        </p>
        <p>
          RDF2vec The background dataset can be viewed as a very large knowledge
graph; in order to obtain a similarity score for nodes and edges in that graph, the
RDF2vec [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ] approach is used. It applies the word2vec [
          <xref ref-type="bibr" rid="ref8 ref9">8,9</xref>
          ] model to RDF data:
Random walks are performed for each node and are interpreted as sentences.
After the walk generation, the sentences are used as input for the word2vec
algorithm. As a result, one obtains a vector for each word, i.e., a concept in the
RDF graph. Multiple avors of RDF2vec have been developed in the past such
as biased walks [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] or RDF2Vec Light [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ].7
KGvec2go Training embeddings on large knowledge graphs can be
computationally very expensive. Moreover, the resulting embedding models can be very
large since a multidimensional vector needs to be persisted for every node in the
knowledge graph. However, most downstream applications require only a small
subset of node vectors. The KGvec2go project [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] addresses these problems by
providing a free REST API8 for pre-trained RDF2vec models on various large
knowledge graphs (among which WebIsALOD is also available).
Monolingual Matching ALOD2vec Matcher is a monolingual matching
system. For the alignment process, the system retrieves the labels of all elements
of the ontologies to be matched. A lter adds all simple string matches to the
nal alignment in order to increase the performance. The remaining labels are
linked to concepts in the background dataset, are compared, and the best
solution is added to the nal alignment. A high-level view of the matching system
is provided in Figure 1.
        </p>
        <p>
          The rst step is to link the obtained labels from the ontology to concepts in
the WebIsALOD dataset. Therefore, string operations are performed on the label
4 see http://commoncrawl.org/
5 see http://webisa.webdatacommons.org/concept/european_union_
6 see http://webisa.webdatacommons.org/
7 For a good overview of the RDF2vec approach and its applications, refer to
http://www.rdf2vec.org/
8 see http://kgvec2go.org/api.html
and it is checked whether the label is available in WebIsALOD. If it cannot be
found, a token-lookup is performed. Given two entities e1 and e2, the matcher
uses their textual labels to link them to concepts e01 and e02 in the external
dataset. Afterwards, the embedding vectors ve01 and ve02 of the linked concepts
(e01 and e02) are retrieved via a Web request and the cosine similarity between
those is calculated. Hence: sim(e1; e2) = simcosine(ve01 ; ve02 ). If sim(e1; e2) &gt; t
where t is a threshold in the range of 0 and 1, a correspondence is added to a
temporary alignment. In a last step, a one-to-one arity is enforced by applying
a Maximum Weight Bipartite [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] lter on the temporary alignment.
        </p>
        <p>In order to consume the vectors in Java, a client has been implemented and
contributed to the MELT-ML module. The KGvec2go REST API can now be
accessed though class KGvec2goClient. Even though this matcher only uses the
WebIsALOD dataset, the implementation supports all datasets accessible on
KGvec2go. The extension is available by default in MELT 2.6.</p>
        <p>Instance Matching After classes and properties have been matched, instances
are matched using a string index. The con dence score assigned to instances
belonging to matched classes is higher than that of matches between instances
belonging to non-matched classes.</p>
        <p>
          Explainability ALOD2vec Matcher provides an explanation for every
correspondence that is added to the nal alignment. Therefore, the extension
capabilities of the alignment format [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] are used. Two concrete examples from the
Anatomy track for explanations of the matching system are: \Label 'aqueous
humour' of ontology 1 and label 'Aqueous Humor' of ontology 2 have a very
similar writing." or \The following two label sets have a cosine above the given
threshold: jlensjanteriorjepitheliumj and janteriorjsurfacejlensj". In order to
explain a correspondence, the description property9 of the Dublin Core Metadata
Initiative is used.
1.3
        </p>
      </sec>
      <sec id="sec-2-3">
        <title>Extensions to the Matching System for the 2021 Campaign</title>
        <p>For the 2021 campaign, the matching system was adapted to use the latest
MELT release and was packaged as MELT Web Docker10 container. The 2021
implementation is publicly available on GitHub.11
2
2.1</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <sec id="sec-3-1">
        <title>Anatomy Track</title>
        <p>On the anatomy dataset, the system scores a precision of 0.828, a recall of 0.766,
and an F1 of 0.796.
2.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Conference Track</title>
        <p>On the conference track, the matcher achieves a recall of 0.49 and a precision of
0.64. The overall F1 score on ra1-M3 was 0.59.
2.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Multifarm Track</title>
        <p>Since the WebIsALOD dataset is only available in English, the focus of the
ALOD2vec Matcher is on monolingual matching tasks.
2.4</p>
      </sec>
      <sec id="sec-3-4">
        <title>LargeBio Track</title>
        <p>In its current version, the LargeBio track is too large for the matching system's
architecture. There is a tradeo in package size and runtime performance (a
large package with all vectors matches faster than the submitted small package
which obtains vectors at runtime from KGvec2go). The current architecture
of ALOD2vec Matcher is not intended for large-scale matching { however, the
matching algorithm itself could be used for large-scale matching.
2.5</p>
      </sec>
      <sec id="sec-3-5">
        <title>Knowledge Graph Track</title>
        <p>
          The system could complete all matching tasks in time. As in the previous year,
this matcher obtains the second best results achieving almost the same score as
the Wiktionary Matcher 2021 [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. The overall F1 score was 0.87 on the complete
track.
9 see http://purl.org/dc/terms/description
10 see https://dwslab.github.io/melt/matcher-packaging/web
11 see https://github.com/janothan/ALOD2VecMatcher
        </p>
      </sec>
      <sec id="sec-3-6">
        <title>Common Knowledge Graph Track</title>
        <p>
          This year, a new track was added to the OAEI: The Common Knowledge Graph
Track [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. Although not optimized for this track, Alod2vec Matcher achieved the
second best result with an F1 score of 0.89.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper, we presented the newest version of the ALOD2vec Matcher, a
matcher utilizing an RDF2vec vector representation of the WebIsALOD dataset,
as well as its results in the 2021 OAEI. In the future, the matching system
could be improved by using another, potentially larger or newer, hypernymy
database, by exploiting other embedding algorithms, and by adding further
matching strategies to the overall algorithms such as checking of logical
constraints.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Cochez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ristoski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponzetto</surname>
            ,
            <given-names>S.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Biased graph walks for RDF graph embeddings</article-title>
          . In: Akerkar,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Cuzzocrea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Hacid</surname>
          </string-name>
          , M. (eds.)
          <source>Proceedings of the 7th International Conference on Web Intelligence</source>
          , Mining and Semantics,
          <string-name>
            <surname>WIMS</surname>
          </string-name>
          <year>2017</year>
          , Amantea, Italy, June 19-22,
          <year>2017</year>
          . pp.
          <volume>21</volume>
          :
          <issue>1</issue>
          {
          <fpage>21</fpage>
          :
          <fpage>12</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2017</year>
          ), https://doi.org/10.1145/3102254.3102279
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <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>E cient selection of mappings and automatic quality-driven combination of matching methods</article-title>
          .
          <source>In: Proceedings of the 4th International Conference on Ontology Matching-Volume</source>
          <volume>551</volume>
          . pp.
          <volume>49</volume>
          {
          <fpage>60</fpage>
          .
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <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
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Fallatah</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hopfgartner</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>A gold standard dataset for large knowledge graphs 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>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 15th International Workshop on Ontology Matching co-located with the 19th International Semantic Web Conference (ISWC</source>
          <year>2020</year>
          ),
          <article-title>Virtual conference (originally planned to</article-title>
          be in Athens, Greece),
          <source>November 2</source>
          ,
          <year>2020</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2788</volume>
          , pp.
          <volume>24</volume>
          {
          <fpage>35</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2020</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2788</volume>
          /om2020_LTpaper3.pdf
        </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>Webisalod: Providing hypernymy relations extracted from the web as linked open data</article-title>
          . In: d'Amato,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Fernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Tamma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.A.M.</given-names>
            ,
            <surname>Lecue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Cudre-Mauroux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Sequeda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.F.</given-names>
            ,
            <surname>Lange</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>He</surname>
          </string-name>
          <string-name>
            <surname>in</surname>
          </string-name>
          , J. (eds.)
          <source>The Semantic Web - ISWC 2017 - 16th International Semantic Web Conference</source>
          , Vienna, Austria,
          <source>October 21-25</source>
          ,
          <year>2017</year>
          , Proceedings,
          <source>Part II. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10588</volume>
          , pp.
          <volume>111</volume>
          {
          <fpage>119</fpage>
          . Springer (
          <year>2017</year>
          ), https://doi.org/10.1007/978- 3-
          <fpage>319</fpage>
          -68204-4_
          <fpage>11</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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_
          <fpage>17</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isele</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jakob</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jentzsch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontokostas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendes</surname>
            ,
            <given-names>P.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morsey</surname>
            , M., van Kleef,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Dbpedia - A largescale, multilingual knowledge base extracted from wikipedia</article-title>
          .
          <source>Semantic Web</source>
          <volume>6</volume>
          (
          <issue>2</issue>
          ),
          <volume>167</volume>
          {
          <fpage>195</fpage>
          (
          <year>2015</year>
          ), https://doi.org/10.3233/SW-140134
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>E cient estimation of word representations in vector space</article-title>
          . In: Bengio,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>LeCun</surname>
          </string-name>
          , Y. (eds.) 1st
          <source>International Conference on Learning Representations, ICLR</source>
          <year>2013</year>
          , Scottsdale, Arizona, USA, May 2-
          <issue>4</issue>
          ,
          <year>2013</year>
          , Workshop Track Proceedings (
          <year>2013</year>
          ), http://arxiv.org/abs/1301.3781
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          . In: Burges,
          <string-name>
            <given-names>C.J.C.</given-names>
            ,
            <surname>Bottou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ghahramani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Weinberger</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.Q</surname>
          </string-name>
          . (eds.)
          <source>Advances in Neural Information Processing Systems 26: 27th Annual Conference on Neural Information Processing Systems 2013. Proceedings of a meeting held December 5-8</source>
          ,
          <year>2013</year>
          ,
          <string-name>
            <given-names>Lake</given-names>
            <surname>Tahoe</surname>
          </string-name>
          , Nevada, United States. pp.
          <volume>3111</volume>
          {
          <issue>3119</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <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>Alod2vec matcher results for OAEI 2020</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 15th International Workshop on Ontology Matching co-located with the 19th International Semantic Web Conference (ISWC</source>
          <year>2020</year>
          ),
          <article-title>Virtual conference (originally planned to</article-title>
          be in Athens, Greece),
          <source>November 2</source>
          ,
          <year>2020</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2788</volume>
          , pp.
          <volume>147</volume>
          {
          <fpage>153</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2020</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2788</volume>
          /oaei20_paper2.pdf
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <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>Kgvec2go - knowledge graph embeddings as a service</article-title>
          . In: Calzolari,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Bechet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Blache</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Choukri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Cieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Declerck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Goggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Isahara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Maegaard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Mariani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Mazo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Odijk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Piperidis</surname>
          </string-name>
          , S. (eds.)
          <source>Proceedings of The 12th Language Resources and Evaluation Conference</source>
          ,
          <string-name>
            <surname>LREC</surname>
          </string-name>
          <year>2020</year>
          , Marseille, France, May
          <volume>11</volume>
          -16,
          <year>2020</year>
          . pp.
          <volume>5641</volume>
          {
          <fpage>5647</fpage>
          .
          <string-name>
            <surname>European Language Resources Association</surname>
          </string-name>
          (
          <year>2020</year>
          ), https: //www.aclweb.org/anthology/2020.lrec-
          <volume>1</volume>
          .692/
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <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>Rdf2vec light - A lightweight approachfor knowledge graph embeddings</article-title>
          . In: Taylor,
          <string-name>
            <given-names>K.L.</given-names>
            ,
            <surname>Goncalves</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.S.</given-names>
            ,
            <surname>Lecue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.)
          <article-title>Proceedings of the ISWC 2020 Demos and Industry Tracks: From Novel Ideas to Industrial Practice co-located with 19th International Semantic Web Conference (ISWC</article-title>
          <year>2020</year>
          ),
          <article-title>Globally online</article-title>
          ,
          <source>November 1-6</source>
          ,
          <year>2020</year>
          (UTC).
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2721</volume>
          , pp.
          <volume>79</volume>
          {
          <fpage>84</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2020</year>
          ), http://ceur-ws.org/Vol2721/paper520.pdf
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <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>
          . In: Shvaiko,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>JimenezRuiz</surname>
          </string-name>
          , E.,
          <string-name>
            <surname>Cheatham</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hassanzadeh</surname>
            ,
            <given-names>O</given-names>
          </string-name>
          . (eds.)
          <source>Proceedings of the 13th International Workshop on Ontology Matching co-located with the 17th International Semantic Web Conference, OM@ISWC</source>
          <year>2018</year>
          , Monterey, CA, USA, October
          <volume>8</volume>
          ,
          <year>2018</year>
          .
          <source>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>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2288</volume>
          /oaei18_paper3.pdf
        </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>Wiktionary Matcher results for OAEI 2021</article-title>
          . In: OM@ISWC
          <year>2021</year>
          (
          <year>2021</year>
          ), to appear
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Ristoski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosati</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noia</surname>
          </string-name>
          , T.D.,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>R.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Rdf2vec: RDF graph embeddings and their applications</article-title>
          .
          <source>Semantic Web</source>
          <volume>10</volume>
          (
          <issue>4</issue>
          ),
          <volume>721</volume>
          {
          <fpage>752</fpage>
          (
          <year>2019</year>
          ), https://doi.org/10.3233/SW-180317
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Seitner</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eckert</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faralli</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meusel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponzetto</surname>
            ,
            <given-names>S.P.:</given-names>
          </string-name>
          <article-title>A large database of hypernymy relations extracted from the web</article-title>
          . In: Calzolari,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Choukri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Declerck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Goggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Grobelnik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Maegaard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Mariani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Mazo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Odijk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Piperidis</surname>
          </string-name>
          , S. (eds.)
          <source>Proceedings of the Tenth International Conference on Language Resources and Evaluation LREC</source>
          <year>2016</year>
          , Portoroz, Slovenia, May
          <volume>23</volume>
          -28,
          <year>2016</year>
          .
          <string-name>
            <given-names>European</given-names>
            <surname>Language Resources Association (ELRA)</surname>
          </string-name>
          (
          <year>2016</year>
          ), http://www.lrec-conf.org/proceedings/lrec2016/ summaries/204.html
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>