<!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>
      <journal-title-group>
        <journal-title>M. H.T. d. Boer); linda.oosterheert@tno.nl (L. Oosterheert); roos.bakker@tno.nl
(R. M. Bakker)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Dynamic Ontology Matching Challenge</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Maaike H.T. de Boer</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Linda Oosterheert</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Roos M. Bakker</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>TNO - Netherlands Organisation for Applied Scientific Research</institution>
          ,
          <addr-line>Anna van Buerenplein 1, 2595DA, The Hague</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Universiteit Leiden</institution>
          ,
          <addr-line>Reuvensplaats 3, Leiden, 2311BE</addr-line>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>The labour market is currently heavily struggling with friction in demand and supply. Skills-based approaches deliver promising results. These approaches ask for a common and up-to-date skills language to achieve their full potential. Skills ontologies such as ESCO and O*NET exist, but tend to get outdated soon, as the labour market changes quickly and intensive manual expert-based labour is needed for updating the ontologies. The existence of multiple skills ontologies allows for applicability in diferent contexts (such as diferent countries), but requires mappings between them to be able to relate, reuse and transfer knowledge. In this challenge, we invite participants to implement novel ideas on how to keep mappings between ontologies up-to-date in a dynamic context. We will provide diferent versions of the ESCO ontology and the mapping to O*NET as the ontology and data. It is necessary to use a hybrid method in this challenge, and it is allowed to use some human annotation in the challenge.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The tension on the labour market has been significantly increased the last years. For example,
the Netherlands faced a record high number of vacancies at the beginning of 20221. In a large
number of sectors there is an acute scarcity of staf (e.g., construction and installation, health
care), whereas in other sectors staf must be out-flowed (e.g., financial and administrative) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
Employers cannot find the employees they need, and employees experience they cannot use
large parts of their knowledge and skills in their current job or are not enabled to work more
hours [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>To understand and meet emerging skills demands and to empower individuals to learn,
unlearn and relearn skills, a transition from a diploma-based to a skills-based learning and
working system is ongoing. These skills-based approaches ask for a common and up-to-date
skills language to achieve their full potential. Skills ontologies such as ESCO and O*NET exist,
but skills ontologies tend to get outdated soon, as the labour market changes quickly and
intensive manual expert-based labour is needed for updating the ontologies.</p>
      <p>In this challenge, we invite participants to implement novel ideas on how to keep mappings
between ontologies up-to-date in a dynamic context. Ontologies and knowledge models in
general represent a part of the world. Ideally, they are connected to other ontologies to form a
broader network of knowledge. However, the world is ever changing and so are the ontologies
that describe it. This poses a problem in the mapping of ontologies. One change in an ontology
can threaten the correctness of all its mappings. We believe a Hybrid solution is necessary,
because current ontology mapping techniques do not perform suficiently to allow a fully
automatic solution.</p>
      <p>The next section provides a short overview of related work on ontology mapping techniques.
Section 3 gives insight in a few of the skills ontologies and section 4 describes the challenge.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Finding correspondences between ontologies is often called ontology mapping or ontology
matching. The result of this process is named an ontology alignment. Related work in this
ifeld can be divided into structure-level and element-level mapping [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. Harrow et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] add
knowledge as an additional level, which refers to data or facts stored in databases.
Structurelevel mapping is a mapping that includes the entire ontologies or groups of concepts with
groups of concepts. In structure-level mapping, Euzenat et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] make a diference between
graph-based, taxonomy-based, model-based and instance-based techniques. All techniques
view the ontology as a diferent type of domain model and use the known methods from their
ifeld on the ontology. The graph-based technique sees the ontology as a labelled graph and use
graph algorithms. The taxonomy-based technique views the ontology as a taxonomy and takes
only the specialisation relation into account. The model-based technique handles the input
as a semantic interpretation and uses mainly logic reasoning techniques. The instance-based
techniques compares sets of instances to match classes using set-theoretic reasoning.
      </p>
      <p>
        Element-level mapping is a mapping in which each element in an ontology is considered
