<!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>Semantic Similarity: A Key to Ontology Alignment</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Valerie Cross</string-name>
          <email>crossv@muohio.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Science and Software Engineering Department Miami University</institution>
          ,
          <addr-line>Oxford, OH 45056</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Many approaches to measure the similarity between concepts that exist in two different ontologies are used in the matchers of ontology alignment systems. These matchers belong to various categories depending on the context of the similarity measurement, such as lexical, structural, or extensional matchers. This paper presents a review of various forms of semantic similarity measures. Then it examines cross-ontological semantic similarity and how various OA systems have used these along with traditional semantic similarity measure on background knowledge sources. The use of mediating ontologies in ontology alignment also may incorporate the use of semantic similarity.</p>
      </abstract>
      <kwd-group>
        <kwd>Semantic similarity</kwd>
        <kwd>ontological similarity</kwd>
        <kwd>cross-ontological similarity</kwd>
        <kwd>ontology alignment</kwd>
        <kwd>information content</kwd>
        <kwd>mediating ontology</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>Similarity measurement, an important notion to compare two different objects,
determines how well they agree or match each other. Ambiguity exists in the meaning
of the word similarity because of its diverse use in many contexts such as biology,
statistics, and psychology. The term semantic similarity has been used to refer to
measures between lexical words. Natural language processing applications, such as
word sense disambiguation, text summarization, annotation, and information extraction
and retrieval have used numerous such measures [Budanitsky, 1999]. The growth of
the Semantic Web and the explosion of ontologies, the key knowledge representation
model for the Semantic Web, has renewed interest in measuring similarity. In this
paper, the context is ontology alignment (OA). An ontological similarity measure is a
special kind of semantic similarity measure that uses the structuring relationships
between concepts in an ontology to determine a degree of similarity between those
concepts. Semantic similarity is used to include similarity measures that use an
ontology’s structure or external knowledge sources to determine similarity between
entities within one ontology or between two different ontologies. They have become a
key to aligning ontologies in more sophisticated domains such as biomedical. Most of
the better performing current OA systems use some background knowledge source or
mediating ontology and semantic similarity measures to address where simple string
matching or other OA similarity measures fail at producing mappings.</p>
      <p>About 30 years ago, distance in a semantic network was simply the number of edges
in the path between two concepts [Rada 1989]. This distance is not sensitive to the
depth of the edge in the network. It assumed a weight of 1 for all edges regardless of
their hierarchical depth. This weakness has been the focus in [Wu and Palmer, 1994]
and [Leacock and Chodorow, 1998]. Several pieces of information about the edge are
used in determining the weight: its depth, density of edges at that depth, and strength
of connection between parent and child nodes. Edge weights are reduced farther down
the hierarchy and in dense parts of the graph where edges represent smaller distances.
Various methods are used to normalize and convert distances into semantic similarity.</p>
      <p>Another approach is based on the insight that conceptual similarity between two
ontology concepts is related to the amount of information they share [Resnik, 1995].
The more shared information, the more similar they are. Information content (IC) is a
measure of how specific a concept is in a given ontology, i.e., the more specific, the
higher its IC. In [Resnik, 1995], IC is calculated relative to a selected corpus and uses
a logarithmic function of the probability of the concept determined by its frequency of
occurrence in the corpus. Another method [Seco et al., 2004] uses the ontology structure
itself as a statistical resource; it needs no external corpus. An ontology is assumed to
be organized in a meaningful, structured way; the more descendants a concept has, the
less information it expresses. A concept’s IC is a logarithmic function of its number of
descendants and the maximum number of concepts in the ontology. In [Resnick, 1995]
similarity between two concepts is a function of the IC of the most specific ancestor to
both concepts in the hierarchy, i.e., their shared information. In [Jiang and Conrath,
1997] [Lin, 1998] semantic similarity is determined as a function of both the IC of each
individual concept with the amount of shared IC of the two concepts.</p>
      <p>Semantic similarity measures can also be determined from a set of features for each
