<!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>Oct</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jomar da Silva</string-name>
          <email>jomar.silva@ufrj.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Kate Revoredo</string-name>
          <email>kate.revoredo@hu-berlin.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fernanda Araujo Baião</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cabral Lima</string-name>
          <email>cabrallima@ufrj.br</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Federal University of Rio de Janeiro (UFRJ)</institution>
          ,
          <country country="BR">Brazil</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Humboldt University of Berlin</institution>
          ,
          <addr-line>Berlin</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Pontifical Catholic University of Rio de Janeiro (PUC-Rio)</institution>
          ,
          <country country="BR">Brazil</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2022</year>
      </pub-date>
      <volume>4</volume>
      <issue>2022</issue>
      <abstract>
        <p>its results. Alin is a system for interactive ontology matching. Since 2020A,lin applies natural language processing (NLP) techniques to standardize the concept names of the ontologies that participate in the matching process. In the current version, we modified the grammars used during the process in order to improve the quality of the alignments. This paper describes the participation oAf lin at OAEI 2022 and discusses ontology matching, Wordnet, interactive ontology matching, ontology alignment, interactive ontology alignment, natural language processing 1. Presentation of the system Due to the advances in Information and Communication Technologies (ICT) in general, a large amount of data repositories became available as valuable assets for enabling integrated data exchange platforms across organizations. However, those repositories are highly semantically heterogeneous, which hinders their integration. Ontology Matching has been successfully applied to solve this problem, by discovering mappings between two distinct ontologies which, in turn, conceptually define the data stored in each repository. The Ontology Matching process seeks to discover correspondences (mappings) between entities of diferent ontologies, and this may be performed manually, semi-automatically or automaticall1y].[ The interactive approach, which considers the knowledge of domain experts through their participation during the matching process, has stood out among semi-automatic ones [2]. A domain expert is an expensive, scarce, and time-consuming resource; when available, however, this resource has improved the achieved results. Nevertheless, there is still room for improvements2][, as evidenced by the most recent results from the evaluation of interactive tools in the OA1EI (Ontology Alignment Evaluation Initiative)A.lin [3] is a system for interactive ontology The 17th International Workshop on Ontology Matching, The 21th International Semantic Web Conference ISWC-2022, ∗Corresponding author.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CEUR
Workshop
Proceedings
matching which has been participating in all OAEI editions since 2016, with increasingly
improved results in the Anatomy interactive track.</p>
      <p>The main contribution of this new version ofAlin was the introduction of modifications to
the used regular grammars. These modifications aimed to standardize more terms used in the
ontologies. This standardization improves the result of the lexical and semantic metrics used in
Alin, which leads to a better mapping selection to be chosen automatically or presented to the
domain expert.</p>
    </sec>
    <sec id="sec-2">
      <title>1.1. State, Purpose and General statement</title>
      <p>Interactive ontology matching systems select mappings for domain expert evaluationA.lin
selects many of these mappings through semantic and lexical metrics. Concept name
standardization could lead to a more correct value in the metrics used. No standardized names may
cause Alin not to select correct mappings for evaluation by the domain expert.</p>
      <p>Since its 2020 version,Alin uses Natural Language Processing (NLP) resources such as regular
grammars (in fact, their equivalent regular expressions) and context-free grammars along with
their respective lexical analyzers (scanners) and syntax analyzers (parsers).</p>
      <p>These NLP resources make it possible to translate diferent patterns used in the two ontologies
into unique one. This standardization allowAs lin to select better mappings for the domain
expert to evaluate.</p>
      <p>To perform the standardization step, since 2020Alin has a new phase before the program
runs. In this phase, an NLP expert provides grammars, and their respective scanners and parsers,
to the ontologies.Alin uses these scanners and parsers during the execution of the program.
This standarization step is possible in an interactive ontology matching system because:
1. We know before the program runs which ontologiesAlin will match, as we need to look
for experts in the domain of ontologies to interact with the program;
2. The process of searching, meeting, and scheduling a day available for the expert to
participate in the process can take a long time, probably a few days.</p>
      <p>We can use this time of a few days until the execution of the program to develop the necessary
grammars, scanners, and parsers for the ontologies. To test the new techniques, the authors of
this paper played the role of the NLP experts.</p>
    </sec>
    <sec id="sec-3">
      <title>1.2. Specific techniques used</title>
      <p>During its matching process,Alin handles three sets of mappings: (i) Accepted, which is a set
of mappings definitely to be retained in the alignment; (ii) Selected, which is a set of mappings
where each is yet to be decided if it will be included in the alignment; and (iii) Suspended,
which is a set of mappings that have been previously selected, but (temporarily or permanently)
ifltered out of the selected mappings.</p>
      <p>Given the previous definitions, Alin procedure follows 5 Steps, described as follows:
1. Select mappings: select the first mappings and automatically accepts some of them.</p>
      <p>Detailed in the ’Description of the used techniques’ paragraph below;
2. Filter mappings: suspend some selected mappings, using lexical and semantic criteria for
that;
3. Ask domain expert: accepts or rejects selected mappings, according to domain expert
feedback;
4. Propagate: select new mappings, reject some selected mappings or unsuspend some
suspended mappings (depending on newly accepted mappings);
5. Go to step 3 as long as there are undecided selected mappings.</p>
      <p>
        All versions ofAlin (since its first OAEI participation) follow this general procedure. Since
its 2020 version, Alin included a new step where an NLP expert develops grammars and
their respective scanners and parsers to the concept names of the ontologiesA.lin uses these
scanners and parsers to standardize the concept names of the ontologies and thus improve the
generated alignment. The new step can lead to, for example, correcting spelling errors and
unifying diferent spellings for the same concept name. More detailed examples of possible
standardization of concept names are presented in 4[]. Alin uses the developed scanners and
parsers in step 1 of the procedure.
1.2.1. Description of the used techniques
• Step 1. Alin runs the scanners and the parsers for each concept name of the ontologies,
modifying it and standardizing it.Alin uses a blocking strategy where it discards all
data properties and object properties of the ontologies. So, in this stepA,lin selects
only concept mappings, using linguistic similarities between the standardized concept
names. Alin automatically accepts concept mappings whose standardized names are
synonyms. Alin uses the Wordnet and domain-specific ontologies (the FMA Ontology in
the Anatomy track) to find synonyms between entities.
• Step 2. Alin suspends the selected mappings whose entities have low lexical and semantic
similarity. We use the Jaccard, Jaro-Wrinkler, and n-gram lexical metrics to calculate
the lexical similarity of the selected mappings. We based the process of choosing the
similarity metrics used byAlin on the result of these metrics in assessments 5[]. These
suspended mappings can be further unsuspended later, returning to the status of selected
mappings, as proposed in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
• Step 3. At this point, the domain expert interaction begins.Alin sorts the selected
mappings in a descending order according to the sum of similarity metric values. The
sorted selected mappings are submitted to the domain expert.Alin can present up to
three mappings together to the domain expert if a full entity name in a candidate mapping
is the same as another entity name in another candidate mapping.
• Step 4. Initially, the set of selected mappings contains only concept mappings. At each
interaction with the domain expert, if he accepts the mappingA,lin (i) removes from the
set of selected mappings all the mappings that compose an instantiation of a mapping
anti-pattern [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ][
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] (we explain mapping anti-patterns below in the ’Mapping anti-patterns’
paragraph) with the accepted mappings; (ii) selects data property (as proposed in 9[])
and object property mappings related to the accepted concept mappings; (iii) unsuspends
all concept mappings whose both entities are subconcepts of the concept of an accepted
mapping (as proposed in [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]).
      </p>
      <p>• Step 5. The interaction phase continues until there are no selected mappings.
1.2.2. Mapping anti-patterns
An anti-pattern mapping can be a logical inconsistency, a construction constraint on the
ontology, or an alignment constraint. An ontology may have construction constraints,
such as a concept cannot be equivalent to its superconcept. The alignment between
two ontologies can have constraints. For example, an entity of ontology cannot be
equivalent to two entities of the ontolog y ′. Anti-pattern mapping is a combination of
mappings that generates a problematic alignment, i.e., a logical inconsistency or a violated constraint.</p>
      <p>In its 2022 version, we have modified the formal grammars used by Alin to improve the
quality of the generated alignments.</p>
    </sec>
    <sec id="sec-4">
      <title>1.3. Link to the system and parameters file</title>
      <p>Alin is available2 as a SEALS package ( It can be run with MELT ).</p>
      <sec id="sec-4-1">
        <title>2. Results</title>
        <p>Interactive ontology matching is the focus of theAlin system.</p>
        <p>The comparison between the participation ofAlin in 2021 and 2022 (Tables5 and 6) shows
an improvement in the quality of the generated alignment, attesting the efectiveness of the
changes in the grammars.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>2.1. Comments on the participation of Alin in non-interactive tracks</title>
      <p>The modified grammars generated an increase in the F-Measure, recall and precision of
noninteractively generated alignments in the Anatomy track (Tabl1e).</p>
    </sec>
    <sec id="sec-6">
      <title>2.2. Comments on the participation of Alin in interactive tracks</title>
      <p>In the Anatomy interactive track,Alin 2022 was better than LogMap in quality (F-Measure)
but worse in total requests (Table3). In the Conference track,Alin 2022 was, again, better than
LogMap in quality (F-Measure) but worse in total requests (Tabl4e).
2 .//6364285404325/?%26 = 
Alin improved the quality of the alignment generated for both the Anatomy and the Conference
tracks. The number of interactions has also increased on both tracks (Table5s and 6).</p>
      <p>The quality of the alignment generated byAlin depends on the correct feedback from the
domain expert, as Alin uses this feedback to select new mappings. WhenAlin selects wrong
mappings, the quality of the generated alignment tends to decrease. The comparison between
the two runs of Table7 shows a quality decline sharper in the current version.</p>
      <sec id="sec-6-1">
        <title>OAEI</title>
      </sec>
      <sec id="sec-6-2">
        <title>Tool</title>
      </sec>
      <sec id="sec-6-3">
        <title>ALIN LogMap</title>
      </sec>
      <sec id="sec-6-4">
        <title>Tool</title>
      </sec>
      <sec id="sec-6-5">
        <title>ALIN</title>
        <p>LogMap
Year</p>
        <sec id="sec-6-5-1">
          <title>3. General comments</title>
          <p>The analysis of OAEI 2022 results showed thatAlin has improved the quality of the generated
alignment in the interactive track. But an increase in the expert error rate caused a sharper fall
in the alignment quality. The number of interactions with the expert was increased (from 281
to 309 requests in the Conference track and from 404 to 579 requests in the Anatomy track).</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>3.1. Conclusions</title>
      <p>In this new version,Alin (Alin 2022) addresses the problem of improving the standardization
of terms to achieve better results with lexical and semantic metrics. That aims to improve the
selection of mappings, both those thatAlin will automatically place in the alignment and those
that Alin will present to the domain expert. To address this problem, we put new patterns in
the regular grammars thatAlin uses to standardize ontology terms.</p>
      <p>This grammar modification proved to be eficient in increasing the F-measure but increasing
the number of interactions with the domain expert.</p>
      <p>Since OAEI 2020, Alin has been improving grammars to improve the standardization of
terms used in ontologies, and always with an improvement in F-measure, which shows how
greater standardization of ontologies terms gives positive results when used.</p>
      <p>In future versions, we intend to implement new grammar changes to further improve the
quality of the generated alignment.
the 14th International Workshop on Ontology Matching, OM’19, 2019, pp. 94–100.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Shvaiko</surname>
          </string-name>
          ,
          <string-name>
            <surname>Ontology Matching - Second Edition</surname>
          </string-name>
          , Springer-Verlag,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Dragisic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Faria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Ivanova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Jimenez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lambrix</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Pesquita, User validation in ontology alignment: functional assessment and impact, The Knowledge Engineering Review (</article-title>
          <year>2019</year>
          ).
          <year>doi1</year>
          :
          <fpage>0</fpage>
          .1017/S0269888919000080.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J. Da</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Revoredo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <article-title>Alin: improving interactive ontology matching by interactively revising mapping suggestions</article-title>
          ,
          <source>The Knowledge Engineering Review</source>
          <volume>35</volume>
          (
          <year>2020</year>
          ). doi:
          <volume>10</volume>
          .1017/S0269888919000249.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F. J. Q.</given-names>
            <surname>Real</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Bella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>McNeill</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bundy</surname>
          </string-name>
          ,
          <article-title>Using domain lexicon and grammar for ontology matching</article-title>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Cheatham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Hitzler</surname>
          </string-name>
          ,
          <article-title>String similarity metrics for ontology alignment</article-title>
          ,
          <source>in: Proceedings of the 12th International Semantic Web Conference - Part II, ISWC '13</source>
          , Springer-Verlag New York, Inc., New York, NY, USA,
          <year>2013</year>
          , pp.
          <fpage>294</fpage>
          -
          <lpage>309</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>J.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Revoredo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <article-title>Semantic interactive ontology matching: Synergistic combination of techniques to improve the set of candidate correspondences</article-title>
          , in: OM-2017
          <source>: Proceedings of the Twelfth International Workshop on Ontology Matching</source>
          , volume
          <year>2032</year>
          ,
          <year>2017</year>
          , pp.
          <fpage>13</fpage>
          -
          <lpage>24</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Guedes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Shivaprabhu</surname>
          </string-name>
          , Revoredo,
          <source>On the Identification and Representation of Ontology Correspondence Antipatterns, in: Proc. 5th Int. Conf. Ontol. Semant. Web Patterns (WOP'14)</source>
          ,
          <source>CEUR Work. Proc.</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Guedes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Revoredo</surname>
          </string-name>
          , Digging Ontology Correspondence Antipatterns,
          <source>in: Proceeding WOP'14 Proc. 5th Int. Conf. Ontol. Semant. Web Patterns</source>
          , volume
          <volume>1032</volume>
          ,
          <year>2014</year>
          , pp.
          <fpage>38</fpage>
          --
          <lpage>48</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>J.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Revoredo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. A.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          , Interactive Ontology Matching:
          <article-title>Using Expert Feedback to Select Attribute Mappings</article-title>
          ,
          <source>in: CEUR Workshop Proceedings</source>
          , volume
          <volume>2288</volume>
          ,
          <year>2018</year>
          , pp.
          <fpage>25</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Silva</surname>
          </string-name>
          , ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Revoredo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lima</surname>
          </string-name>
          ,
          <article-title>Alin results for oaei 2021</article-title>
          ,
          <source>in: Proceedings of the 16th International Workshop on Ontology Matching, OM'21</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>109</fpage>
          -
          <lpage>116</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <article-title>Results for oaei 2022 - anatomy track</article-title>
          , ???? URL:http://oaei.ontologymatching.org/2022/ results/anatomy/index.htm,laccessed:
          <fpage>2022</fpage>
          -10-4.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Delgado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Revoredo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <article-title>Alin results for oaei 2020</article-title>
          ,
          <source>in: Proceedings of the 15th International Workshop on Ontology Matching, OM'20</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>139</fpage>
          -
          <lpage>146</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13] Results for oaei 2022 - conference track, ????. URL:https://oaei.ontologymatching.org/ 2022/results/conference/index.htm,laccessed:
          <fpage>2022</fpage>
          -10-10.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <article-title>Results for oaei 2022 - interactive track</article-title>
          , ????. URL:http://oaei.ontologymatching.org/2022/ results/interactive/index.htm, accessed:
          <fpage>2022</fpage>
          -10-4.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>J.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Revoredo</surname>
          </string-name>
          ,
          <article-title>Alin results for oaei 2016</article-title>
          , in: OM-2016
          <source>: Proceedings of the Eleventh International Workshop on Ontology Matching, OM'16</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>130</fpage>
          -
          <lpage>137</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Revoredo</surname>
          </string-name>
          ,
          <article-title>Alin results for oaei 2017</article-title>
          , in: OM-2017
          <source>: Proceedings of the Twelfth International Workshop on Ontology Matching, OM'17</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>114</fpage>
          -
          <lpage>121</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Revoredo</surname>
          </string-name>
          ,
          <article-title>Alin results for oaei 2018</article-title>
          , in: Ontology Matching: OM-2018
          <source>: Proceedings of the ISWC Workshop</source>
          , OM'
          <volume>18</volume>
          ,
          <year>2018</year>
          , pp.
          <fpage>117</fpage>
          -
          <lpage>124</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>J.</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Delgado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Revoredo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Baião</surname>
          </string-name>
          ,
          <article-title>Alin results for oaei 2019</article-title>
          , in: Proceedings of
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>