<!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>Nara, Japan
* Corresponding author.
$ guilherme.santos-sousa@irit.fr (G. Sousa); rinaldo.jose@ufrpe.br (R. Lima);
cassia.trojahn-dos-santos@univ-grenoble-alpes.fr (C. Trojahn)</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Guilherme Sousa</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rinaldo Lima</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cassia Trojahn</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institut de Recherche en Informatique de Toulouse</institution>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Univ. Grenoble Alpes</institution>
          ,
          <addr-line>Inria, CNRS, Grenoble INP</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Universidade Federal Rural de Pernambuco</institution>
          ,
          <addr-line>Recife</addr-line>
          ,
          <country country="BR">Brazil</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>This paper presents CMatch (Complex Matcher), an LLM-based ontology matching approach designed for the Complex Track of the Ontology Alignment Evaluation Initiative (OAEI) 2025. CMatch addresses two core challenges in complex ontology matching: the combinatorial explosion of candidate subgraph pairs and the generation of expressive, logic-based correspondences (e.g., n:m correspondences involving class unions or property compositions).</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Ontology Matching</kwd>
        <kwd>Complex Alignment</kwd>
        <kwd>Large Language Models</kwd>
        <kwd>Ontology Modularization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>2. State, Purpose, General Statement</title>
      <sec id="sec-1-1">
        <title>Traditional alignment techniques, which predominantly rely on lexical metrics or instance co-occurrence,</title>
        <p>are generally ill-suited for complex ontology matching. Complex alignment tasks (involving 1 : 
or  :  relations) often exhibit semantic heterogeneities that cannot be captured by surface-level
syntactic comparison. Furthermore, the eficacy of extensional methods is frequently compromised by
the prevalence of unpopulated or sparsely populated ontologies.</p>
      </sec>
      <sec id="sec-1-2">
        <title>Two of the primary challenges in Complex Ontology Matching are the combinatorial explosion</title>
        <p>
          of the search space (i.e., the vast number of candidate subgraphs) and the dificulty of synthesizing
