<!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>Fausto Giunchiglia[</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Property-based Entity Type Graph Matching</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Property-based Entity Type Graph Matching</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Information Engineering and Computer Science (DISI), University of Trento</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>0000</year>
      </pub-date>
      <volume>0002</volume>
      <abstract>
        <p>We are interested in dealing with the heterogeneity of Knowledge bases (KBs), e.g., ontologies and schemas, modeled as sets of entity types (etypes), e.g., person, where each etype is associated with a set of properties, e.g., age or height, via an inheritance hierarchy. A huge literature exists on this topic. A common approach is to model KBs as graphs decorated with labels and reduce the problem of KB matching to that of matching these two elements, viz., labels and structure of the graph. However, labels of etypes are often misplaced, e.g., they are more general or speci c than the correct etype, as de ned by its properties. Structurebased matching may also lead to wrong conclusions as the properties assigned to an etype in an inheritance hierarchy do not depend on the order by which they are assigned and, therefore, on the speci c structure of the graph. In this paper, we propose a novel etype graph matching approach, dealing with the two problems highlighted above, based on two key ideas. The rst is to implement matching as a classi cation task where etypes are characterized by the associated properties. The second is we propose two property-based etype similarity metrics, which model the roles that properties have in the de nition of an etype. The experimental results show the e ectiveness of the algorithm, in particular for those etype graphs with a high number of properties. 1</p>
      </abstract>
      <kwd-group>
        <kwd>Etype graph matching</kwd>
        <kwd>Machine learning</kwd>
        <kwd>Entity type similarity</kwd>
        <kwd>Knowledge reuse</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        We are interested in dealing with the heterogeneity of Knowledge bases (KBs),
e.g., ontologies and schemas, modeled as sets of entity types (etypes), e.g.,
person, where each etype is associated with a set of properties, e.g., age or height, via
an inheritance hierarchy. A huge literature exists on this topic, e.g., [
        <xref ref-type="bibr" rid="ref23 ref24 ref33">23, 24, 33</xref>
        ].
Most etype graph matching approaches exploit label-based methods [
        <xref ref-type="bibr" rid="ref36 ref6">6, 36</xref>
        ], such
as character similarity metrics and synonym analysis, and structure-based
methods [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], implementing various forms of graph matching. However, labels of
etypes may suggest a wrong etype [
        <xref ref-type="bibr" rid="ref19 ref34">19, 34</xref>
        ]. For example, an eagle can be labelled
1 Copyright © 2021 for this paper by its authors. Use permitted under Creative
      </p>
      <p>Commons License Attribution 4.0 International (CC BY 4.0).
as Bird in a general-purpose ontology and Eagle in a domain-speci c ontology.
Structure-based matching may also lead to wrong conclusions as the properties
assigned to an etype in an inheritance hierarchy are cumulative and depend only
on the nodes in the path from the root and, therefore, do not depend on the
order by which they are assigned. For example, the super-class of etype Eagle
can be Animal in one etype graph and Bird in another etype graph.</p>
      <p>
        As a solution to the above problems, the main intuition underlying the work
described in this paper is to match etypes on the basis of the properties which
are used to de ne them. It is, in fact, the properties that are used to
intensionally de ne an etype which de ne it independently of its speci c name and also
independently of its hierarchy [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. Furthermore, it is fact that in most relevant
ontologies, etypes are associated with su cient properties, like DBpedia [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and
OpenCyc [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. And the reason for this is quite obvious, being the purpose of
any data or knowledge integration task exactly that of extending the number of
properties associated to an etype.
      </p>
      <p>In this paper, we implement the above intuition based on main contributions:
{ We introduce two property-based etype similarity metrics, namely the
horizontal similarity ESh and the vertical similarity ESv which characterise
the role that properties have in the de nition of given etypes. These
similarity metrics capture the main idea that for any two etypes, the properties
which distinguish one etype from the other should not occur in the other
etype. Since di erent properties contribute di erently for matching etypes,
we introduce ESh which focuses on measuring the properties with di erent
shareability, and ESv measures properties based on their speci city.
{ We implement the etype graph matching as a classi cation task where the
matching of etypes is based on their associated properties. In this paper, we
propose and evaluate a machine learning (ML)-based etype graph matching
approach.</p>
      <p>
        The paper is organized as follows. Section 2 introduces our own speci c
formalization for etype graphs and relevant terminology. Section 3 presents two
property-based etype similarity metrics. Section 4 introduces the overall etype
graph matching algorithm. The evaluation details and results in Section 5, where
the experiments are based on a selected test cases from the Ontology Alignment
Evaluation Initiative (OAEI) [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Finally, we present the related work in Section
6 and the conclusions in Section 7.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Etype Graphs as FCA contexts</title>
      <p>
        We formalize etype graphs as formal concept analysis [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] (FCA) contexts.
Speci cally, we de ne an etype graph ET G as ET G = hE; P; T i, with E =
fe1: : : eng being the set of etypes from the etype graph, P = fp1: : : png being
the set of properties, T = fe 2 Ejhe; T (e)ig being the set of correspondences
between etypes and properties, where function T (e) returns properties of e. We
consider the property p is used to describe an etype e when the property belongs
to set T (e). Two observations:
1. E is a set of etypes but not a set of entities. Similar to what happens in
general FCA, which assumes that an entity is described by a set of property
values, an etype is considered to be described by a set of properties T (e).
Since in our method we focus on the correlations between etypes and
properties, we organize an etype graph as etype-property correlation map as an
FCA context without containing additional information.
2. Etype characterization exploits not only the properties associated with it
but also the others, namely those which are not used in its de nition. Thus,
we introduce the non-associated properties into our FCA context and
distinguish two more di erent cases for better presenting the FCA context.
As an example, Figure 1 presents the hierarchy of an etype graph, extracted from
DBpedia [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In each box, etypes are presented in yellow and their properties in
green. We formalize the etype graph in Figure 1, into an FCA context as from
below.
In Figure 2 we adopt the following conventions. The value box with a circle
represents the fact the property is associated with the etype, e.g., citizenship
is associated with Person. The value box with a cross means the property is
not associated with the etype, e.g., date is not used to describe etype Person.
The value \UN" represents the fact that the property is not associated with
the etype but associated with at least one of its subclasses, namely unde ned.
The intuition is that the property might or might not be used to describe the
current etype, e.g., academy award is used to describe Artist and it might be
used to describe Person since Artist is a subclass of Person. We encode these
three correlations as the parameter wp. Since the correlation of \associated with"
is positive for a property describing an etype, the correlation of \not associated
with" is negative and the correlation of \unde ned" is neutral, we take wp to be
de ned as wp 2 f1; 0; 1g.
(1)
8 1, if p 2 prop(E)
wp = &lt; 0, if p 2= prop(E)&amp;p 2 prop(E:subclass)
      </p>
      <p>: -1, if p 2= prop(E)&amp;p 2= prop(E:subclass)
In the above equation, we take p as the target property and prop(E) as the
properties associated with E. Thus, the circles, UNs and crosses in Figure 2 are
set to 1, 0 and -1, respectively.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Property-based similarity</title>
      <p>
        The similarity metrics are inspired to the work in [
        <xref ref-type="bibr" rid="ref16 ref19">16, 19</xref>
        ] in considering
properties as one of the most important features to describe an etype and to the
formalization of the \get-speci c" heuristic provided in [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. These provide us
the intuition that a more speci c property provides more information to identify
an etype. Let us introduce our two etype similarity metrics in detail.
3.1
      </p>
      <sec id="sec-3-1">
        <title>Horizontal Similarity</title>
        <p>
          When measuring the speci city of a property, a possible idea is to horizontally
compare the number of etypes that are described by a speci c property, namely
the shareability of the property [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. If a property is used for describing diverse
etypes, it means that the property is not highly characterizing. Thus, for
instance, in gure 2, the property name is used to describe Person, Place, Athlete.
Dually, if a property is used for describing a few etypes or the property is
associated with only one etype, this means this property can be regarded as highly
characterizing, e.g., in Figure 2, property settlement is speci c for etype Place.
Based on this intuition, we consider the speci city of a property is related to
its shareability. Therefore, we propose SP as the metric for measuring property
speci city. More precisely, SP aims to minimize the number of etypes that are
associated with the target property in a speci c etype graph. We model the
metric SP as:
        </p>
        <p>
          SPET G(p) = wp e (1 n(p)) 2 [ 1; 1]
(2)
where p is the input property and n(p) is the number of etypes that are described
by the input property in a speci c entity graph ET G, thus n(p) 0; e refers to
the natural mathematical constant [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]; is a constraint factor whose aim is to
produce a gentle curve. Assume that A and B are two etype graphs. Then we
model ESh as follows:
ESh(Ea; Eb) =
1 Xk
        </p>
        <p>
          SPA(pi) + SPB(pi)
jprop(Ea)j jprop(Eb)j
2 i=1
where we take Ea, Eb as the candidate etypes from A and B respectively. Thus
Ea 2 A and Eb 2 B; prop(E) refers to the properties associated with the
speci c etype and jprop(E)j refers to the number of prop(E). k is the number of
matched properties which are associated with both etype Ea and Eb. SPA(pi)
and SPB(pi) refer to the speci city of the aligned property pi in A and B,
respectively. Notice that we have ESh(Ea; Eb) = ESh(Eb; Ea). Notice also that
we apply z-score normalization [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ] to ESh at the end of calculation, and that
the range of ESh is between 0 to 1.
(3)
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Vertical Similarity</title>
        <p>
          Etype graphs are organized as classi cation hierarchies such that upper-layer
etypes represent more abstract or more general concepts, whereas lower-layer
etypes represent more concrete or more speci c concepts [
          <xref ref-type="bibr" rid="ref20 ref31">20, 31</xref>
          ].
Correspondingly, properties of upper-layer etypes are more general since they are used to
describe general concepts, vice versa, properties of lower-layer etypes are more
speci c since they are used to describe speci c concepts. We assume that speci c
properties will contribute more to the identi cation of an etype. For instance, in
Figure 2, as a lower-layer etype, Artist can be identi ed by the property academy
award but not by the property name. Based on this intuition, we propose L(p)
as a metric for measuring property speci city. We model L(p) as follows:
LET G(p) = wp min layer(E) 2 [ 1; 1] (4)
        </p>
        <p>E2etype(p)
where: is a constraint factor which normalized the range of the function;
etype(p) outputs all the etypes that are described by the property p; and layer(E)
refers to the layer of the inheritance hierarchy where an etype E is de ned. We
de ne the vertical etype similarity metric ESv as from below.</p>
        <p>ESv(Ea; Eb) =
1 Xk</p>
        <p>LA(pi)
2 i=1 jprop(Ea)j
+</p>
        <p>LB(pi)
jprop(Eb)j
Similar to the de nition of ESh, we have candidate etypes Ea 2 A and Eb 2 B
and the properties prop(E) associated with the etype E. The key di erence is
that ESv exploits the property speci city based on the layer information L(p).
LA(pi) and LB(pi) refer to the highest layer of the aligned property pi in A and
B, respectively. Notice that ESv is symmetric as well. ESv is also normalized
by z-score normalization, in the same way as ESh. Finally the range of ESv is
between 0 to 1.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Etype Graph Matching</title>
      <p>
        Figure 3 presents the Processing chart of our etype graph matching approach. It
mainly consists of two matchers, the property matcher and the etype matcher.
After parsing the input etype graph pair, properties are rst sent into the
NLPbased property matcher, where string-based and language-based similarity
metrics are exploited to match two property labels [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ]. Then we generate the FCA
contexts according to the etypes and correlated property pairs. In this phase,
we will also generate our property-based etype similarity metrics ESh and ESv
and then send them all to the etype matcher. We develop a ML-based matcher
which considers etype matching as a binary classi cation task. Thus, our etype
matcher will predict two incoming etypes as match or unmatch and output the
matched etypes as the nal results.
      </p>
      <p>Algorithm 1 below presents the step-by-step process for calculating
propertybased etype similarity metrics ESh and ESv. After formalizing etype graphs into
FCA contexts, we assume that the two candidate FCA contexts fa and fb are
generated. P M refers to the property pairs which are aligned by the property
matcher, EM refers to the candidate etype pairs which are waiting for matching.
For every etype pair in EM , we check their correlated properties and update the
speci city values to ESh or ESv if the property pair is aligned. After traversing
all the candidate etype pairs, we obtain completed etype similarities which will be
used for training the ML model, or predicting if two etypes are matching. Table
1 provides some representative examples to show the etype similarity ESv and
ESh between etypes from cmt-confof and cmt-conference in conference track.
Algorithm 1 Etype similarity generation. ESh; ESv = etypesim(fa; fb)
Input:</p>
      <p>Candidate FCA contexts fa and fb;
Output:</p>
      <p>Property-based etype similarity ESh; ESv;
1: P M = (pa; pb) = P ropertyM atcher(fa; fb); falign pa and pb as property pairs by
property matcher, where pa 2 fa and pb 2 fb.g
2: EM = (Ea; Eb) = EtypeSelector(fa; fb); fselect etypes Ea; Eb from fa; fb and
assemble them as candidate etype pairs EM .g
3: for all EMi 2 EM do
4: for all pa 2 fa; pb 2 fb do
5: if (pa; pb) 2 P M then
6: ESh(EMi):add(SP (pa); SP (pb)); fadd the horizonal speci city to etype
similarity ESh(EMi), refers to equation 3g
7: ESv(EMi):add(L(pa); L(pb)); fadd the vertical speci city to etype
similarity ESv(EMi), refers to equation 5g
8: end if
9: end for
10: end for
11: return ESh; ESv
5</p>
    </sec>
    <sec id="sec-5">
      <title>Evaluation</title>
      <p>We rst describe the evaluation set-up and then provide the results from the
experiments.
5.1</p>
      <sec id="sec-5-1">
        <title>Evaluation Set-up</title>
        <p>The main decision for the evaluation was to take OAEI as the main reference
for the selection of the matching problems. As of today, this in fact the major
source of ontology matching problems.</p>
        <p>
          Our approach focuses on ontologies that contain etypes associated with a
fair number of properties. As a result, we have selected the following cases:
the bibliographic ontology dataset [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] and conference track [
          <xref ref-type="bibr" rid="ref38">38</xref>
          ] (ra1 version).
From the bibliographic ontology dataset, we select series #101 and series
#301304, which present real-life ontologies for bibliographic references from the web.
We set these bibliographic ontologies as the training set for training our
MLbased etype matcher. The conference track contains 16 ontologies, dealing with
conference organizations, and 21 reference alignments. We set the 21 reference
alignments from the conference track as the testing set to validate our etype
matcher. We select the training and testing set from di erent cases since we aim
to prove the adaptation of our approach, which also prevents our approach from
over tting. Notice that there is an unbalanced positive and negative sample issue
when we match two candidate ontologies, which means negative samples will be
produced much more than positive samples. To address this issue, we propose
a model training strategy that decreases the negative samples and duplicates
a part of positive samples to achieve a balanced training set and to alleviate
over tting.
        </p>
        <p>
          In this paper, our matching approach applies a general binary classi cation
strategy, which is independent of the speci c ML model. Thus, the data label is
1 or 0, which means two etypes are matching or unmatching respectively. The
data consists of three kinds of attributes, which are string-based similarity
metrics (N-garm [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], Longest common subsequence [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], Levenshtein distance [
          <xref ref-type="bibr" rid="ref37">37</xref>
          ]),
language-based similarity metrics (Wu and Palmer similarity [
          <xref ref-type="bibr" rid="ref28">28</xref>
          ], Word2vec [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ])
and property-based similarity metrics (ESh and ESv). These etype similarities
aim to measure di erent aspects of the relatedness between two etypes. Here
we select some of the most common string-based and language-based similarity
metrics as additional metrics working with our property-based similarity metrics
for achieving better etype matching results.
5.2
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>Experimental Results</title>
        <p>
          For better evaluating the validity of our approach, we apply 4 di erent ML
models, which are: random forest [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ], stochastic gradient descent (SGD)
classi er [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ], decision tree [
          <xref ref-type="bibr" rid="ref32">32</xref>
          ] and logistic regression [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]. We have compared
our work with state-of-the-art matching methods, as they came out of
previous OAEI evaluation campaigns. The involved state of the art systems are:
FCAMap [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], AML [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], LogMap and LogMapLt [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. We calculate precision,
recall, F1-measure, and also F0:5-measure and F2-measure [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ].
Table 2 shows the results of our approach with the di erent models mentioned
above, compared with the results of state-of-the-art methods. Firstly, we can nd
our approach with di erent models produce slightly di erent results, the SGD
classi er performs the best in general, which leads the precision, F0:5-measure
and F1-measure. And, random forest advances in recall and F2-measure. Decision
tree and logistic regression classi ers are marginally powerless than the other two
in conference track ontologies. Secondly, extend to the overall comparison, we can
nd that AML has the best overall results. Leading the precision, F0:5-measure
and F1-measure. Our approach with random forest leads the results on recall and
F2-measure. Considering that the average results of our approach with di erent
models are performing close to the state-of-the-art on F1-measure, we can say
that our approach leads to similar results as state-of-the-art competitors, while
advances in di erent aspects2.
        </p>
        <p>The comparison to state-of-the-art methods shows the validity of our etype
matcher. Moreover, we design a second experiment which is an ablation test to
evaluate if our designed property-based etype similarity metrics are e ective. In
this experiment, we test on the backbone model (B) which was trained only by
string-based and language-based similarity metrics. We also test on the model
with ESh, ESv, and both ESh and ESv (ours), respectively. Note that the
backbone model refers to Ours-SGDClassi er in table 2.</p>
        <p>
          Table 3 shows the results of the ablation test, it is easy to nd by using our
designed metrics, the results signi cantly improved comparing with the results
of the backbone model. Moreover, although B+ESh achieve the best recall
measure, B+ESv+ESh leads in precision and F1-measure, which means the best
overall performance. This observation shows both our designed metrics are
effective on the etype matching task. At the same time, the etype matcher achieves
the best performance by simultaneously using ESv and ESh.
Based on the idea originally introduced in [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] and di erent from all the previous
work, our approach is based on the idea of exploiting properties as the main
means for matching etypes. We provide below a short summary of the four
main techniques that we exploit in the implementation of property-based etype
similarity, namely, label matching, graph matching, and the use of ML and FCA.
        </p>
        <p>
          In the early stages of ontology matching, etype matching methods mostly
focused on string-based methods. The work in [
          <xref ref-type="bibr" rid="ref36">36</xref>
          ] reviews a wide range of string
similarity metrics and propose an ontology alignment method by selecting
different powerful similarity metrics. Later, ensemble metrics strategies were
introduced in some studies [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ], which apply multiple matchers based on di erent
2 All approaches do not have signi cant di erences in running times since the
conference track contains no large ontology.
string-based metrics. The principle of these works is that the combined matchers
are more powerful than an individual matcher.
        </p>
        <p>
          The structure of an etype graph has also been considered as important
information for identifying etypes, like [
          <xref ref-type="bibr" rid="ref18 ref2">2,18</xref>
          ]. The LogMap system [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ] uses a two-step
matching strategy, that is, matches two etypes Ea and Eb by a lexical matcher,
and then considers the etypes that are semantically close to Ea are more likely to
be semantically close to Eb. AML [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] introduces an ontology matching system
that consists of a string-based matcher and a structure-based matcher, building
internal correspondences by exploiting is-a and part-of relationships.
        </p>
        <p>
          Some work on matching etypes is based on the use of ML. This work
models the etype matching task as a binary classi cation task, trying to encode
the information like string similarities and structure information as attributes.
For instance, the work in [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] achieves promising results by encoding the lexical
similarity of the superclass and subclass as structural similarity.
        </p>
        <p>
          Finally, FCA lattices have been applied in etype matching methods in the
work described in [
          <xref ref-type="bibr" rid="ref35 ref7">7, 35</xref>
          ]. To re ne health records searching outputs, the work
in [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ] introduced a matching method based on FCA which assists the end-user in
de ning their queries. In turn, in [
          <xref ref-type="bibr" rid="ref35">35</xref>
          ] a bottom-up ontology merging approach
was proposed where FCA lattices were used to keep track of the ontology
hierarchy.
7
        </p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>In this paper, we have introduced a novel etype graph matching approach via
property-based similarity measurement. Firstly, we discussed a novel
formalization method for etype graphs, which encodes etypes and properties into FCA
contexts. Then we proposed two novel metrics for measuring the contextual
similarity between two etypes, namely horizontal similarity and vertical similarity.
Based on our proposed metrics, we have developed a ML-based framework for
etype graph matching. The experimental results show the validity of our
approach.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgements</title>
      <p>The research conducted by Fausto Giunchiglia has received funding from the
InteropEHRate project, co-funded by the European Union (EU) Horizon 2020
programme under grant number 826106, and the research conducted by Daqian
Shi has received funding from the program of China Scholarships Council (No.
202007820024).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kobilarov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cyganiak</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ives</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Dbpedia: A nucleus for a web of open data</article-title>
          .
          <source>In: The semantic web</source>
          , pp.
          <volume>722</volume>
          {
          <fpage>735</fpage>
          . Springer (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Autayeu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giunchiglia</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andrews</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Lightweight parsing of classications into lightweight ontologies</article-title>
          .
          <source>In: European Conference on Research and Advanced Technology for Digital Libraries (ECDL</source>
          <year>2010</year>
          ). Glasgow, United Kingdom (
          <year>September 2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bella</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giunchiglia</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McNeill</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Language and domain aware lightweight ontology matching</article-title>
          .
          <source>Journal of Web Semantics</source>
          <volume>43</volume>
          ,
          <issue>1</issue>
          {
          <fpage>17</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bella</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zamboni</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giunchiglia</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Domain-based sense disambiguation in multilingual structured data</article-title>
          .
          <source>In: DIVERSITY Workshop at ECAI</source>
          <year>2016</year>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Bulygin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stupnikov</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          :
          <article-title>Applying of machine learning techniques to combine string-based, language-based and structure-based similarity measures for ontology matching</article-title>
          .
          <source>In: DAMDID/RCDL</source>
          . pp.
          <volume>129</volume>
          {
          <issue>147</issue>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Cheatham</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hitzler</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>String similarity metrics for ontology alignment</article-title>
          . In: International semantic web conference. pp.
          <volume>294</volume>
          {
          <fpage>309</fpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          , Zhang, S.:
          <article-title>Identifying mappings among knowledge graphs by formal concept analysis</article-title>
          .
          <source>In: OM@ ISWC</source>
          . pp.
          <volume>25</volume>
          {
          <issue>35</issue>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Church</surname>
            ,
            <given-names>K.W.</given-names>
          </string-name>
          : Word2vec.
          <source>Natural Language Engineering</source>
          <volume>23</volume>
          (
          <issue>1</issue>
          ),
          <volume>155</volume>
          {
          <fpage>162</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Cure</surname>
            ,
            <given-names>O.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maurer</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>N.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Le</surname>
            <given-names>Pendu</given-names>
          </string-name>
          ,
          <string-name>
            <surname>P.:</surname>
          </string-name>
          <article-title>A formal concept analysis and semantic query expansion cooperation to re ne health outcomes of interest. BMC medical informatics and decision making 15(1), 1{6 (</article-title>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Euzenat</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ferrara</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hollink</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isaac</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joslyn</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malaise</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meilicke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nikolov</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pane</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , et al.:
          <article-title>Results of the ontology alignment evaluation initiative 2009 (</article-title>
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Euzenat</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meilicke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stuckenschmidt</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shvaiko</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trojahn</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Ontology alignment evaluation initiative: six years of experience</article-title>
          .
          <source>In: Journal on data semantics XV</source>
          , pp.
          <volume>158</volume>
          {
          <fpage>192</fpage>
          . Springer (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Euzenat</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shvaiko</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , et al.:
          <article-title>Ontology matching</article-title>
          , vol.
          <volume>18</volume>
          . Springer (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. Farber,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Ell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Menne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Rettinger</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>A comparative survey of dbpedia, freebase, opencyc, wikidata, and yago</article-title>
          .
          <source>Semantic Web Journal</source>
          <volume>1</volume>
          (
          <issue>1</issue>
          ), 1{
          <issue>5</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Faria</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pesquita</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Santos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palmonari</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cruz</surname>
            ,
            <given-names>I.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Couto</surname>
            ,
            <given-names>F.M.:</given-names>
          </string-name>
          <article-title>The agreementmakerlight ontology matching system</article-title>
          .
          <source>In: OTM Confederated International Conferences" On the Move to Meaningful Internet Systems"</source>
          . pp.
          <volume>527</volume>
          {
          <fpage>541</fpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Finch</surname>
            ,
            <given-names>S.R.</given-names>
          </string-name>
          :
          <source>Mathematical constants</source>
          . Cambridge university press (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Fumagalli</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daqian</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Giunchiglia</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Ranking schemas by focus:a cognitivelyinspired approach</article-title>
          .
          <source>In: 26th International Conference on Conceptual Structures</source>
          (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Ganter</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wille</surname>
          </string-name>
          , R.:
          <source>Formal concept analysis: mathematical foundations</source>
          . Springer Science &amp; Business
          <string-name>
            <surname>Media</surname>
          </string-name>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Giunchiglia</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Autayeu</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pane</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>S-match: an open source framework for matching lightweight ontologies</article-title>
          .
          <source>Semantic Web</source>
          <volume>3</volume>
          (
          <issue>3</issue>
          ),
          <volume>307</volume>
          {
          <fpage>317</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Giunchiglia</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fumagalli</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Entity type recognition{dealing with the diversity of knowledge</article-title>
          .
          <source>In: Proceedings of the International Conference on Principles of Knowledge Representation and Reasoning</source>
          . vol.
          <volume>17</volume>
          , pp.
          <volume>414</volume>
          {
          <issue>423</issue>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Giunchiglia</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaihrayeu</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kharkevich</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          :
          <article-title>Formalizing the get-speci c document classi cation algorithm</article-title>
          .
          <source>In: International Conference on Theory and Practice of Digital Libraries</source>
          . pp.
          <volume>26</volume>
          {
          <fpage>37</fpage>
          . Springer (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Jimenez-Ruiz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grau</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          :
          <article-title>Logmap: Logic-based and scalable ontology matching</article-title>
          .
          <source>In: International Semantic Web Conference</source>
          . pp.
          <volume>273</volume>
          {
          <fpage>288</fpage>
          . Springer (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Kabir</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Siddique</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kotwal</surname>
            ,
            <given-names>M.R.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huda</surname>
            ,
            <given-names>M.N.</given-names>
          </string-name>
          :
          <article-title>Bangla text document categorization using stochastic gradient descent (sgd) classi er</article-title>
          .
          <source>In: 2015 International Conference on Cognitive Computing and Information Processing (CCIP)</source>
          . pp.
          <volume>1</volume>
          {
          <issue>4</issue>
          .
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Lenzerini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Data integration: A theoretical perspective</article-title>
          .
          <source>In: Proceedings of the twenty- rst ACM SIGMOD-SIGACT-SIGART symposium on Principles of database systems</source>
          . pp.
          <volume>233</volume>
          {
          <issue>246</issue>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Lonsdale</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Embley</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ding</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hepp</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Reusing ontologies and language components for ontology generation</article-title>
          .
          <source>Data &amp; Knowledge Engineering</source>
          <volume>69</volume>
          (
          <issue>4</issue>
          ),
          <volume>318</volume>
          {
          <fpage>330</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Nezhadi</surname>
            ,
            <given-names>A.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shadgar</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Osareh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Ontology alignment using machine learning techniques</article-title>
          .
          <source>International Journal of Computer Science &amp; Information Technology</source>
          <volume>3</volume>
          (
          <issue>2</issue>
          ),
          <volume>139</volume>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Ng</surname>
            ,
            <given-names>A.Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jordan</surname>
            ,
            <given-names>M.I.</given-names>
          </string-name>
          :
          <article-title>On discriminative vs. generative classi ers: A comparison of logistic regression and naive bayes</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          . pp.
          <volume>841</volume>
          {
          <issue>848</issue>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Pal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Random forest classi er for remote sensing classi cation</article-title>
          .
          <source>International journal of remote sensing 26(1)</source>
          ,
          <volume>217</volume>
          {
          <fpage>222</fpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Palmer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Verb semantics and lexical zhibiao w u</article-title>
          .
          <source>In: Proceedings of the 32nd Annual Meeting of the Association for Computational Linguistics</source>
          , Las Cruces, New Mexico. pp.
          <volume>133</volume>
          {
          <issue>138</issue>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Patro</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sahu</surname>
            ,
            <given-names>K.K.</given-names>
          </string-name>
          :
          <article-title>Normalization: A preprocessing stage</article-title>
          .
          <source>arXiv preprint arXiv:1503.06462</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Pour</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Algergawy</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Amini</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faria</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fundulaki</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harrow</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jimenez-Ruiz</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jonquet</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karam</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          , et al.:
          <article-title>Results of the ontology alignment evaluation initiative 2020</article-title>
          .
          <source>In: Proceedings of the 15th International Workshop on Ontology Matching (OM</source>
          <year>2020</year>
          ). vol.
          <volume>2788</volume>
          , pp.
          <volume>92</volume>
          {
          <fpage>138</fpage>
          .
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Rios-Alvarado</surname>
            ,
            <given-names>A.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lopez-Arevalo</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sosa-Sosa</surname>
            ,
            <given-names>V.J.</given-names>
          </string-name>
          :
          <article-title>Learning concept hierarchies from textual resources for ontologies construction</article-title>
          .
          <source>Expert Systems with Applications</source>
          <volume>40</volume>
          (
          <issue>15</issue>
          ),
          <volume>5907</volume>
          {
          <fpage>5915</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Safavian</surname>
            ,
            <given-names>S.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Landgrebe</surname>
            ,
            <given-names>D.:</given-names>
          </string-name>
          <article-title>A survey of decision tree classi er methodology</article-title>
          .
          <source>IEEE transactions on systems, man, and cybernetics 21(3)</source>
          ,
          <volume>660</volume>
          {
          <fpage>674</fpage>
          (
          <year>1991</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Shvaiko</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Euzenat</surname>
          </string-name>
          , J.:
          <article-title>Ontology matching: state of the art and future challenges</article-title>
          .
          <source>IEEE Transactions on knowledge and data engineering 25(1)</source>
          ,
          <volume>158</volume>
          {
          <fpage>176</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Sleeman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Finin</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Entity type recognition for heterogeneous semantic graphs</article-title>
          .
          <source>AI</source>
          Magazine
          <volume>36</volume>
          (
          <issue>1</issue>
          ),
          <volume>75</volume>
          {
          <fpage>86</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Stumme</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maedche</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Fca-merge: Bottom-up merging of ontologies</article-title>
          .
          <source>In: IJCAI</source>
          . vol.
          <volume>1</volume>
          , pp.
          <volume>225</volume>
          {
          <issue>230</issue>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ma</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>A comparative evaluation of string similarity metrics for ontology alignment</article-title>
          .
          <source>Journal of Information &amp;Computational Science</source>
          <volume>12</volume>
          (
          <issue>3</issue>
          ),
          <volume>957</volume>
          {
          <fpage>964</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Yujian</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>A normalized levenshtein distance metric</article-title>
          .
          <source>IEEE transactions on pattern analysis and machine intelligence</source>
          <volume>29</volume>
          (
          <issue>6</issue>
          ),
          <volume>1091</volume>
          {
          <fpage>1095</fpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Zamazal</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Svatek</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>The ten-year ontofarm and its fertilization within the onto-sphere</article-title>
          .
          <source>Journal of Web Semantics</source>
          <volume>43</volume>
          ,
          <issue>46</issue>
          {
          <fpage>53</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>