<!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>Alignment using LLMs: A Case Study</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Adrita Barua</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Kansas State University</institution>
          ,
          <addr-line>Manhattan, KS</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Arkansas</institution>
          ,
          <addr-line>Fayetteville, AR</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>Ontology alignment is a key task in the semantic web with the goal of finding the semantic correspondences between two ontologies. While most existing approaches focus on simple (1-to-1) matching, complex matching consisting of m-to-n relationships between ontologies remains more challenging. Previous results [1] have indicated that complex ontology alignment through LLM prompting assistance may be possible if the input ontologies are appropriately modular - they also indicated that LLM prompting fails to provide reasonable outputs in the absence of such module information. As this previous study has only looked at one dataset, we herein provide a replication study on a completely diferent dataset, and the results support the usefulness of modules information in ontology matching.</p>
      </abstract>
      <kwd-group>
        <kwd>Complex ontology alignment</kwd>
        <kwd>LLMs</kwd>
        <kwd>Modular ontologies</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>LGOBE
(ISWC 2025), November 2nd, 2025, Nara, Japan
∗Corresponding author.</p>
      <p>CEUR
Workshop</p>
      <p>
        ISSN1613-0073
robustness of this approach and identify opportunities for further improvement. In summary, as we
will see, the results from [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] do carry over to the new dataset.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Ontology alignment is an important part of the semantic web field, where finding matching entities
between two diferent ontologies is important, which would help with knowledge discovery and
knowledge sharing tasks [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Although extensive work has been done on ontology matching using
methods such as similarity checking and fuzzy lexical matching [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], it is now essential to explore how
LLMs can facilitate this task. In this section, we briefly review recent papers that utilize LLMs for
ontology matching.
      </p>
      <p>
        As initial steps toward applying LLMs to OM tasks through prompt engineering, [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] and [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]
demonstrated the potential and challenges of zero-shot prompting on Ontology Alignment Evaluation Initiative
(OAEI) datasets. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] proposed a method that generates candidate ontology alignments using embeddings
and then employs an LLM to perform the matching and make binary decisions on the OAEI datasets.
Similarly, [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] introduced an agent-based approach for the retrieval and matching processes on the same
datasets. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] proposed a Retrieval Augmented Generation (RAG)-based approach using diferent LLMs,
evaluated on 20 OAEI datasets. They also developed OntoAligner, a toolkit that combines traditional
OM techniques with LLMs [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>
        These studies primarily focus on simple matching, while only a few have addressed complex ontology
alignment. For example, [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] proposed a Chain-of-Thought (CoT) based method that uses modular
information, evaluated on the GeoLink dataset [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], which we use as the baseline of our work. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]
introduced an approach that integrates SPARQL query patterns with LLM-based validation for 1-to-n
matchings. In another study, [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] proposed a novel approach that combines SPARQL-based subset
extraction for both ontologies with prompt engineering to generate complex matchings in the Expressive
and Declarative Ontology Alignment Language (EDOAL) format; this was tested on the GeoLink and
Conference datasets. The same authors [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] further extended the CANARD system [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], which originally
used SPARQL queries and subgraph matching, by incorporating LLM-based embeddings in multiple
steps on the Conference dataset.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Generating Alignment Rules</title>
      <p>
        In this study, we used a similar approach to that described in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] to evaluate whether their use of