independently from the other elements in the ontology. In element-level mapping, Euzenat et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
make a distinction between formal resource-based, informal resource-based, constraint-based,
string-based and language-based approaches. Formal resource-based means that formal external
ontologies, such as upper ontologies are used as additional knowledge. Informal resource-based
means that other external resources are used. Constraint-based includes ontological constraints
such as domain and range or type of attributes to calculate a similarity. String-based approaches
only use the string itself (names and/or descriptions of entities) to calculate a similarity.
Often string distance metrics such as Levenshtein, Jaccard or TF-IDF are used. Language-based
approaches rely on Natural Language Processing and use techniques such as tokenisation
and lemmatisation, and external resourches such as WordNet [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. With the introduction of
BERT [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], contextual embeddings provide a good performance on many NLP tasks. Neutel and
de Boer [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] compare several alignment methods (fasttext labels, fasttext descriptions, BERT
‘CLS’ descriptions, BERT mean token descriptions and S-BERT description) in the mapping of
ESCO and O*NET. The results showed that Sentence BERT has highest performance (in terms
of coverage vs. Mean Reciprocal Rank) but it does not provide a ready-to-use alignment yet.
de Boer et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] compare performance of several contextual embeddings in the creation and
mapping of evolving ontologies. Also recent top performer BERTmap [
        <xref ref-type="bibr" rid="ref10 ref11">10, 11</xref>
        ] and the Truveta
mapper [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] use contextual embeddings.
      </p>
      <sec id="sec-2-1">
        <title>2.1. Challenges in Ontology Matching</title>
        <p>
          Otero-Cerdeira et al. [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] and Shvaiko and Euzenat [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] provide a survey of literature over
the 2010s. Many ontology matching systems are created, such as AgreementMaker(light) [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ],
Anchor-Flood [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ], ASMOV [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ], LogMap [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ], SAMBO [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] and SEMA [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ]. Shvaiko and
Euzenat [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] mention that there are still challenges ahead: large-scale evaluation, eficiency
of ontology matching, matching with background knowledge, matcher selection and
selfconfiguration, user involvement, explanations of ontology matching, collaborative and social
ontology matching and alignment infrastructure. Otero-Cerdeira et al. [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] add automatic
discovery of complex relations, many-to-one mappings, correct alignment of large ontologies
and focus on applying automatically created mappings to practical applications.
        </p>
        <p>
          Last year, Portisch et al. [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] provided a survey of the most recent development, mainly focused
on the usage of background knowledge (one of the challenges mentioned above). They make a
distinction between unstructured and structured background knowledge, and on the other axis
domain-specific and general purpose background knowledge. Within structured background
knowledge, there is a division between lexical and taxonomical (mono- or multilingual), factual
database, semantic web database (single or linked) and pre-trained Neural Models (mono- or
multilingual). The survey shows that general-purpose knowledge sources are more often used
compared to domain-specific knowledge sources, and that WordNet (structured; lexical and
taxonomical; monolingual) is most often used. Also, there is a bias towards biomedical matching
tasks and monolingual (mainly English) matching. As white spots, logic-based and neural-based
strategies (such as BERT) seem promising, as is exploration of unstructured and structured
multilingual datasets. Furthermore, they mention that most system use direct label linking, but
given links, fuzzy linking or Word Sense Disambiguation can be used as well. Trojahn et al. [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]
adds that current tools fail to correctly capture the semantics behind concepts (which is also
mentioned by Zeng et al. [23] about entity alignment), other relations than equivalences are
largely neglected and that evaluations involving foundational ontologies are not yet addressed.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Evaluation</title>
        <p>Evaluation of an alignment is often done in the Ontology Alignment Evaluation Initiative (OAEI)
2. This initiative started in 2004 and has several tracks, such as anatomy, conference, multifarm,
complex, food nutritional composition, bioML, but also interactive matching, crosswalks data
schema matching and common knowledge graphs. Each track has diferent criterion on the
matching, and diferent evaluation metrics. For evaluation diferent evaluation platforms are
created, currently SEALS, MELT [24] and HOBBIT [25]. Also the alignment API [26] is used in
the OAEI. For entity alignment, the OpenEA library exists [27].</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Labour Market Classifications</title>
      <p>There are several classifications available for the labour market. First, occupation standards are
available, such as the Standard Occupational Classification (SOC) 3 and the International Standard
Classification of Occupations (ISCO) 4. Both are taxonomies that only define occupations.</p>
      <p>There are also classifications that describe occupations and skills, of which ESCO and O*NET
are the most known. ESCO - the European Skills, Competences, Qualifications and Occupations
- is an ontology that includes occupations, skills and competences [28]. A full first version is
released in 2017 and is created with expert knowledge. It includes more than 13,000 skills and
almost 3,000 occupations. Skills are classified in a strict hierarchy. Each occupation is associated
with essential and optional skills. ESCO occupations are linked to ISCO, in which ESCO is a
specification of ISCO.</p>
      <p>O*NET - the (North) American standard Occupational Information Network - is a thesaurus