concept. The parameterized ratio model of similarity [Tversky 1977] uses the ratio
between the cardinality of the intersection of their two sets and the sum of the
cardinality of this intersection and their set symmetric difference. Parameters on the set
differences depend on which concept is to be emphasized as the reference concept. The
Jaccard similarity measure [Jaccard, 1901] weights both set differences by 1 to produce
the ratio of the intersection cardinality over the union cardinality of the two sets. A
detailed discussion of semantic similarity is presented in [Cross, 2009].
3</p>
    </sec>
    <sec id="sec-2">
      <title>Measuring Concept Similarity between Different Ontologies</title>
      <p>OA research has typically focused on finding equivalences between two concepts in
different ontologies. OA techniques vary greatly depending both on what features, i.e.,
the schema, its instances, etc. and on what background knowledge sources such as
vocabularies or other ontologies, already existing alignments, free text and search
engines are used to determine the mappings [Shvaiko and Euzenat, 2013].</p>
      <p>Early on string edit distances between the concept labels were used by OA systems.
Later research developed more sophisticated similarity for use in OA matchers. The
foundation for many of OA matchers can be found in [Rodriguez and Egenhofer, 2003]
which relies on Tversky’s parameterized ratio model of similarity. These matchers
belong to various categories depending on the context of the similarity measurement,
such as lexical, structural, or extensional matchers [Sabou et al., 2008]. Determining
ontological similarity between entity classes a and b uses a matching process over
several different sets: synonym sets (w), semantic neighborhoods (n), and
distinguishing features (u). Distinguishing features are further classified into parts,
functions and attributes. The similarity formula is the same for each set and given as</p>
      <p>Sset-type(a,b)=[| A∩B|] / [|A∩B| + α(a,b) |A - B| + (1 – α(a,b)) |B - A|] for 0 ≤ α ≤ 1
where A and B are description sets for entity classes a and b and are specified by the
set-type = w, u, and n. The only variation to Tversky’s parameterized ratio model is the
setting of α which determines the importance of the non-common characteristics
between a and b. The α parameter is simply determined from the depth of the entities
within their respective ontologies. The parameter α is set to the ratio of the depth of a
over the sum of the depths of a and b. Using α parameter gives priority to the more
salient entity, i.e., the one with the greater depth. The overall similarity assessment of
a and b is based on a weighted aggregation of the individual matching components Sw,
Sn, and Su. Aggregation weights depend on the assessment of the importance of each
semantic component of the ontologies. Many current OA systems use this approach
with their matchers for various components or features of entities and then weight the
similarity of the individual matcher results either manually or through learning
methods. Some OA systems employ methods to automatically weight the matchers
based on an overall assessment of ontology similarity over these various kinds of sets
[Pirro and Talia, 2010] [Wang et al 2010].</p>
    </sec>
    <sec id="sec-3">
      <title>4 Semantic Similarity in OA Systems</title>
      <p>OA systems have used various semantic similarity measures in a single ontology
viewed as background knowledge source such as a thesaurus or mediating ontology.
Concepts from the source and target ontologies are mapped into the background
knowledge source. The following OA systems presented in order of their appearance
in the research literature have been described in [Cross et al., 2012] in more detail.
Recent OA systems use variations of semantic similarity seen in these earlier systems.</p>
      <p>OLA [Euzenat and Valtchev, 2003] uses the lexical similarity between a pair of