modular information for ontology matching remains efective in other test cases. In particular, the
modular information we used is based on the Modular Ontology Modeling (MOMo) methodology [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
Here, a module is defined as a part of the ontology (i.e., a subset of the ontology axioms) that captures a
key notion along with its key attributes, as a human expert would conceptualize it. In this paradigm,
modules are defined by the ontology creators during the modeling process.
      </p>
      <p>
        For this work, we aimed to generate alignment rules using LLMs for the Enslaved OAEI Complex
Alignment benchmark [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].2 This benchmark is non-synthetic—that is, it is based on a real-world data
deployment scenario in which the Enslaved ontology [17] was used as the basis for developing a data
deployment on a Wikibase installation, namely the Enslaved Hub.3 Wikibase is the software underlying
Wikidata, and it can also be used independently for knowledge graph creation and management. The
Enslaved ontology was modeled using the MOMo methodology and serves as the schema for this
knowledge graph. The Enslaved Hub is a centralized platform for engaging with historical slave-trade
data from various sources. Its deployment on the Wikibase platform makes the data available in RDF
through standard Wikibase interfaces; however, Wikibase imposes limitations on the use of RDF (see,
e.g., [18]), and the Enslaved ontology could not be used as-is with Wikibase. As a result, the RDF export
from the Enslaved.org hub difers significantly in structure from the Enslaved ontology ABox (i.e., the
2See also https://oaei.ontologymatching.org/2021/complex/index.html#popenslaved
3https://enslaved.org
RDF that uses the Enslaved ontology as a schema). This discrepancy gives rise to a natural complex
alignment, which was captured in the benchmark reported in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. We used this benchmark as our
baseline for evaluation.
      </p>
      <p>
        First, we presented the module information of the Enslaved ontology by listing all axioms for each
module (see [17] for detailed axiom information). For example, all the axioms for a particular module,
such as the Age Record Module, are included in the module file (see Figure 2). For the Enslaved ontology,
a total of 13 modules were given in the module file. Next, we extracted the triples from the Wikibase
ontology’s .ttl file and prompted the LLM to determine alignment rules for each Wikibase triple
based on the Enslaved ontology’s module information. Each .ttl file contains the triples relevant to
the right-hand side of the alignment rule. For example, for the alignment rule shown in Equation 1,
the corresponding .ttl file contains triples related to the three Wikibase entities mentioned in the
rule (see Figure 3). We had a total of 124 such rules, and each .ttl file contained all the triples
related to its respective alignment rule, which were then passed to the LLM iteratively. We invoked
GPT-4o [19] via the OpenAI API with temperature=0 and top_p=1. This prompt structure follows
the prompting workflow from earlier work [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], ensuring that the structure remains consistent and
supporting reproducibility. We use a zero-shot prompt, so no example format of the alignment rule was
provided to the LLM. As a result, the LLM produces a discussion of the alignment rule between the
two ontologies in the output instead of just giving the final rule (see Figure 4). This helps us determine
where the LLM makes mistakes and gain insights from them. The prompt is as follows:
We have two ontologies: Enslaved and Wikibase.
      </p>
      <p>We need to find the complex ontology alignment rules between these two ontologies.</p>
      <p>All the information regarding the modules and patterns of the Enslaved ontology is provided here:
{module_file_read}
Now, consider the following triples from the Wikibase ontology:
Wikibase triple:
{WikiBase_ttl_read}
Now, find the alignment rules for the given Wikibase triples with respect to the Enslaved ontology,
based on the module information provided. Provide the output in the format of Alignment Rules: the
generated alignment rules.</p>
      <sec id="sec-3-1">
        <title>AgeRecord</title>
        <p>Axioms:
(1) AgeRecord ⊑ AgentRecord
(2) AgeRecord ⊑ ≤1 hasValue.AgeCategory
(3) AgeRecord ⊑ ≤1 hasAgeValue.xsd:double
(4) AgeRecord ⊑ ∃hasValue.AgeCategory ⊔ ∃hasAgeValue.xsd:double
(5) hasAgeRecord ⊑ hasPersonRecord</p>
        <p>The LLM will try to match the Wikibase entities mentioned in the .ttl file with the modules given
in the Enslaved module file and come up with the result file as an output. For example, for the given
.ttl file mentioned in Figure 3, the output of the prompt is shown in Figure 4.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Evaluation and Results</title>
      <p>
        After generating the alignment rules for each .ttl file in the Wikibase ontology we evaluated them
using the reference alignment ([
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]).
### https://lod.enslaved.org/entity/Q410
ed:Q410 rdf:type owl:Class ;
schema:description "A person. Subclass of Agent" ;
rdfs:label "Person" .
### https://lod.enslaved.org/prop/P42
ep:P42 rdf:type owl:AnnotationProperty ;
schema:description "property to obtain the age record of a person" ;
rdfs:label "hasAge".
### http://wikiba.se/ontology#Statement
wikibase:Statement rdf:type owl:Class .
      </p>
      <p>To evaluate our approach, we applied precision and recall on key entities from the complex alignment
rules. Recall measures the share of correctly detected Enslaved instances among all expected, while
precision captures the accuracy of those detected. Together, these standard metrics provide a balanced
view of the method’s efectiveness in identifying Enslaved-related cases.</p>
      <p>Recall =
Precision =</p>
      <p>Number of Correctly Detected Pieces
Total Number of Enslaved Pieces in Complex Alignment</p>
      <p>Number of Correctly Detected Pieces</p>
      <p>Total Number of Detected Pieces</p>
      <p>We manually analyzed 100 complex alignment rules, focusing not on the full rule outputs but on
whether the key components (predicates) were detected. While detecting these pieces (without actual
composition of the pieces into a rule) is simpler than generating full rules, it reflects the core challenge
of complex ontology alignment. Once the correct pieces are identified, assembling the complete rule is
straightforward for a human or even a symbolic algorithm using the ontology and example data. More
details on the evaluation of each rule are recorded in the evaluation.csv file here. 4</p>
      <p>In evaluating recall, we found that LLM accurately identified all three expected Enslaved entities in
our example, yielding a recall of 1.0:
enslaved:Person() ∧ enslaved:hasAgeRecord(,  ) ∧
enslaved:AgeRecord( )
↔ ed:Q410(Person)() ∧ ep:P42(hasAge)(,  ) ∧
wikibase:Statement( )
(1)</p>
      <p>For precision, LLM returned only the correct entities, with no irrelevant additions, resulting in a
precision of 1.0. Notably, if extra entities such as “AgeValue” or “Place” had been included, precision
would have dropped, as these would count as incorrect detections under the alignment rule. In practice,
returning many unnecessary entities would also make human assembly of the final rule more dificult.</p>
      <p>As shown in Table 1, 72% of the complex alignment rules achieved a recall above 0.5, meaning more
than half of the Enslaved entities per rule were successfully detected. Notably, recall exceeded 0.75 for
about 50% of the rules, and a perfect recall of 1.0 was reached in 37% of cases, thanks to the integration
4See https://github.com/AdritaBarua/Complex-Ontology-Alignment-using-LLMs for supplementary materials for replication.</p>
      <p>To align the given Wikibase triple with the Enslaved ontology, we need to map the concepts and properties from the
Wikibase ontology to the corresponding concepts and properties in the Enslaved ontology. Let’s break down the given
Wikibase triple and find the corresponding elements in the Enslaved ontology.</p>
      <p>Wikibase Triple Breakdown:
• Class: Person
– URI: http://example.org/entity/Q410
– Label: "Person"
• Object Property: hasAgeRecord
• Class: Statement
– URI: http://example.org/prop/P42
– Domain: http://example.org/entity/Q410 (Person)
– Range: http://wikiba.se/ontology#Statement
– URI: http://wikiba.se/ontology#Statement</p>
      <sec id="sec-4-1">
        <title>Corresponding Elements in the Enslaved Ontology: • Class: Person</title>
        <p>In the Enslaved ontology, Person is a subclass of Agent:</p>
        <p>Axiom: Person ⊑ Agent
• Object Property: hasAgeRecord</p>
        <p>In the Enslaved ontology, hasAgeRecord is a subproperty of hasPersonRecord:
Axiom: hasAgeRecord ⊑ hasPersonRecord
• Class: Statement</p>
        <p>In the Enslaved ontology, the concept of a record (like AgeRecord) is a subclass of AgentRecord:
Axiom: AgeRecord ⊑ AgentRecord</p>
      </sec>
      <sec id="sec-4-2">
        <title>Alignment Rules:</title>
        <p>Based on the above analysis, we can generate the following alignment rules:
• Class Alignment:</p>
        <p>Align the Wikibase Person class with the Enslaved Person class:
http://example.org/entity/Q410 ≡ Person
• Property Alignment:</p>
        <p>Align the Wikibase hasAgeRecord property with the Enslaved hasAgeRecord property:
http://example.org/prop/P42 ≡ hasAgeRecord
• Class Alignment:</p>
        <p>Align the Wikibase Statement class with the Enslaved AgentRecord class, as AgeRecord is a subclass of
AgentRecord:
http://wikiba.se/ontology#Statement ≡ AgentRecord</p>
      </sec>
      <sec id="sec-4-3">
        <title>Final Output:</title>
        <p>
          Alignment Rules:
1. http://example.org/entity/Q410 ≡ Person
2. http://example.org/prop/P42 ≡ hasAgeRecord
3. http://wikiba.se/ontology#Statement ≡ AgentRecord
These alignment rules map the concepts and properties from the Wikibase ontology to the corresponding elements in the
Enslaved ontology, based on the provided module information.
of module information. These results closely match those reported in the original study [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], reinforcing
the validity of the approach, which is mentioned in the second row of the Table 1.
        </p>
        <p>For precision, which reflects how accurately the responses pointed to expected Enslaved entities, we
found that 69% of the evaluated records achieved precision above 0.5. And 43% of the entities obtain a
precision of 0.75 or more.</p>
        <p>
          These numbers provide strong support for the approach proposed in the reference paper [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ], as we
successfully replicated it on new data.
        </p>
        <p>The slight variations in our evaluation metrics compared to the original paper (GMO entities in Table
1) can be attributed to several factors. Notably, the naming conventions in Wikibase data tend to be
more abstract and code-based, which introduces additional complexity in alignment. Furthermore, the
alignments in our dataset are generally longer, potentially increasing the dificulty of precise matching.
Despite these challenges, the overall results remain consistent and demonstrate the robustness of the
original approach across varied data contexts.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion and Future Work</title>
      <p>
        This paper presents a case study that shows that the use of module information in a complex ontology
alignment task yields results comparable to those reported by [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] when applied in a diferent scenario.
Since complex ontology alignment is a critical task, and it is important to assess whether our approach
remains efective when applied to other use cases, a case study was necessary before attempting to
generalize the system in an automated way, especially given that the results currently require manual
evaluation. Our findings indicate the robustness of the method across diferent datasets and show
the potential of leveraging LLMs for a challenging task like complex ontology matching at scale. It
shows that having modular information about the underlying ontology significantly helps automate
the matching process, as the LLM output shows how they used the module information as an anchor
to map the related entities. Further improvements are needed to refine the system and develop an
end‑to‑end architecture with improved accuracy.
      </p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgments</title>
      <p>The authors acknowledge partial funding under the National Science Foundation grant 2333782
”ProtoOKN Theme 1: Safe Agricultural Products and Water Graph (SAWGraph): An OKN to Monitor and Trace
PFAS and Other Contaminants in the Nation’s Food and Water Systems”, and Kansas State University
through the Game-changing Research Initiation Program (GRIP), as part of the ”Towards a Global Food
Systems Data Hub: Seeding the Center for Sustainable Wheat Production” project.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the author(s) used ChatGPT-4 in order to: Grammar and spelling
check. After using these tool(s)/service(s), the author(s) reviewed and edited the content as needed and
take(s) full responsibility for the publication’s content.
International Conference on Information and Knowledge Management, Virtual Event, Ireland,
October 19-23, 2020, ACM, 2020, pp. 3197–3204. URL: https://doi.org/10.1145/3340531.3412768.
[17] C. Shimizu, P. Hitzler, Q. Hirt, D. Rehberger, S. G. Estrecha, C. Foley, A. M. Sheill, W. Hawthorne,
J. Mixter, E. Watrall, R. Carty, D. Tarr, The enslaved ontology: Peoples of the historic slave trade, J.</p>
      <p>Web Semant. 63 (2020) 100567. URL: https://doi.org/10.1016/j.websem.2020.100567.
[18] C. Shimizu, A. Eells, S. G. Estrecha, L. Zhou, P. Hitzler, A. M. Sheill, C. Foley, D. Rehberger, Ontology
design facilitating wikibase integration - and a worked example for historical data, J. Web Semant.
82 (2024) 100823. URL: https://doi.org/10.1016/j.websem.2024.100823.
[19] A. Hurst, A. Lerer, A. P. Goucher, A. Perelman, A. Ramesh, A. Clark, A. Ostrow, A. Welihinda,
A. Hayes, A. Radford, et al., Gpt-4o system card, CoRR abs/2410.21276 (2024). URL: https:
//doi.org/10.48550/arXiv.2410.21276. arXiv:2410.21276.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>R.</given-names>
            <surname>Amini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Norouzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hitzler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Amini</surname>
          </string-name>
          ,
          <article-title>Towards complex ontology alignment using large language models</article-title>
          , in: S. Tiwari,
          <string-name>
            <given-names>B.</given-names>
            <surname>Villazón-Terrazas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Ortiz-Rodríguez</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          Sahri (Eds.),
          <source>Knowledge Graphs and Semantic Web - 6th International Conference, KGSWC 2024</source>
          , Paris, France,
          <source>December 11-13</source>
          ,
          <year>2024</year>
          , Proceedings, volume
          <volume>15459</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2024</year>
          , pp.
          <fpage>17</fpage>
          -
          <lpage>31</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -81221-
          <issue>7</issue>
          _
          <fpage>2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hertling</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Paulheim</surname>
          </string-name>
          , Olala:
          <article-title>Ontology matching with large language models</article-title>
          , in: K. B.
          <string-name>
            <surname>Venable</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Garijo</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          Jalaian (Eds.),
          <source>Proceedings of the 12th Knowledge Capture Conference</source>
          <year>2023</year>
          ,
          <string-name>
            <surname>K-CAP</surname>
          </string-name>
          <year>2023</year>
          ,
          <article-title>Pensacola</article-title>
          , FL, USA, December 5-
          <issue>7</issue>
          ,
          <year>2023</year>
          , ACM,
          <year>2023</year>
          , pp.
          <fpage>131</fpage>
          -
          <lpage>139</lpage>
          . URL: https: //doi.org/10.1145/3587259.3627571.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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>
            <surname>I. Horrocks</surname>
          </string-name>
          ,
          <article-title>Exploring large language models for ontology alignment</article-title>
          , in: I.
          <string-name>
            <surname>Fundulaki</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Kozaki</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Garijo</surname>
            ,
            <given-names>J. M.</given-names>
          </string-name>
          <string-name>
            <surname>Gómez-Pérez</surname>
          </string-name>
          (Eds.),
          <source>Proceedings of the ISWC 2023 Posters</source>
          ,
          <article-title>Demos and Industry Tracks: From Novel Ideas to Industrial Practice co-located with 22nd International Semantic Web Conference (ISWC</article-title>
          <year>2023</year>
          ), Athens, Greece, November 6-
          <issue>10</issue>
          ,
          <year>2023</year>
          , volume
          <volume>3632</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2023</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3632</volume>
          /ISWC2023_paper_427.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>C.</given-names>
            <surname>Shimizu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hammar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hitzler</surname>
          </string-name>
          , Modular ontology modeling,
          <source>Semantic Web</source>
          <volume>14</volume>
          (
          <year>2023</year>
          )
          <fpage>459</fpage>
          -
          <lpage>489</lpage>
          . URL: https://doi.org/10.3233/SW-222886.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <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 Trans. Knowl. Data Eng</source>
          .
          <volume>25</volume>
          (
          <year>2013</year>
          )
          <fpage>158</fpage>
          -
          <lpage>176</lpage>
          . URL: https://doi.org/10.1109/TKDE.
          <year>2011</year>
          .
          <volume>253</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>M.</given-names>
            <surname>Abd Nikooie Pour</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Algergawy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Buche</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. J.</given-names>
            <surname>Castro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Coulet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Cufi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Fallatah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Faria</surname>
          </string-name>
          , et al.,
          <article-title>Results of the ontology alignment evaluation initiative 2023</article-title>
          , in: P. Shvaiko,
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          Trojahn (Eds.),
          <source>Proceedings of the 18th International Workshop on Ontology Matching co-located with the 22nd International Semantic Web Conference (ISWC</source>
          <year>2023</year>
          ), Athens, Greece, November 7,
          <year>2023</year>
          , volume
          <volume>3591</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>97</fpage>
          -
          <lpage>139</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3591</volume>
          /oaei23_paper0. pdf.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Norouzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. S.</given-names>
            <surname>Mahdavinejad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hitzler</surname>
          </string-name>
          ,
          <article-title>Conversational ontology alignment with chatgpt</article-title>
          , in: P. Shvaiko,
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          Trojahn (Eds.),
          <source>Proceedings of the 18th International Workshop on Ontology Matching co-located with the 22nd International Semantic Web Conference (ISWC</source>
          <year>2023</year>
          ), Athens, Greece, November 7,
          <year>2023</year>
          , volume
          <volume>3591</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>61</fpage>
          -
          <lpage>66</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3591</volume>
          /om2023_STpaper1. pdf.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Qiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Taylor</surname>
          </string-name>
          , Agent-om:
          <article-title>Leveraging LLM agents for ontology matching</article-title>
          ,
          <source>Proc. VLDB Endow</source>
          .
          <volume>18</volume>
          (
          <year>2024</year>
          )
          <fpage>516</fpage>
          -
          <lpage>529</lpage>
          . URL: https://www.vldb.org/pvldb/vol18/p516-qiang.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>H. B.</given-names>
            <surname>Giglou</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. D'Souza</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Engel</surname>
          </string-name>
          , S. Auer,
          <article-title>Llms4om: Matching ontologies with large language models</article-title>
          , in: A.
          <string-name>
            <surname>Meroño-Peñuela</surname>
            , Ó. Corcho,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Groth</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Simperl</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Tamma</surname>
            ,
            <given-names>A. G.</given-names>
          </string-name>
          <string-name>
            <surname>Nuzzolese</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Poveda-Villalón</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Presutti</surname>
            ,
            <given-names>I. Celino</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Revenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Raad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Sartini</surname>
          </string-name>
          , P. Lisena (Eds.),
          <source>The Semantic Web: ESWC 2024 Satellite Events - Hersonissos</source>
          , Crete, Greece, May
          <volume>26</volume>
          -30,
          <year>2024</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>I</given-names>
          </string-name>
          , volume
          <volume>15344</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2024</year>
          , pp.
          <fpage>25</fpage>
          -
          <lpage>35</lpage>
          . URL: https://doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -78952-
          <issue>6</issue>
          _
          <fpage>3</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>H. B. Giglou</surname>
          </string-name>
          ,
          <string-name>
            <surname>J. D'Souza</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Karras</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Auer</surname>
          </string-name>
          ,
          <article-title>Ontoaligner: A comprehensive modular and robust python toolkit for ontology alignment</article-title>
          ,
          <source>CoRR abs/2503</source>
          .21902 (
          <year>2025</year>
          ). URL: https://doi.org/10.48550/ arXiv.2503.21902. arXiv:
          <volume>2503</volume>
          .
          <fpage>21902</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cheatham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Krisnadhi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hitzler</surname>
          </string-name>
          ,
          <article-title>Geolink data set: A complex alignment benchmark from real-world ontology</article-title>
          ,
          <source>Data Intell</source>
          .
          <volume>2</volume>
          (
          <year>2020</year>
          )
          <fpage>353</fpage>
          -
          <lpage>378</lpage>
          . URL: https://doi.org/10.1162/dint_a_
          <fpage>00054</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>O.</given-names>
            <surname>Zamazal</surname>
          </string-name>
          ,
          <article-title>Towards pattern-based complex ontology matching using SPARQL and LLM</article-title>
          , in: D.
          <string-name>
            <surname>Garijo</surname>
            ,
            <given-names>A. L.</given-names>
          </string-name>
          <string-name>
            <surname>Gentile</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Kurteva</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Mannocci</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Osborne</surname>
          </string-name>
          , S. Vahdati (Eds.),
          <source>Joint Proceedings of Posters, Demos, Workshops, and Tutorials of the 20th International Conference on Semantic Systems co-located with 20th International Conference on Semantic Systems (SEMANTiCS</source>
          <year>2024</year>
          ), Amsterdam, The Netherlands,
          <source>September 17-19</source>
          ,
          <year>2024</year>
          , volume
          <volume>3759</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2024</year>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3759</volume>
          /paper8.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>G. H. S.</given-names>
            <surname>Sousa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Lima</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Trojahn</surname>
          </string-name>
          ,
          <article-title>Towards generating complex alignments with large language models via prompt engineering</article-title>
          , in: E.
          <string-name>
            <surname>Jiménez-Ruiz</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Hassanzadeh</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Trojahn</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Shvaiko</surname>
          </string-name>
          , J. Euzenat (Eds.),
          <source>Proceedings of the 19th International Workshop on Ontology Matching co-located with the 23rd International Semantic Web Conference (ISWC</source>
          <year>2024</year>
          ), Baltimore, USA, November
          <volume>11</volume>
          ,
          <year>2024</year>
          , volume
          <volume>3897</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2024</year>
          , pp.
          <fpage>43</fpage>
          -
          <lpage>56</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3897</volume>
          /om2024_LTpaper4.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>G.</given-names>
            <surname>Sousa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Lima</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Trojahn</surname>
          </string-name>
          ,
          <article-title>Complex ontology matching with large language model embeddings</article-title>
          ,
          <source>CoRR abs/2502</source>
          .13619 (
          <year>2025</year>
          ). URL: https://doi.org/10.48550/arXiv.2502.13619. arXiv:
          <volume>2502</volume>
          .
          <fpage>13619</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>É. Thiéblin</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <string-name>
            <surname>Sousa</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          <string-name>
            <surname>Haemmerlé</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>Trojahn, CANARD: an approach for generating expressive correspondences based on competency questions for alignment</article-title>
          ,
          <source>Semantic Web</source>
          <volume>15</volume>
          (
          <year>2024</year>
          )
          <fpage>897</fpage>
          -
          <lpage>929</lpage>
          . URL: https://doi.org/10.3233/SW-233521. doi:
          <volume>10</volume>
          .3233/SW- 233521.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>L.</given-names>
            <surname>Zhou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shimizu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hitzler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Sheill</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. G.</given-names>
            <surname>Estrecha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Foley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tarr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Rehberger</surname>
          </string-name>
          ,
          <article-title>The enslaved dataset: A real-world complex ontology alignment benchmark using wikibase</article-title>
          , in: M.
          <string-name>
            <surname>d'Aquin</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Dietze</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Hauf</surname>
            , E. Curry,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Cudré-Mauroux</surname>
          </string-name>
          (Eds.),
          <source>CIKM '20: The 29th ACM</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>