<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>GMap Results for OAEI 2021?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Weizhuo Li</string-name>
          <email>liweizhuo@amss.ac.cn</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Shiqi Zhou</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Qiu Ji</string-name>
          <email>qiuji@njupt.edu.cn</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Bingjie Lu</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>School of Computer Science and Engineering, Southeast University</institution>
          ,
          <addr-line>Nanjing</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>School of Modern Posts, Nanjing University of Posts and Telecommunications</institution>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>State Key Laboratory for Novel Software Technology, Nanjing University</institution>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Zhejiang Lab</institution>
          ,
          <addr-line>HangZhou</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>GMap is an alternative probabilistic scheme for ontology matching, which combines the sum-product network and the noisy-or model. More precisely, we employ the sum-product network to encode the similarities based on the set of individuals and disjointness axioms. The noisy-or model is utilized to encode the probabilistic matching rules, which describe the influences among entity pairs across ontologies. This paper briefly introduces GMap and its results of two tracks (i.e., Conference, Anatomy) on OAEI 2021.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1.1</p>
    </sec>
    <sec id="sec-2">
      <title>Presentation of the system</title>
      <sec id="sec-2-1">
        <title>State, purpose, general statement</title>
        <p>
          The state of the art approaches have utilized probabilistic graphical models [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] for