concept identifiers based on a set of terms for each identifier. Pairs of terms for each
identifier are located in WordNet. Their term similarity is calculated using a modified
Wu-Palmer measure. An aggregated similarity of proximity over all pairs of terms is
calculated. iMapper [Su et al., 2004] increases the similarity between two concepts
based on their distance in WordNet. The concepts are found in WordNet using their
labels. If two terms belong to the same WordNet synset, the path distance is 1.
Otherwise, the path length from each sense of one to each sense of the other is found
(Rada distance). The minimum of these lengths is the semantic distance between them.
If no path is found between them, they are unrelated and their similarity is not increased.
SAMBOdtf [Lambrix et al., 2008] has the WordNet matcher that finds synonyms for
concepts. If the concepts are not synonyms to the same WordNet concept, the hypernym
relationships between concepts is used to determine their similarity. A domain matcher
uses the UMLS. If both the source and target concepts are a synonym of the same
UMLS concept, then the domain knowledge matcher sets the similarity to 0.99;
otherwise the similarity is set to 0. ASMOV [Jean-Mary and Kabuka, 2008] checks if
strings are not identical for concept labels and if available, uses WordNet or UMLS.
Their lexical similarity is set to 0.99 if one label string is a synonym of the other. If
one is an antonym of the other, it is set to 0. If neither and both string labels are in
WordNet, it is set to Lin semantic similarity measure between the two.</p>
      <p>CIDER [Gracia and Mena, 2008] uses a modified version of a sense semantic
similarity measure to evaluate similarity between possible senses of a keyword and its
synonyms to disambiguate. Semantic similarity in the filtering of mappings is adapted
from the PowerMap WordNet based algorithm [Lopez et al. 2006]. The Wu-Palmer
measure is used. A directional similarity is used. The validity of a mapping between
concepts A and B is determined in both directions, B to A and A to B. The similarity
measure is binary and is a 1 if either direction similarity is a 1 and is based on
commonality between the synsets of each concept. UFOme [Pirro and Talia, 2010] uses
a set of matchers; many have been previously developed for numerous OA systems and
integrated into UFOme. The strategy predictor creates a mapping strategy by selecting
and ordering the matching components. One of its matchers, the WordNet matcher, is
similar to ASMOV’s matcher. It uses the Lin similarity between synsets of concept
terms when they do not map to the identical lexical concept in WordNet.</p>
      <p>Using a mediating ontology is similar to using a background knowledge source. The
difference if the OA system must use a simple matcher to quickly map source and target
concepts to the mediating ontology, typically domain specific. Both the source and
target ontologies are efficiently aligned to the mediating ontology OM to produce a set
of mappings MSM and MTM, respectively. In [Gross et al., 2011] [Cruz et al., 2011] a
set of mediated mappings MST is created based on an exact match on the concept in OM
both the source and target concepts map to. These mediated mappings may be used
when the OA process has not found direct mappings between the concepts in the two
ontologies. The Uberon ontology has been used as the mediating ontology in GOMMA
and AgreementMaker. An issue is both source and target concepts must map to the
identical concept in the mediating ontology. The Mediating Matcher with Semantic
Similarity (MMSS) was added as a new matcher to use semantic similarity measures
between the mapped concepts in OM even if no exact match exists [Cross et al., 2012].</p>
    </sec>
    <sec id="sec-4">
      <title>5 Conclusions and Possible Future Directions</title>
      <p>Semantic similarity has been reviewed and its important role in the ontology