in the form of a database that contains occupations, workforce characteristics, occupational
requirements, worker characteristics, worker requirements and experience requirements [29, 30].
A first version was already published in the last century, and a new version is available every
few years, based on input from experts, job holders and job postings. O*NET contains around
1,000 occupations. Each occupation is associated with skills, abilities and work styles, with a
degree of importance. O*NET occupations are linked to SOC, in which O*NET is a specification
of SOC.</p>
      <p>Mappings between those standards are previously created, and often done manually.
Adjusting the classifications to changes in the demand for work is, therefore, labour-intensive. Further,
changes in the demand for skills are not continuously processed in the skills classifications,
despite the fast changes in the world of work. Recently, a report has been published in which
AI in the form of a BERT model is used to provide a mapping from O*NET occupations (input)
to ESCO occupations (output) based on (contextual) semantic textual similarity [31].</p>
    </sec>
    <sec id="sec-4">
      <title>4. Challenge Description</title>
      <p>In this challenge, we invite participants to implement novel ideas on how to keep mappings
between ontologies up-to-date in the dynamic context of the labour market.</p>
      <sec id="sec-4-1">
        <title>4.1. Dataset</title>
        <p>We will use the ESCO ontology5 as our ontology and data. In 2017, the first full version was
published. In the beginning of 2022, a new version was published with 68 new occupations,
354 new skills and 158 new knowledge concepts, but also 2 obsolete occupations and 106
obsolete skills and knowledge concepts. Additions included skills for the green transition and
occupations for emerging technologies. ESCO is mapped to other ontologies describing the
labour market, of which we will use O*NET - Occupational Information Network6.</p>
        <sec id="sec-4-1-1">
          <title>3https://www.bls.gov/oes/current/oes_stru.htm 4https://www.ilo.org/public/english/bureau/stat/isco/ 5https://ec.europa.eu/esco 6https://www.onetcenter.org</title>
          <p>In this challenge, we provide the link to all ontologies as well as currently existing mappings.
These are available at https://gitlab.com/tno-os/dynamic-ontology-matching-challenge.</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Method</title>
        <p>The goal is to create the (occupation) alignment of the ESCO 2017 version to O*NET (2019) (1)
and the new ESCO (2022) version (2). It is necessary to use a hybrid method in this challenge,
and it is allowed to use some human annotation in the challenge. Directions of solutions can be
optimizing the combination of data-driven ontology mapping techniques and the (currently
manually captured) expert-based knowledge (models), but also solutions that address the current
challenges in ontology mapping.</p>
        <p>We are looking for novel ideas, so it is not necessary to adhere to the evaluation platforms
mentioned in the related work.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Evaluation</title>
        <sec id="sec-4-3-1">
          <title>The winner of the challenge will be selected using the following criteria:</title>
        </sec>
        <sec id="sec-4-3-2">
          <title>1. novelty of the method used</title>
          <p>2. performance: the number of correct matches
3. scalability: can it work real-time or near real-time</p>
          <p>Participants are invited to broaden the challenge to for example mapping to other ontologies,
mapping of skills as well as occupations, use diferent type of relations (such as broader than /
narrower than) and/or map to other languages.</p>
          <p>More information on the submission of your solution and timelines will be made available
through our Gitlab page (see section 4.1).</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgments</title>
      <p>We would like to thank the Dutch ‘Groeifonds’ project Vaardig met Vaardigheden for their