ontology matching such as OMEN [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], iMatch [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], CODI [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] and MORW [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. However,
few of them could not guarantee inference tractable and ensure no loss in inference
accuracy. Therefore, these matching systems had to adopt approximate inference, so the
quality of alignments was influenced to some extend. In this paper, we propose an
alternative probabilistic scheme, called GMap, combining the sum-product network (SPN)
and the noisy-or model [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. Except for the tractable inference, these two graphical
models have some inherent advantages for ontology matching. For SPN, even if the
knowledge (e.g., individuals or disjointness axioms) is missing, SPN can also calculate their
contributions by the maximum a posterior (MAP) inference. For the noisy-or model,
it is reasonable to incorporate probabilistic matching rules to describe the influences
among entity pairs.
        </p>
        <p>
          Figure 1 shows the matching framework of GMap. Given two ontologies O1 and O2,
we first calculate the lexical similarity based on edit-distance, external lexicons and
TFIDF [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] with the max strategy. Then, we employ SPN to encode the similarities based on
individuals and disjointness axioms and calculate the contribution through Maximum
A Posteriori (MAP) inference [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. After that, we utilize the noisy-or model to encode
the probabilistic matching rules and the value calculated by SPN. With one-to-one
constraint and crisscross strategy in the refine module, GMap obtains initial alignments.
        </p>
        <p>The whole matching procedure of GMap is iterative. If there is no external mapping
identified, the process of matching will be terminated.</p>
        <p>O1
O2</p>
        <p>Computing
lexical
similarity</p>
        <p>Using SPN
to encode
individuals and
disjointness
axioms</p>
        <p>Using Noisy-Or
model to encode
probabilistic
matching rules</p>
        <p>Refining
matches</p>
        <p>Additional
matches
Identified?
Yes</p>
        <p>No</p>
        <p>O2</p>
        <p>O1</p>
      </sec>
      <sec id="sec-2-2">
        <title>The similarities based on individuals and disjointness axioms IIn open-world as</title>
        <p>sumption, individuals or disjointness axioms are missing at times. Therefore, we define
a special assignment—”Unknown ” of the similarities based on the set of individuals
and disjointness axioms.</p>
        <p>For individuals, we employ the string equivalent to judge the equality of them. When
we calculate the similarity of concepts based on individuals across ontologies, we regard
individuals of each concept as a set and use Ochiai coefficient5 to measure the value.
We use a boundary t to divide the value into three assignments (i.e., 1, 0 and Unknown ).
Assignment 1 (or 0) means that the pair matches (or mismatches). If the value ranges
between 0 and t or the individuals of one concept are missing, then the assignment is
set to Unknown.</p>
        <p>For disjointness axioms, we utilize these axioms and subsumption relations within
ontologies and define some rules to determine assignments of similarity. For example,
x1, y1 and x2 are concepts that come from O1 and O2. If x1 matches x2 and x1 is
disjoint with y1, then y1 is disjoint with x2 as well as their descendants. The similarity also
has three assignments. Assignment 1 (or 0) means the pair mismatches (or overlaps). If
all the rules are not satisfied, the assignment is Unknown.</p>
      </sec>
      <sec id="sec-2-3">
        <title>Using SPN to encode the similarities based on individuals and disjointness axioms</title>
        <p>
          Sum-Product Network is a directed acyclic graph with weighted edges, where variables
are leaves and internal nodes are sums and products [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. As shown in Figure 2, we
designed a sum-product network denoted by S to encode above similarities and calculate
the contributions. All the leaves in S, called indicators, are binary-value. M represents
the contribution of individuals and disjointness axioms and indicators M1, M2, M3
comprise all the assignments of it. M1 = 1 (or M2 = 1) means that the contribution
is positive (or negative). If M3 = 1, the contribution is Unknown. Similarly, Indicators
D0; D1; I1; I2; I3 correspond to assignments of the similarities based on the set of
individuals and disjointness axioms. The concrete assignment metrics are listed in Table
1–2 and the assignment metric of M is similar to the metric of similarity D.
5 https://en.wikipedia.org/wiki/Cosine similarity
        </p>
        <p>
          With the MAP inference in SPN [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], we can obtain the indicators’ value of
contribution M . Precisely, the MAP inference in SPN contains three steps. Firstly, replace
sum nodes with max nodes. Secondly, with the bottom-up method, each max node can
get a maximum weighted value. Finally, the downward pass starts from the root node
and recursively selects the highest-value child of each max node, then the indicators’
value of M are obtained. Moreover, even if the set of individuals or disjointness axioms
are missing at times, we can also calculate the contribution M by MAP inference.
Assumed I = 1, D =Unknown for one pair, we can obtain I1 = 1; I2 = 0; I3 = 0; D0 =
1; D1 = 1 with defined similarities and assignment metrics of SPN. As contribution M
is not given, so we need to set M1 = 1; M2 = 1; M3 = 1. After MAP inference, we
observe M1 = 1. It means that the contribution is positive. Besides, it can also infer
D0 = 1, which means the individuals of matching pair overlap.
        </p>
        <p>
          As the network S is complete and decomposable, the inference in S can be
computed in time linear in the number of edges [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. Therefore, MAP inference is tractable.
        </p>
      </sec>
      <sec id="sec-2-4">
        <title>Combining the lexical similarity and the contribution calculated by SPN Con</title>
        <p>sidering the range of lexical similarity, we introduce a scaling factor to limit the
contribution of lexical similarity. It can help us to analyze the sources from different
contributions. The SPN-based similarity denoted by S0 is defined in Eqs 1, which is
calculated according to the indicators’ value of M and D.
where is a contribution factor that represents the contribution based on disjointness
axioms and the set of individuals. If contribution is positive (or negative) and pair
overlaps, the SPN-based similarity is equal to the scaled lexical similarity adding
(subtracting) . If the contribution is Unknown and pair overlaps, the SPN-based similarity is
equal to the scaled lexical similarity. If the pair mismatches, then the inferred
contribution is negative and the SPN-based similarity is set to 0.0.</p>
      </sec>
      <sec id="sec-2-5">
        <title>Using Noisy-Or model to encode probabilistic matching rules As listed in Table</title>
        <p>3, we utilize probabilistic matching rules to describe the influences among the related
pairs across ontologies.</p>
        <p>ID
R1
R2
R3
R4
R5
R6</p>
        <p>
          Considering the matching probability of one pair, we observe that the condition
of each rule has two values (i.e., T or F) and all the matching rules are conditional
independent when the value of this pair is given. Moreover, all the matching rules are
conducive to improving the matching probability of this pair. Therefore, we utilize the
noisy-or model [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] to encode them.
        </p>
        <p>S0
S1
S2</p>
        <p>OR
...
S6
P (Si = 1|Ri) =
(0, Ri = F
i, Ri = T</p>
        <p>S</p>
        <p>6
P (S = 0|S0, R1, . . . , R6) = (1 0) Y(1 i)f(ci)</p>
        <p>i=1</p>
        <p>
          P (S = 1|S0, R1, . . . , R6) = 1 P (S = 0|S0, R1, . . . , R6)
There are two kinds of parameters that need to be set. One mainly comes from
networks, and it is set manually based on some considerations [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. The others are adapted
by I3CON data set6 such as scaling factor ( ), contribution factor ( ) in Eqs 1 and
threshold ( ). Nevertheless, we do not make any specific adaptation for OAEI 2021
evaluation campaign, and all parameters are the same for all the tracks.
The latest version of GMap in maven project can be downloaded by google drive 7,
which is implemented by MELT platform [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. In addition, GMap is also an open source
project in https://github.com/liweizhuo001/GMap1.1.
2
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>In this section, we present the results of GMap achieved on OAEI 2021. Our system
mainly focuses on Conference, Anatomy.
6 http://www.atl.external.lmco.com/projects/ontology/i3con.html
7
https://drive.google.com/file/d/1kq8ntRVQclFF-TZOb6AesqJZ7e0P</p>
      <p>h7F/view?usp=sharingand
2.1</p>
      <sec id="sec-3-1">
        <title>Conference</title>
        <p>Conference track contains sixteen ontologies from the conference organization domain.
According to the crisp evaluation based on the main (blind) reference alignment in
Conference Track, the results of GMap and other top-ranked matching systems are
listed in Table 4.</p>
        <p>
          Overall, GMap ranked 3rd of the 14 participants in terms of F1-Measure, which
outperforms others in recall except for AML, but its precision is lower than theirs.
There are mainly two reasons. One is the lexical similarity which combines the
similarities based on edit-distance, external lexicons and TF-IDF with the max strategy.
The other is the noisy-or model, which is hard to describe the negative effect on pairs
matching [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. Both of them would retain some false positive matches after the matching
finish. Especially in property pairs, even though their domains and ranges mismatch,
GMap can not describe this negative impact. Therefore, employing alignment
debugging techniques [
          <xref ref-type="bibr" rid="ref12 ref13 ref14 ref15 ref16 ref17 ref18">12–18</xref>
          ] are comparatively ideal solutions to deal with this issue.
2.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Anatomy</title>
        <p>The goal of the Anatomy track is to find an alignment between the Adult Mouse Anatomy
(2744 classes) and a part of the NCI Thesaurus (3304 classes). The results of GMap and
other top-ranked matching systems are listed in Table 5.</p>
        <p>As a result, GMap ranked 5th of the 13 participants in terms of F1-Measure. We
analyze that lexical-based module and simplified combination strategy may become the
main bottlenecks of GMap. Benefited from the thesauruses (e.g., UMLS) and optimized
combination strategy, most top-ranked systems can obtain better performances in
ontology matching tasks. As mentioned above, most systems (e.g., AML, LogMap) employ
the techniques of mapping validation, which is helpful to improve the quality of
alignment further. Relatively, these techniques are not employed in the current version, and
we leave this issue for future work.
3
3.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>General comments</title>
      <sec id="sec-4-1">
        <title>Comments on the results</title>
        <p>
          GMap [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] achieved qualified results in its second participation in OAEI, which is
competitive with several top-ranked systems in main OAEI tracks. Benefited from SPN and
the noisy-or model, the quality of alignment can be improved further compared with
the original lexical similarity. However, some weaknesses still remain. For example, the
alignment incoherence of GMap is still unsolved, which influences the performances of
GMap. In addition, it is important for us to consider the efficiency of GMap, such as
running time and memory usage tailored for large-scale ontologies.
3.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>Discussions on the way to improve the proposed system</title>
        <p>GMap still has a lot of room for improvement. Employing mapping validation
techniques is helpful to solve the alignment incoherent and reduce some false positive
matches in final alignments. In addition, seeking available data sets to learn
parameters of the sum-product network and the noisy-or model is also one direction of our
future works.
4</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>In this paper, we have presented GMap and its results of two tracks (i.e.,
Conference, Anatomy) on OAEI 2021. The results indicate that GMap is competitive with the
top-ranked systems by means of combining some special graphical models (i.e.,SPN,
Noisy-or model). On the other hand, for those disadvantages exposed, we discuss the
possible solutions. In the future, we would like to participate in more tracks (e.g.,
Multifarm, Complex, Interactive matching) and hope to solve the efficiency of large ontology
matching tasks.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>Daphne</given-names>
            <surname>Koller</surname>
          </string-name>
          and
          <string-name>
            <given-names>Nir</given-names>
            <surname>Friedman</surname>
          </string-name>
          .
          <article-title>Probabilistic graphical models: principles and techniques</article-title>
          . MIT press,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>Prasenjit</given-names>
            <surname>Mitra</surname>
          </string-name>
          , Natasha F Noy,
          <article-title>and Anuj Rattan Jaiswal</article-title>
          .
          <article-title>OMEN: A Probabilistic Ontology Mapping Tool</article-title>
          .
          <source>In Proceedings of the 4th International Semantic Web Conference</source>
          , pages
          <fpage>537</fpage>
          -
          <lpage>547</lpage>
          . Springer,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Sivan</given-names>
            <surname>Albagli</surname>
          </string-name>
          ,
          <article-title>Rachel Ben-Eliyahu-</article-title>
          <string-name>
            <surname>Zohary</surname>
          </string-name>
          , and Solomon E Shimony.
          <article-title>Markov network based ontology matching</article-title>
          .
          <source>Journal of Computer and System Sciences</source>
          ,
          <volume>78</volume>
          (
          <issue>1</issue>
          ):
          <fpage>105</fpage>
          -
          <lpage>118</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Mathias</given-names>
            <surname>Niepert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Christian</given-names>
            <surname>Meilicke</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Heiner</given-names>
            <surname>Stuckenschmidt</surname>
          </string-name>
          .
          <article-title>A Probabilistic-Logical Framework for Ontology Matching</article-title>
          .
          <source>In Proceedings of the 24th AAAI Conference on Artificial Intelligence</source>
          . AAAI Press,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Chuncheng</given-names>
            <surname>Xiang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Baobao</given-names>
            <surname>Chang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Zhifang</given-names>
            <surname>Sui</surname>
          </string-name>
          .
          <article-title>An Ontology Matching Approach Based on Affinity-Preserving Random Walks</article-title>
          .
          <source>In Qiang Yang and Michael J</source>
          . Wooldridge, editors,
          <source>Proceedings of the 24th International Join Conference on Artificial Intelligence</source>
          , pages
          <fpage>1471</fpage>
          -
          <lpage>1478</lpage>
          . AAAI Press,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>Weizhuo</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <article-title>Combining sum-product network and noisy-or model for ontology matching</article-title>
          .
          <source>In Proceedings of the 10th International Workshop on Ontology Matching</source>
          , pages
          <fpage>35</fpage>
          -
          <lpage>39</lpage>
          . CEUR-WS.org,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. Je´roˆme Euzenat and
          <string-name>
            <given-names>Pavel</given-names>
            <surname>Shvaiko</surname>
          </string-name>
          .
          <source>Ontology Matching. Springer Science &amp; Business Media</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>Hoifung</given-names>
            <surname>Poon and Pedro M. Domingos</surname>
          </string-name>
          .
          <article-title>Sum-Product Networks: A New Deep Architecture</article-title>
          .
          <source>In Proceedings of the 27th Conference on Uncertainty in Artificial Intelligence</source>
          , pages
          <fpage>337</fpage>
          -
          <lpage>346</lpage>
          . AUAI Press,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>Robert</given-names>
            <surname>Gens</surname>
          </string-name>
          and
          <string-name>
            <given-names>Domingos</given-names>
            <surname>Pedro</surname>
          </string-name>
          .
          <article-title>Learning the Structure of Sum-Product Networks</article-title>
          .
          <source>In Proceedings of The 30th International Conference on Machine Learning</source>
          , pages
          <fpage>873</fpage>
          -
          <lpage>880</lpage>
          . JMLR.org,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>Li</given-names>
            <surname>Ding</surname>
          </string-name>
          and
          <string-name>
            <given-names>Tim</given-names>
            <surname>Finin</surname>
          </string-name>
          .
          <article-title>Characterizing the semantic web on the web</article-title>
          .
          <source>In Proceedings of the 5th International Semantic Web Conference</source>
          , pages
          <fpage>242</fpage>
          -
          <lpage>257</lpage>
          . Springer,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Sven</surname>
            <given-names>Hertling</given-names>
          </string-name>
          , Jan Portisch, and
          <string-name>
            <given-names>Heiko</given-names>
            <surname>Paulheim</surname>
          </string-name>
          .
          <article-title>MELT - matching evaluation toolkit</article-title>
          .
          <source>In Semantic Systems. The Power of AI and Knowledge Graphs - 15th International Conference, SEMANTiCS 2019</source>
          , pages
          <fpage>231</fpage>
          -
          <lpage>245</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>Christian</given-names>
            <surname>Meilicke</surname>
          </string-name>
          .
          <article-title>Alignment incoherence in ontology matching</article-title>
          .
          <source>PhD thesis</source>
          , Universita¨tsbibliothek Mannheim,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Ernesto</surname>
          </string-name>
          <article-title>Jime´nez-Ruiz and Bernardo Cuenca Grau</article-title>
          .
          <article-title>LogMap: Logic-Based and Scalable Ontology Matching</article-title>
          .
          <source>In Proceedings of the 10th International Semantic Web Conference</source>
          , pages
          <fpage>273</fpage>
          -
          <lpage>288</lpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Emanuel</surname>
            <given-names>Santos</given-names>
          </string-name>
          , Daniel Faria, Catia Pesquita, and Francisco M Couto.
          <article-title>Ontology alignment repair through modularization and confidence-based heuristics</article-title>
          .
          <source>PloS one</source>
          ,
          <volume>10</volume>
          (
          <issue>12</issue>
          ):
          <fpage>1</fpage>
          -
          <lpage>19</lpage>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Weizhuo</surname>
            <given-names>Li</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Songmao</given-names>
            <surname>Zhang</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Guilin</given-names>
            <surname>Qi</surname>
          </string-name>
          .
          <article-title>A graph-based approach for resolving incoherent ontology mappings</article-title>
          .
          <source>Journal of Web Intelligence</source>
          ,
          <volume>16</volume>
          (
          <issue>1</issue>
          ):
          <fpage>15</fpage>
          -
          <lpage>35</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Silvana</surname>
            <given-names>Castano</given-names>
          </string-name>
          , Alfio Ferrara, Davide Lorusso,
          <article-title>Tobias Henrik Na¨th, and Ralf Mo¨ller. Mapping validation by probabilistic reasoning</article-title>
          .
          <source>In Proceedings of the 5th European Semantic Web Conference</source>
          , pages
          <fpage>170</fpage>
          -
          <lpage>184</lpage>
          . Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <given-names>Jan</given-names>
            <surname>Noessner</surname>
          </string-name>
          and
          <string-name>
            <given-names>Mathias</given-names>
            <surname>Niepert</surname>
          </string-name>
          .
          <article-title>ELOG: A probabilistic reasoner for OWL EL</article-title>
          .
          <source>In Proceedings of the 5th International Conference on Web Reasoning and Rule Systems</source>
          , pages
          <fpage>281</fpage>
          -
          <lpage>286</lpage>
          . Springer,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>Weizhuo</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <string-name>
            <given-names>Songmao</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <article-title>Repairing mappings across biomedical ontologies by probabilistic reasoning and belief revision</article-title>
          .
          <source>Knowledge-Based Systems</source>
          ,
          <volume>209</volume>
          :
          <fpage>106436</fpage>
          ,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>