alignment task has been emphasized. Tversky’s parameterized ratio model of similarity
has been discussed as fundamental to developing similarity measures between concepts
in different ontologies [Rodriguez and Egenhofer, 2003]. Although semantic similarity
measures are essential to the OA task, more research needs to be done to determine if
specific ones have better performance. The OA task should be used as a benchmark
for performance evaluations on existing and new measures.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Budanitsky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Lexical Semantic Relatedness and Its Application in Natural Language Processing</article-title>
          , Computer Systems Research Group,
          <source>Tech Report</source>
          , University of Toronto (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Cross</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Silwal</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morell</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Using a Reference Ontology with Semantic Similarity in Ontology Alignment</article-title>
          .
          <source>Proc. of Int. Conf.on Biomedical Ontologies (ICBO)</source>
          ,
          <source>Graz</source>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Cross</surname>
          </string-name>
          , V.:
          <article-title>Ontological Similarity. In Data Mining in Biomedicine Using Ontologies, Norwood</article-title>
          . MA:Artech House, ISBN-
          <volume>13</volume>
          :
          <fpage>978</fpage>
          -1-
          <fpage>59693</fpage>
          -370-
          <issue>5</issue>
          , pp.
          <fpage>23</fpage>
          -
          <lpage>43</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Cruz</surname>
            ,
            <given-names>I. F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stroe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caimi</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fabiani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pesquita</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Couto</surname>
            ,
            <given-names>F. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Palmonari</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Using AgreementMaker to Align Ontologies for OAEI 2011</article-title>
          . OM Workshop, ISWC (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          7.
          <string-name>
            <surname>Euzenat</surname>
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Valtchev</surname>
            ,
            <given-names>P.:</given-names>
          </string-name>
          <article-title>An integrative proximity measure for ontology alignment</article-title>
          .
          <source>Proc.ISWC-2003 Workshop Semantic Information integration</source>
          ,
          <source>(FL US)</source>
          , pp.
          <fpage>33</fpage>
          -
          <lpage>38</lpage>
          , (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          8.
          <string-name>
            <surname>Gracia</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mena</surname>
          </string-name>
          , E.:
          <article-title>Ontology Matching with CIDER: Evaluation Report for the OAEI 2008</article-title>
          ,
          <article-title>Proc. 3rd Ontology Matching worshop</article-title>
          , Karlruhe (DE),
          <fpage>pp140</fpage>
          -
          <lpage>146</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          9.
          <string-name>
            <surname>Gross</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hartung</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kirsten</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Rahm</surname>
          </string-name>
          , E.:
          <article-title>Mapping Composition for Matching Large Life Science Ontologies</article-title>
          .
          <source>In Proc. of Int. Conf. on Biomedical Ontologies</source>
          , pp
          <fpage>109</fpage>
          -
          <lpage>116</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          10.
          <string-name>
            <surname>Jaccard</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <article-title>Étude comparative de la distribution florale dans une portion des Alpes et des Jura</article-title>
          .
          <source>Bulletin del la Société Vaudoise des Sciences Naturelles</source>
          , Vol.
          <volume>37</volume>
          , pp.
          <fpage>547</fpage>
          -
          <lpage>579</lpage>
          (
          <year>1901</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          11.
          <string-name>
            <surname>Jean-Mary</surname>
            ,
            <given-names>Y.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kabuka</surname>
            ,
            <given-names>M.R.</given-names>
          </string-name>
          :
          <source>ASMOV: Results for OAEI</source>
          <year>2008</year>
          , OM Workshop (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          12.
          <string-name>
            <surname>Jiang</surname>
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Conrath</surname>
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Semantic similarity based on corpus statistics and lexical taxonomy</article-title>
          .
          <source>In: Proc. of the 10th Int. Conf. on Research on Computational Linguistics</source>
          ,
          <string-name>
            <surname>Taiwan</surname>
          </string-name>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          13.
          <string-name>
            <surname>Lambrix</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tan</surname>
          </string-name>
          , He, Liang, Qiang: SAMBO and
          <article-title>SAMBOdtf Results for the Ontology Alignment Evaluation Initiative</article-title>
          , 3rd International Workshop on Ontology Matching (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          14.
          <string-name>
            <surname>Leacock</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Chodorow</surname>
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Combining local context and WordNet similarity for word sense identification</article-title>
          .
          <source>In WordNet: An Electronic Lexical Database</source>
          , pp.
          <fpage>265</fpage>
          -
          <lpage>283</lpage>
          , Cambridge, MA: The MIT Press (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          15.
          <string-name>
            <surname>Lin</surname>
          </string-name>
          . D.:
          <article-title>An Information-theoretic Definition of Similarity</article-title>
          .
          <source>Proc. 15th International Conference on Machine Learning</source>
          , Madison, Wisconsin,
          <year>July 1998</year>
          , pp.
          <fpage>296</fpage>
          -
          <lpage>304</lpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          16.
          <string-name>
            <surname>Lopez</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sabou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Motta</surname>
          </string-name>
          , E.:
          <article-title>Powermap: Mapping the real semantic web on the Fly</article-title>
          .
          <source>In Proc. of 5th International Semantic Web Conference</source>
          , Athens, GA (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          17.
          <string-name>
            <surname>Pirro</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Talia</surname>
            <given-names>D.:</given-names>
          </string-name>
          <article-title>UFOme: an ontology mapping system with strategy prediction capabilities</article-title>
          .
          <source>Data Knowl.Eng. 69.5</source>
          ,
          <fpage>444</fpage>
          -
          <lpage>471</lpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          18.
          <string-name>
            <surname>Rada</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mili</surname>
            <given-names>H</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bicknell</surname>
            <given-names>E</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blettner</surname>
            <given-names>M</given-names>
          </string-name>
          :
          <article-title>Development and application of a metric on semantic nets</article-title>
          .
          <source>In: IEEE Transaction on Systems, Man, and Cybernetics</source>
          . 19. pp
          <fpage>17</fpage>
          -
          <lpage>3</lpage>
          (
          <year>1989</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          19.
          <string-name>
            <surname>Resnik</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Semantic Similarity in a Taxonomy: An Information-Based Measure and its Application to Problems of Ambiguity in Natural Language</article-title>
          .
          <source>Journal of Artificial Intelligence Research</source>
          Vol.
          <volume>11</volume>
          , pp.
          <fpage>95</fpage>
          -
          <lpage>130</lpage>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          20.
          <string-name>
            <surname>Rodriguez</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Egenhofer</surname>
            ,
            <given-names>M. J.</given-names>
          </string-name>
          :
          <article-title>Determining Semantic Similarity among Entity Classes from Different Ontologies</article-title>
          .
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          Vol
          <volume>15</volume>
          ,
          <source>Issue</source>
          <volume>2</volume>
          (
          <year>2003</year>
          ): p
          <fpage>442</fpage>
          -
          <lpage>456</lpage>
          (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          21.
          <string-name>
            <surname>Sabou</surname>
          </string-name>
          , M.,
          <string-name>
            <surname>d'Aquin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Motta</surname>
          </string-name>
          , E.:
          <article-title>Exploring the Semantic Web as Background Knowledge for Ontology Matching</article-title>
          .
          <source>J. Data Semantics</source>
          <volume>11</volume>
          : pp.
          <fpage>156</fpage>
          -
          <lpage>190</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          22.
          <string-name>
            <surname>Seco</surname>
            <given-names>N</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veale</surname>
            <given-names>T</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hayes</surname>
            <given-names>J.:</given-names>
          </string-name>
          <article-title>An intrinsic information content metric for semantic similarity in WordNet</article-title>
          . In: ECAI. pp
          <fpage>1089</fpage>
          -
          <lpage>1090</lpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          23.
          <string-name>
            <surname>Shvaiko</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Euzenat</surname>
          </string-name>
          , J.: Ontology Matching:
          <article-title>State of the Art and Future Challenges</article-title>
          .
          <source>IEEE Trans. Knowl. Data Eng</source>
          .
          <volume>25</volume>
          (
          <issue>1</issue>
          ): pp.
          <fpage>158</fpage>
          -
          <lpage>176</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          24.
          <string-name>
            <surname>Su</surname>
          </string-name>
          ,
          <article-title>Xiaomeng: Semantic Enrichment for Ontology Mapping</article-title>
          .
          <source>Ph.D. Thesis</source>
          , Dept. of Computer and Information Science, Norwegian University of Science and Technology (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          25.
          <string-name>
            <surname>Tversky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <source>Features of Similarity. Psychological Rev., 84</source>
          , pp.
          <fpage>327</fpage>
          --
          <lpage>352</lpage>
          (
          <year>1977</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          26.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Palmer</surname>
            ,
            <given-names>M:</given-names>
          </string-name>
          <article-title>Verb semantics and lexical selection</article-title>
          .
          <source>Proc. 32nd Annual Meeting of the Association for Computational Linguistics</source>
          , Las Cruces, New Mexico, pp
          <fpage>133</fpage>
          -
          <lpage>138</lpage>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>