ifnancial support, as well as the partners of the project. Furthermore, we would like to thank
Quirine Smit for helping with the data preparation.
[23] K. Zeng, C. Li, L. Hou, J. Li, L. Feng, A comprehensive survey of entity alignment for
knowledge graphs, AI Open 2 (2021) 1–13.
[24] S. Hertling, J. Portisch, H. Paulheim, MELT - matching evaluation toolkit, in:
Semantic Systems. The Power of AI and Knowledge Graphs - 15th International Conference,
SEMANTiCS 2019, Karlsruhe, Germany, September 9-12, 2019, Proceedings, 2019, pp.
231–245.
[25] E. Jiménez-Ruiz, T. Saveta, O. Zamazal, S. Hertling, M. Roder, I. Fundulaki, A. N. Ngomo,
M. Sherif, A. Annane, Z. Bellahsene, et al., Introducing the HOBBIT platform into the
ontology alignment evaluation campaign, in: 13th International Workshop on Ontology
Matching (OM), volume 2288, 2018, pp. 49–60.
[26] J. David, J. Euzenat, F. Scharfe, C. Trojahn dos Santos, The alignment API 4.0, Semantic
web 2 (2011) 3–10.
[27] Z. Sun, Q. Zhang, W. Hu, C. Wang, M. Chen, F. Akrami, C. Li, A benchmarking study
of embedding-based entity alignment for knowledge graphs, Proceedings of the VLDB
Endowment 13 (2020) 2326–2340.
[28] J. De Smedt, M. le Vrang, A. Papantoniou, ESCO: Towards a Semantic Web for the European</p>
      <p>Labor Market, in: Ldow@ www, 2015.