the correct logical constructors to combine them [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. For instance, establishing the correspondence
   ≡    ⊕   requires more than merely locating the constituent entities;
it necessitates explicitly defining the aggregation logic (e.g., string concatenation) required to reconstruct
the semantics of "FullName".
        </p>
      </sec>
      <sec id="sec-1-3">
        <title>Although embedding-based methods represent a significant advancement over lexical metrics, they</title>
        <p>fail to address the generative aspects of complex alignment. The logical axioms needed to combine
subgraphs are extrinsic to the ontology’s latent space and cannot be retrieved via simple distance
measures. As a result, the matcher must go beyond similarity detection to evaluate candidate subgraphs
and construct the appropriate logical rules.</p>
      </sec>
      <sec id="sec-1-4">
        <title>Large Language Models (LLMs) have recently emerged as promising tools for complex ontology</title>
        <p>
          matching due to their capacity for flexible prompt-based inference [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. However, their deployment
is challenged by scalability issues (context window limits and high computational resources) and the
dificulty of constraining their output to standardized, machine-readable formats like EDOAL employed
in the OAEI Complex Matching track.
        </p>
      </sec>
      <sec id="sec-1-5">
        <title>This work introduces an approach that enhances LLM-based complex ontology matching through a</title>
        <p>hybrid strategy of search space reduction and structured prompting. It aims to enhance performance
for both simple (1:1) and complex (n:m) correspondences without the need for manually annotated
training data from the target domain. The architecture and implementation details of the proposed
solution are delineated in the next sections.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>3. Techniques Used</title>
      <sec id="sec-2-1">
        <title>Building upon [4], the proposed approach implements a two-step workflow consisting of search space reduction and alignment generation (see Figure 1 for an architectural overview).</title>
        <sec id="sec-2-1-1">
          <title>3.1. Space Reduction</title>
        </sec>
      </sec>
      <sec id="sec-2-2">
        <title>The main hypothesis of this work is that valid correspondences are most probable between entities</title>
        <p>
          residing in conceptually aligned modules extracted from the source and target ontologies. The module
definition proposed by [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] is adopted, wherein each module is anchored by a central entity and
encapsulates its immediate semantic neighborhood. This modular approach efectively prunes the search
space by restricting comparisons to intra-module entities; the system eliminates the computational
overhead of processing irrelevant entities outside the module boundaries.
        </p>
        <p>As illustrated in Figure 1 (Step 1), the reduction component begins by identifying source-side module
seeds. This component relies on the PageRank algorithm to identify the top- most authoritative entities
(seeds) in the source ontology, which function as the ’cores’ for module construction. These cores are
subsequently expanded via a graph traversal algorithm that incorporates the local neighborhood up
to a specific depth. This centrality-based selection is performed asymmetrically (source-side only) to
avoid conceptual misalignment, as structural prominence in one ontology does not imply equivalence
in another. Additionally, to mitigate the high dimensionality of complex datasets, an upper bound is
imposed on the module size.</p>
        <p>
          Following module extraction, a verbalization strategy is employed to transform the graph structure
into a textual representation, enabling similarity comparison via embedding models. This process,
illustrated as Step 2 in Figure 1, generates a ’virtual document’ as proposed by [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. The document
aggregates the core entity with its structural context (including ancestors, descendants,
incoming/outgoing properties, and disjoint classes), serialized in the Turtle syntax to preserve structure. While the
source ontology relies on PageRank for core selection, the target ontology is processed comprehensively:
all target entities are treated as core candidates and subjected to the same verbalization and module
construction process to maximize recall.
        </p>
        <p>Following verbalization, Step 3 starts the embedding generation phase for both source and target
entities, employing the Qwen/Qwen3-Embedding-8B model2. For each source module, its similarity is
computed against the target ontology, retrieving all target entities that exceed a predefined similarity
threshold. Subsequently, a composite target module is synthesized by aggregating the local
neighborhoods (nearby entities) of all retrieved candidates. To conclude this phase, both the source module and
the newly constructed target module are serialized in Turtle syntax. These structured representations
serve as the context for constructing the final prompts in the subsequent matching step.</p>
        <sec id="sec-2-2-1">
          <title>3.2. Prompt Generation</title>
        </sec>
      </sec>
      <sec id="sec-2-3">
        <title>To ensure strict adherence to the EDOAL format and enhance task comprehension, two examples are provided within the prompt (few-shot prompting). This strategy constrains the model’s output to the required syntax while clarifying the alignment objective. The specific prompt template employed is detailed below.</title>
        <p>System: You are a Complex Ontology Matching expert.</p>
        <p>User: Based on the examples of the task of complex ontology alignment between the ontologies
below, with the results written in EDOAL format (for the sake of space, the examples are
committed as the prompt is quite long):
{Example 1}
[...]
{Example N}
[...]
Write a file in EDOAL format containing the complex alignment between the input ontologies
&lt;ontology1&gt; and &lt;ontology2&gt;. You don’t need to explain yourself. Just give as a response the
resulting alignment file without saying anything else. Given the two ontologies below:
&lt;ontology1&gt;
{Ontology 1}
&lt;/ontology1&gt;
&lt;ontology2&gt;
{Ontology 2}
&lt;/ontology2&gt;</p>
      </sec>
      <sec id="sec-2-4">
        <title>The complete set of few-shot examples employed for the alignment generation is accessible via the</title>
        <p>associated GitLab repository GitLab3.</p>
      </sec>
      <sec id="sec-2-5">
        <title>2https://huggingface.co/Qwen/Qwen3-Embedding-8B 3https://gitlab.irit.fr/melodi/ontology-matching/llm/-/tree/main/prompt_examples?ref_type=heads</title>
        <sec id="sec-2-5-1">
          <title>3.3. Alignment Generation</title>
          <p>The next step of the process is to feed the prompts into Qwen/Qwen3-14B4 for alignment generation.</p>
        </sec>
      </sec>
      <sec id="sec-2-6">
        <title>This model was chosen for its ability to articulate reasoning chains, thereby providing a rationale that supports higher-quality matches. The extraction of these alignments from the reasoning output is illustrated in Step 4 of Figure 1. The pipeline concludes with Step 5, where the data is merged and refined through an error correction strategy to generate a unified alignment file.</title>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>4. Results</title>
      <p>The source code for the matcher is publicly available via GitLab5. In the current OAEI campaign,</p>
      <sec id="sec-3-1">
        <title>CMatch was evaluated on five datasets within the Complex Track: Conference, GeoLink, Hydrography,</title>
        <p>
          Enslaved, and Taxon, employing two distinct metrics. The Metric 1 presented in [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] and the Metric 2 in
[
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. To facilitate a comprehensive overview, the presented results represent the average performance
across all datasets. Ontology pairs where matchers failed to execute were treated as zero values for the
calculation of the mean. For the sake of brevity, Table 1 lists only those systems that achieved non-zero
results.
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>5. General Comments</title>
      <sec id="sec-4-1">
        <title>5.1. Comments on the Results</title>
        <sec id="sec-4-1-1">
          <title>The employed search space reduction and modularization strategies efectively mitigated scalability</title>
          <p>constraints, enabling the LLM to process all target datasets. However, while execution was successful,
the system yielded empty alignment sets in certain cases. On the other hand, the structured
prompting mechanism successfully enforced strict adherence to the EDOAL format, thereby facilitating the
automated evaluation of complex matching tasks.</p>
        </sec>
        <sec id="sec-4-1-2">
          <title>Results indicate that CMatch favors precision at the expense of recall, with recall values remaining</title>
          <p>below (&lt; 0.1) for most datasets. In comparative analysis, however, CMatch proves efective in specific
domains, yielding the highest precision in Geolink (Metric 1) and achieving higher F-measure scores
than participating systems in Conference, Hydrography, and Geolink (Metric 2).</p>
        </sec>
        <sec id="sec-4-1-3">
          <title>These results highlight CMatch as a promising architecture for instance-free datasets (schema-level</title>
          <p>matching). However, the consistently low recall suggests that the current search space reduction
strategy is overly aggressive, likely discarding valid correspondences that fall outside the boundaries
of the selected modules. Despite such limitations, CMatch demonstrates the viability of applying</p>
        </sec>
        <sec id="sec-4-1-4">
          <title>LLMs to complex ontology alignment tasks without the need for domain-specific fine-tuning. The structured prompting strategy proves efective in constraining the LLM to generate syntactically valid, machine-readable alignment formats.</title>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>5.2. Future Improvements</title>
        <sec id="sec-4-2-1">
          <title>Future improvements rely on refining strategies for both space reduction and matching. This includes</title>
          <p>deploying more sophisticated modularization, partitioning, and growing algorithms, as well as
optimizing verbalization and embedding processes. Moreover, a robust mechanism for handling ontology
instances must be developed, as the proposed framework currently lacks a dedicated application for
such data.</p>
        </sec>
        <sec id="sec-4-2-2">
          <title>Regarding the matching step, future improvements will also investigate the impact of domain-adapted</title>
        </sec>
        <sec id="sec-4-2-3">
          <title>LLMs via fine-tuning. It is planned to incorporate automated alignment repair mechanisms to filter</title>
          <p>hallucinations and ensure high-quality, logically consistent alignments.</p>
        </sec>
        <sec id="sec-4-2-4">
          <title>4https://huggingface.co/Qwen/Qwen3-14B</title>
        </sec>
        <sec id="sec-4-2-5">
          <title>5https://gitlab.irit.fr/melodi/ontology-matching/llm</title>
          <p>Dataset
Populated Conference
Conference
Hydrography</p>
          <p>Geolink
Populated Geolink
Enslaved</p>
          <p>Bio</p>
          <p>Dataset
Populated Conference
Conference
Hydrography</p>
          <p>Geolink
Populated Geolink
Enslaved</p>
          <p>Taxon</p>
          <p>Metric 1</p>
          <p>Matcher
CANARD (2020)</p>
          <p>AMLC (2020)
CMatch (2025)
Matcha (2025)
CMatch (2025)
Matcha (2025)
CMatch (2025)
Matcha (2025)</p>
          <p>AROA (2020)
CANARD (2020)
Matcha (2025)
CANARD (2020)
Matcha (2025)
Matcha (2025)</p>
          <p>Metric 2</p>
          <p>Matcher
CANARD (2020)
CMatch (2025)
CMatch (2025)
Matcha (2025)</p>
          <p>AMLC (2020)
CMatch (2025)
Matcha (2025)
CANARD (2020)
Matcha (2025)
AROA (2020)</p>
          <p>AMLC (2020)
CANARD (2020)
Matcha (2025)
CANARD (2020)
CMatch (2025)</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>6. Conclusion</title>
      <sec id="sec-5-1">
        <title>This paper presented the performance of CMatch, a novel LLM-based matching system, within the</title>
        <p>context of OAEI 2025. To address the intricacies of complex alignment, the proposed approach combines
ontology modularization for eficient search space reduction with precise prompt engineering. This
architecture allows CMatch to harness the power of LLMs while overcoming inherent limitations
regarding large-scale processing and output structure enforcement.</p>
      </sec>
      <sec id="sec-5-2">
        <title>Future work will explore supervised fine-tuning on alignment data, optimize module extraction</title>
        <p>algorithms, and integrate A-Box, instance-level information. These enhancements aim to significantly
improve recall while preserving the high precision baseline of the current architecture.</p>
      </sec>
      <sec id="sec-5-3">
        <title>In summary, CMatch constitutes a promising step in LLM-driven ontology alignment. It ofers a generalized and flexible framework capable of handling diverse heterogeneity scenarios, efectively operating across a wide spectrum of ontologies.</title>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Declaration on Generative AI</title>
      <sec id="sec-6-1">
        <title>During the preparation of this work, the authors used Grammarly to grammar and spell check, and improve text readability. The authors reviewed and edited the content as needed to assume full responsibility for the published content.</title>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>L.</given-names>
            <surname>Page</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Brin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Motwani</surname>
          </string-name>
          , T. Winograd,
          <article-title>The PageRank citation ranking: Bringing order to the web</article-title>
          .,
          <source>Technical Report</source>
          , Stanford infolab,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>É.</given-names>
            <surname>Thiéblin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Haemmerlé</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Hernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Trojahn</surname>
          </string-name>
          , Survey on complex ontology matching,
          <source>Semantic Web</source>
          <volume>11</volume>
          (
          <year>2020</year>
          )
          <fpage>689</fpage>
          -
          <lpage>727</lpage>
          . URL: https://doi.org/10.3233/SW-190366. doi:
          <volume>10</volume>
          .3233/SW-190366.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <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>
          _2. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -81221-7\_2.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <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="ref5">
        <mixed-citation>
          [5]
          <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. doi:
          <volume>10</volume>
          .3233/SW-222886.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Schneider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Dash</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bagchi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Mihindukulasooriya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. M.</given-names>
            <surname>Gliozzo</surname>
          </string-name>
          ,
          <article-title>NLFOA: natural language focused ontology alignment</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>114</fpage>
          -
          <lpage>121</lpage>
          . URL: https://doi.org/10.1145/3587259.3627560. doi:
          <volume>10</volume>
          .1145/3587259. 3627560.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M. C.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Faria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pesquita</surname>
          </string-name>
          , Cmomgen:
          <article-title>Complex multi-ontology alignment via pattern-guided in-context learning</article-title>
          ,
          <source>arXiv preprint arXiv:2510.21656</source>
          (
          <year>2025</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <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>
          , C. T. dos Santos,
          <article-title>On evaluation metrics for complex matching based on reference alignments</article-title>
          , in: E. Curry,
          <string-name>
            <given-names>M.</given-names>
            <surname>Acosta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Poveda-Villalón</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. van Erp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Ojo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Hose</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Shimizu</surname>
          </string-name>
          , P. Lisena (Eds.),
          <source>The Semantic Web - 22nd European Semantic Web Conference, ESWC</source>
          <year>2025</year>
          , Portoroz, Slovenia, June 1-5,
          <year>2025</year>
          , Proceedings,
          <string-name>
            <surname>Part</surname>
            <given-names>I</given-names>
          </string-name>
          , volume
          <volume>15718</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2025</year>
          , pp.
          <fpage>77</fpage>
          -
          <lpage>93</lpage>
          . URL: https:doi.org/10.1007/978-3-
          <fpage>031</fpage>
          -94575-
          <issue>5</issue>
          _5. doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>031</fpage>
          -94575-5\_5.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>