[29] N. G. Peterson, M. D. Mumford, W. C. Borman, P. Jeanneret, E. A. Fleishman, An
occupational information system for the 21st century: The development of O*NET, American
Psychological Association, 1999.
[30] M. Cifuentes, J. Boyer, D. A. Lombardi, L. Punnett, Use of O*NET as a job exposure matrix:
a literature review, American journal of industrial medicine 53 (2010) 898–914.
[31] The crosswalk between ESCO and O*NET, Technical Report, European Commission, 2022.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>F.</given-names>
            <surname>Green</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Henseke, Europe's evolving graduate labour markets: supply, demand, underemployment and pay</article-title>
          ,
          <source>Journal for Labour Market Research</source>
          <volume>55</volume>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>13</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>G.</given-names>
            <surname>Brunello</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Wruuck</surname>
          </string-name>
          ,
          <article-title>Skill shortages and skill mismatch in Europe: A review of the literature (</article-title>
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>E.</given-names>
            <surname>Rahm</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. A.</given-names>
            <surname>Bernstein</surname>
          </string-name>
          ,
          <article-title>A survey of approaches to automatic schema matching</article-title>
          ,
          <source>the VLDB Journal</source>
          <volume>10</volume>
          (
          <year>2001</year>
          )
          <fpage>334</fpage>
          -
          <lpage>350</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Shvaiko</surname>
          </string-name>
          , et al.,
          <article-title>Ontology matching</article-title>
          , volume
          <volume>18</volume>
          , Springer,
          <year>2007</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>I. Harrow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Balakrishnan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jimenez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jupp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lomax</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Reed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Romacker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Senger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Splendiani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wilson</surname>
          </string-name>
          , et al.,
          <article-title>Ontology mapping for semantically enabled applications</article-title>
          ,
          <source>Drug discovery today 24</source>
          (
          <year>2019</year>
          )
          <fpage>2068</fpage>
          -
          <lpage>2075</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>G. A.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <article-title>Wordnet: a lexical database for English</article-title>
          ,
          <source>Communications of the ACM</source>
          <volume>38</volume>
          (
          <year>1995</year>
          )
          <fpage>39</fpage>
          -
          <lpage>41</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J.</given-names>
            <surname>Devlin</surname>
          </string-name>
          , M.-
          <string-name>
            <given-names>W.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Toutanova</surname>
          </string-name>
          , Bert:
          <article-title>Pre-training of deep bidirectional transformers for language understanding</article-title>
          , arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Neutel</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. H. T. de Boer</surname>
          </string-name>
          ,
          <article-title>Towards Automatic Ontology Alignment using BERT</article-title>
          ,
          <source>in: AAAI Spring Symposium: Combining Machine Learning with Knowledge Engineering</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>M. H. T. de Boer</surname>
            ,
            <given-names>R. M.</given-names>
          </string-name>
          <string-name>
            <surname>Bakker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Burghoorn</surname>
          </string-name>
          ,
          <article-title>Creating dynamically evolving ontologies: A use case from the labour market domain</article-title>
          ,
          <source>in: AAAI Spring Symposium: Combining Machine Learning with Knowledge Engineering</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>Y.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Antonyrajah</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Horrocks</surname>
          </string-name>
          ,
          <article-title>BERTMap: A BERT-based Ontology Alignment System</article-title>
          ,
          <source>arXiv preprint arXiv:2112.02682</source>
          (
          <year>2021</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Y.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hadian</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Horrocks,</surname>
          </string-name>
          <article-title>Machine learning-friendly biomedical datasets for equivalence and subsumption ontology matching</article-title>
          ,
          <source>in: The Semantic Web-ISWC</source>
          <year>2022</year>
          : 21st International Semantic Web Conference, Virtual Event,
          <source>October 23-27</source>
          ,
          <year>2022</year>
          , Proceedings, Springer,
          <year>2022</year>
          , pp.
          <fpage>575</fpage>
          -
          <lpage>591</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Amir</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Baruah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Eslamialishah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ehsani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bahramali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Naddaf-Sh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zarandioon</surname>
          </string-name>
          , Truveta Mapper:
          <article-title>A Zero-shot Ontology Alignment Framework</article-title>
          ,
          <source>arXiv preprint arXiv:2301.09767</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>L.</given-names>
            <surname>Otero-Cerdeira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. J.</given-names>
            <surname>Rodríguez-Martínez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gómez-Rodríguez</surname>
          </string-name>
          ,
          <article-title>Ontology matching: A literature review</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>42</volume>
          (
          <year>2015</year>
          )
          <fpage>949</fpage>
          -
          <lpage>971</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>P.</given-names>
            <surname>Shvaiko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <article-title>Ontology matching: state of the art and future challenges</article-title>
          ,
          <source>IEEE Transactions on knowledge and data engineering 25</source>
          (
          <year>2011</year>
          )
          <fpage>158</fpage>
          -
          <lpage>176</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>D.</given-names>
            <surname>Faria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pesquita</surname>
          </string-name>
          , E. Santos,
          <string-name>
            <given-names>M.</given-names>
            <surname>Palmonari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. F.</given-names>
            <surname>Cruz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Couto</surname>
          </string-name>
          ,
          <article-title>The agreementmakerlight ontology matching system, in: OTM Confederated International Conferences" On the Move to Meaningful Internet Systems"</article-title>
          , Springer,
          <year>2013</year>
          , pp.
          <fpage>527</fpage>
          -
          <lpage>541</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>M. H.</given-names>
            <surname>Seddiqui</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Aono</surname>
          </string-name>
          ,
          <article-title>An eficient and scalable algorithm for segmented alignment of ontologies of arbitrary size</article-title>
          ,
          <source>Journal of web semantics 7</source>
          (
          <year>2009</year>
          )
          <fpage>344</fpage>
          -
          <lpage>356</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Y. R.</given-names>
            <surname>Jean-Mary</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. P.</given-names>
            <surname>Shironoshita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. R.</given-names>
            <surname>Kabuka</surname>
          </string-name>
          ,
          <article-title>Ontology matching with semantic verification</article-title>
          ,
          <source>Journal of Web Semantics</source>
          <volume>7</volume>
          (
          <year>2009</year>
          )
          <fpage>235</fpage>
          -
          <lpage>251</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. Cuenca</given-names>
            <surname>Grau</surname>
          </string-name>
          ,
          <article-title>Logmap: Logic-based and scalable ontology matching</article-title>
          , in: International Semantic Web Conference, Springer,
          <year>2011</year>
          , pp.
          <fpage>273</fpage>
          -
          <lpage>288</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>P.</given-names>
            <surname>Lambrix</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <article-title>SAMBO-a system for aligning and merging biomedical ontologies</article-title>
          ,
          <source>Journal of Web Semantics</source>
          <volume>4</volume>
          (
          <year>2006</year>
          )
          <fpage>196</fpage>
          -
          <lpage>206</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>V.</given-names>
            <surname>Spiliopoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Valarakos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. A.</given-names>
            <surname>Vouros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Karkaletsis</surname>
          </string-name>
          ,
          <article-title>SEMA: Results for the ontology alignment contest OAEI 2007</article-title>
          , in: Proceedings of the Second International Workshop on Ontology Matching, Citeseer,
          <year>2007</year>
          , pp.
          <fpage>244</fpage>
          -
          <lpage>254</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>J.</given-names>
            <surname>Portisch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hladik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Paulheim</surname>
          </string-name>
          ,
          <article-title>Background knowledge in ontology matching: A survey, Semantic Web (</article-title>
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>55</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>C.</given-names>
            <surname>Trojahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Vieira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pease</surname>
          </string-name>
          , G. Guizzardi,
          <article-title>Foundational ontologies meet ontology matching: A survey</article-title>
          ,
          <source>Semantic Web</source>
          <volume>13</volume>
          (
          <year>2022</year>
          )
          <fpage>685</fpage>
          -
          <lpage>704</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>