<!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>AgreementMakerLight Results for OAEI 2014</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Daniel Faria</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Catarina Martins</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Amruta Nanavaty</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aynaz Taheri</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Catia Pesquita</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Emanuel Santos</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Isabel F. Cruz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Francisco M. Couto</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>ADVIS Lab, Department of Computer Science, University of Illinois at Chicago</institution>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Departamento de Informa ́tica, Faculdade de Cieˆncias, Universidade de Lisboa</institution>
          ,
          <country country="PT">Portugal</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>INESC-ID, Universidade de Lisboa</institution>
          ,
          <country country="PT">Portugal</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>LASIGE, Faculdade de Cieˆncias, Universidade de Lisboa</institution>
          ,
          <country country="PT">Portugal</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>AgreementMakerLight (AML) is an automated ontology matching framework based on element-level matching and the use of external resources as background knowledge. This paper describes the configuration of AML for the OAEI 2014 competition and discusses its results. Our goal this year was broadening the scope of AML by delving into aspects such as translation and structural matching, while reinforcing the key aspects behind its success last year (i.e., element-level matching, the use of background knowledge, and alignment repair). AML's participation in the OAEI 2014 was very successful, as it obtained the highest F-measure in 6 of the 8 ontology matching tracks.</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>
          AgreementMakerLight (AML) is an automated ontology matching system derived from
AgreementMaker [
          <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
          ] and developed to handle large ontology matching problems. It
combines the design principles of AgreementMaker (flexibility and extensibility) with a
strong focus on efficiency [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. Furthermore, it draws on the knowledge accumulated in
AgreementMaker by reusing and adapting several of its components, but also includes
a growing number of novel components.
        </p>
        <p>AML is primarily based on lexical matching techniques, with an emphasis on the use of
external resources as background knowledge. It also emphasizes alignment coherence,
featuring an improved alignment repair module.</p>
        <p>
          While initially AML was mainly focused on the biomedical domain, we have striven
to expand its scope throughout the last year, and it is now a general-purpose
ontology matching system. We have also moved towards full automation by employing a
general-purpose core matching strategy complemented with an automated background
knowledge selection algorithm [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
1.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Specific techniques used</title>
        <p>The AML workflow for the OAEI 2014 comprises nine different steps, as shown in
Figure 1: ontology loading and profiling, translation, baseline matching, background
knowledge matching, word and string matching, structural matching , property
matching, selection, and repair. The key differences from last year’s workflow are the
introduction of the translation and structural matching steps.</p>
        <p>Input
Ontologies</p>
        <p>OWL
Ontology
Loading &amp;
Profiling
Translation
Baseline
Matching</p>
        <p>BK
Matching</p>
        <p>Word &amp;</p>
        <p>String
Matching</p>
        <p>Structural
Matching</p>
        <p>Output
Alignment</p>
        <p>RDF
Repair
Selection
Property
Matching</p>
        <p>
          Ontology Loading &amp; Profiling AML employs the OWL API [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] to read the input
ontologies then retrieve the necessary information to populate its own data structures [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]:
– Class localNames, labels and synonym annotations are normalized and stored into
the Lexicon of the corresponding ontology. AML automatically derives new
synonyms for each name by removing leading and trailing stop words [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], and by
removing name sections within parenthesis.
– Property names, types, domains, and ranges are stored in the PropertyList of the
corresponding ontology.
– Relations between classes (including disjointness) and between properties are stored
in a global RelationshipMap.
        </p>
        <p>Note that AML currently does not store or use comments, definitions, or instances.
After loading, the matching problem is profiled taking into account the size of the
ontologies, their language(s), and the property/class ratio.</p>
        <p>
          Translation AML features an automatic translation module based on Microsoftr
Translator. When there is no significant overlap between the language(s) of the input
ontologies, AML employs this module to translate the names of all classes and
properties from the language(s) of the first ontology to those of the second and vice-versa.
The translation is done by querying Microsoft Translator for the full name (rather than
word-by-word). To improve performance, AML stores locally all translation results in
dictionary files, and queries the Translator only when no stored translation is found.
Baseline Matching AML employs an efficient weighted string-equivalence algorithm,
the Lexical Matcher [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], to obtain a baseline class alignment between the input
ontologies. The Lexical Matcher has been updated to handle multi-language ontologies, by
matching only class names in the same language.
        </p>
        <p>
          Background Knowledge Matching AML has available four sources of background
knowledge which can be used as mediators between the input ontologies: the Uber
Anatomy Ontology (Uberon) [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], the Human Disease Ontology (DOID) [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ], the
Medical Subject Headings (MeSH) [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], and the WordNet [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ].
        </p>
        <p>
          The WordNet is only used for small English language ontologies, as it is prone to
produce erroneous mappings in other settings. It is used through the JAWS API 1 and with
the Lexical Matcher. The remaining three background knowledge sources are tested
in all non-small single-language problems, by measuring their mapping gain over the
baseline alignment [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. When their mapping gain is very high ( 20%), they are used to
extend the Lexicons of the input ontologies [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]; otherwise, when it is above the
minimum threshold (2%) their alignment is merged with the baseline alignment.
Uberon and DOID are both used in OWL format, and each has an additional table of
pre-processed cross-references (in a text file). They can be used directly through the
cross-references or with the Lexical Matcher. MeSH is used as a stored Lexicon file,
which was produced by parsing the MeSH XML file, and is used only with the Lexical
Matcher.
        </p>
        <p>
          Word &amp; String Matching To further extend the alignment, AML employs a
wordbased similarity algorithm (the Word Matcher) and a string similarity algorithm (the
Parametric String Matcher) [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. The former is not used for very large ontologies,
because it is error prone. The latter is used globally for small ontologies, but only locally
for larger ones as it is time-intensive.
        </p>
        <p>For small ontologies, AML also employs the new Multi-Word Matcher, which matches
closely related multi-word names that have matching words and/or words with common
WordNet synonyms or close hypernyms.</p>
        <p>
          Structural Matching For small and medium-sized ontologies, AML also employs a
structural matching algorithm, called Neighbor Similarity Matcher, that is analogous to
AgreementMaker’s Descendants Similarity Inheritance algorithm [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. This algorithm
computes similarity between two classes by propagating the similarity of their matched
ancestors and descendants, using a weighting factor to account for distance.
Property Matching When the input ontologies have a high property/class ratio, AML
also employs the PropertyMatcher. This algorithm first ensures that properties have the
same type and corresponding/matching domains and ranges. If they do, it compares the
properties’ names by doing a full-name match and computing word similarity, string
similarity, and WordNet similarity.
1 http://lyle.smu.edu/ tspell/jaws/
Selection AML employs a greedy selection algorithm, the Ranked Selector [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], to
reduce the cardinality of the alignment. Depending on the size of the input ontologies, one
of three selection strategies is used: strict, permissive, or hybrid. In strict selection, no
concurrent mappings (i.e., different mappings for the same class/property) are allowed
and a strict 1-to-1 alignment is produced; in permissive selection, concurrent mappings
are allowed if their similarity score is exactly the same; in hybrid selection, up to two
mappings per class are allowed above 75% similarity, and permissive selection is
applied below this threshold.
        </p>
        <p>
          For very large ontologies, AML employs a selection variant that consists on combining
the (lexical) similarity between the classes with their structural similarity, prior to
performing ranked selection. This strategy enables AML to select mappings that “fit in”
structurally over those that are outliers but have a high lexical similarity.
In the interactive matching track, AML employs an interactive selection algorithm
which asks the user for feedback about mappings which are below a high similarity
threshold (70%) and have a significant variance (with regard to similarity) between
matching algorithms. The algorithm stops when a given threshold of negative answers
is reached. This algorithm is based on AgreementMaker’s user feedback module [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ].
Repair AML employs a heuristic repair algorithm to ensure that the final alignment is
coherent [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].
        </p>
        <p>For the interactive matching track, AML employs an interactive variant of this
algorithm, wherein the user is asked for feedback about the mappings selected for removal.
1.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Adaptations made for the evaluation</title>
        <p>The only adaptations made for the evaluation were the preprocessing of cross-references
from Uberon and DOID for use in the Anatomy and Large Biomedical Ontologies
tracks (due to namespace differences), and the precomputing of translations for the
Multifarm track (due to Microsoftr Translator’s query limit).
1.4</p>
      </sec>
      <sec id="sec-2-4">
        <title>Link to the system and parameters file</title>
        <p>AML is an open source ontology matching system and is available through GitHub
(https://github.com/AgreementMakerLight).
1.5</p>
      </sec>
      <sec id="sec-2-5">
        <title>Link to the set of provided alignments</title>
        <p>The alignments generated by AML for the OAEI 2014 are available at the SOMER
project page (http://somer.fc.ul.pt/).
2
2.1</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <sec id="sec-3-1">
        <title>Anatomy</title>
        <p>AML had the highest F-measure and recall this year (and all time) in this track,
registering a slight improvement over last year’s result (of 0.2%). This improvement was</p>
        <p>Precision Recall F-Measure Run Time
95.6%
91.3%
93.2%
73.5%
mainly due to the addition of MeSH as a background knowledge source.
2.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Benchmark 2.3</title>
      </sec>
      <sec id="sec-3-3">
        <title>Conference</title>
        <p>AML had a good performance in dog, ranking third in F-measure, but average
performances in the other two test suites. This difference is due to the fact that AML does not
handle ontology instances, which are present in the other two test suites, but not in dog.
AML ranked first in F-measure and recall, and second in precision this year, with a
considerable improvement (3% F-measure) over last year’s results. This improvement
is due to the refinements in the Word and String Matching step.
2.4
AML ranked first in F-measure, recall, and precision this year, with a considerable
improvement (7.2% F-measure) over last year’s result. This improvement is partially due
to the (non-interactive) refinements in the Word and String Matching step, but mainly
due to the refinement of the interactive selection algorithm. The latter is evidenced by
the fact that the difference between AML’s interactive and non-interactive performance
increased since last year (from 3 to 7.1% in F-measure) while the number of user
interactions was approximately the same.
2.5</p>
      </sec>
      <sec id="sec-3-4">
        <title>Large Biomedical Ontologies</title>
        <p>AML had the highest F-measure in all six tasks this year, and the highest F-measure of
all time in four of them. It improved substantially in all tasks, thanks to the addition of
new background knowledge sources (MeSH and DOID) and the refined selection step.
2.6</p>
      </sec>
      <sec id="sec-3-5">
        <title>Library</title>
        <p>AML ranked first in F-measure, precision and recall in this track, having the highest
F-measure of all time when using the new OWL conversion of the Library thesauri.
AML’s F-measure using the old OWL conversion was approximately the same as last
year, but it had a higher precision and a lower recall due to a more stringent selection
step. The improvement when using the new OWL conversion is due to the conversion’s
differentiation of skos:altLabel and skos:prefLabel. This effectively enables AML’s
lexical weighting scheme, which greatly improves its ability to score and select mappings.
2.7</p>
      </sec>
      <sec id="sec-3-6">
        <title>Multifarm</title>
        <p>AML had the highest F-measure and recall in both modalities of this track this year
(and the highest F-measure of all time) and also the highest precision in matching same
ontologies. These results show that, while simple, AML’s new translation module is
effective. The improvement over last year was dramatic, as last year AML did not perform
translation.
2.8</p>
      </sec>
      <sec id="sec-3-7">
        <title>Ontology Alignment for Query Answering</title>
        <p>AML ranked second and third in F-measure in this new track, when evaluated on the
original and repaired reference alignment respectively. While good, these results do
not reflect the fact that AML produced the best set of alignments for the Conference
ontologies used in this track, as the number of queries performed was too small to be
representative.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>General comments</title>
      <sec id="sec-4-1">
        <title>Comments on the results</title>
        <p>AML was very successful in this year’s evaluation, ranking first in F-measure in 6 of the
8 ontology matching tasks. Furthermore, AML improved substantially over last year’s
evaluation, overcoming several of its limitations. Throughout the past year, we have
striven to make AML a more complete ontology matching system while maintaining a
strong emphasis on efficiency, which is accurately depicted in the results.
3.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Discussions on the way to improve the proposed system</title>
        <p>The one key feature still missing from AML is handling (and matching) ontology
instances, so this is the aspect where it could improve the most. We are also interested in
enabling AML to read SKOS thesauri, to broaden its applicability.
3.3</p>
      </sec>
      <sec id="sec-4-3">
        <title>Comments on the OAEI test cases</title>
        <p>
          This year’s Large Biomedical Ontologies reference alignments marks a significant
improvement over previous years, as the use of a ‘soft’ repair (where mappings are flagged
rather than removed) makes the evaluation less biased [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
        </p>
        <p>Currently, our main concern about the evaluation is the (in)completeness of some of the
reference alignments, particularly in the Large Biomedical Ontologies and (to a lesser
degree) Anatomy tracks. Upon analyzing the alignment produced by AML for these
tracks, we observed that many of the false positives were in fact correct mappings that
were absent from the reference alignment. Incomplete reference alignments undermine
OAEI’s evaluation effort, so albeit cumbersome, completing them is paramount. On our
part, we will share with the track organizers the false positive mappings found by AML
that we deem to be true positives, upon a more extensive analysis.</p>
        <p>We would also like to comment on the fact that the Conference track’s reference
alignment 1 includes many mappings that are apparently erroneous (as they were removed
upon creating reference alignment 2). This is evidenced by the considerable drop in
precision between references 1 and 2 observed for all systems. While we see the merit
in a blind evaluation, we would expect that, if a partial reference alignment is provided
to systems, it be fully correct. This is especially relevant given that the reference
alignment 1 is used in several other OAEI tracks.</p>
        <p>Finally, while we recognize the importance of evaluating ontology alignment
applications, as per the new Query Answering track, we hope that in subsequent OAEI editions
this evaluation be more representative of the underlying alignments.
4</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>AML’s OAEI 2014 participation was a success, as it ranked first in F-measure in 6 of the
8 ontology matching tracks. This success reflects the effort put into the development of
AML throughout the last year, which focused on increasing efficiency and automation,
and particularly on expanding AML’s scope.
DF, CP, ES, CM and FMC were funded by the Portuguese FCT through the SOMER
project (PTDC/EIA-EIA/119119/2010) and the LASIGE Strategic Project (PEst-OE/
EEI/UI0408/2014). The research of IFC, AN and AT was partially supported by NSF
Awards CCF-1331800, IIS-1213013, IIS-1143926, and IIS-0812258 and by a
UICIPCE Civic Engagement Research Fund Award.</p>
      <p>We would like to thank Pedro do Vale, Joana Pinto, and Cla´udia Duarte for their
collaboration in developing AML.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>I. F.</given-names>
            <surname>Cruz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Palandri Antonelli</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Stroe</surname>
          </string-name>
          .
          <source>AgreementMaker: Efficient Matching for Large Real-World Schemas and Ontologies. PVLDB</source>
          ,
          <volume>2</volume>
          (
          <issue>2</issue>
          ):
          <fpage>1586</fpage>
          -
          <lpage>1589</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>I. F.</given-names>
            <surname>Cruz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Stroe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Caimi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fabiani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pesquita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Couto</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Palmonari</surname>
          </string-name>
          .
          <article-title>Using AgreementMaker to Align Ontologies for OAEI 2011</article-title>
          .
          <source>In ISWC International Workshop on Ontology Matching (OM)</source>
          , volume
          <volume>814</volume>
          <source>of CEUR Workshop Proceedings</source>
          , pages
          <fpage>114</fpage>
          -
          <lpage>121</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>I. F.</given-names>
            <surname>Cruz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Stroe</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Palmonari</surname>
          </string-name>
          .
          <article-title>Interactive user feedback in ontology matching using signature vectors</article-title>
          .
          <source>2012 IEEE 30th International Conference on Data Engineering</source>
          ,
          <volume>0</volume>
          :
          <fpage>1321</fpage>
          -
          <lpage>1324</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>I. F.</given-names>
            <surname>Cruz</surname>
          </string-name>
          and
          <string-name>
            <given-names>W.</given-names>
            <surname>Sunna</surname>
          </string-name>
          .
          <article-title>Structural alignment methods with applications to geospatial ontologies</article-title>
          .
          <source>Transactions in GIS</source>
          ,
          <volume>12</volume>
          (
          <issue>6</issue>
          ):
          <fpage>683</fpage>
          -
          <lpage>711</lpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>D.</given-names>
            <surname>Faria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pesquita</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Santos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. F.</given-names>
            <surname>Cruz</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Couto</surname>
          </string-name>
          .
          <article-title>Automatic Background Knowledge Selection for Matching Biomedical Ontologies</article-title>
          .
          <source>PLoS One</source>
          , In Press,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>D.</given-names>
            <surname>Faria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pesquita</surname>
          </string-name>
          , E. Santos,
          <string-name>
            <given-names>M.</given-names>
            <surname>Palmonari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. F.</given-names>
            <surname>Cruz</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Couto</surname>
          </string-name>
          .
          <article-title>The AgreementMakerLight Ontology Matching System</article-title>
          .
          <source>In OTM Conferences - ODBASE</source>
          , pages
          <fpage>527</fpage>
          -
          <lpage>541</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>M.</given-names>
            <surname>Horridge</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Bechhofer</surname>
          </string-name>
          .
          <article-title>The owl api: A java api for owl ontologies</article-title>
          .
          <source>Semantic Web</source>
          ,
          <volume>2</volume>
          (
          <issue>1</issue>
          ):
          <fpage>11</fpage>
          -
          <lpage>21</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>G. A.</given-names>
            <surname>Miller</surname>
          </string-name>
          .
          <article-title>WordNet: A Lexical Database for English</article-title>
          .
          <source>Communications of the ACM</source>
          ,
          <volume>38</volume>
          (
          <issue>11</issue>
          ):
          <fpage>39</fpage>
          -
          <lpage>41</lpage>
          ,
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>C. J.</given-names>
            <surname>Mungall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Torniai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. V.</given-names>
            <surname>Gkoutos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lewis</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Haendel</surname>
          </string-name>
          .
          <article-title>Uberon, an Integrative Multi-species Anatomy Ontology</article-title>
          .
          <source>Genome Biology</source>
          ,
          <volume>13</volume>
          (
          <issue>1</issue>
          ):
          <fpage>R5</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>S. J.</given-names>
            <surname>Nelson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. D.</given-names>
            <surname>Johnston</surname>
          </string-name>
          , and
          <string-name>
            <given-names>B. L.</given-names>
            <surname>Humphreys</surname>
          </string-name>
          .
          <article-title>Relationships in medical subject headings (mesh)</article-title>
          .
          <source>In Relationships in the organization of knowledge</source>
          , pages
          <fpage>171</fpage>
          -
          <lpage>184</lpage>
          . Springer,
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>C. Pesquita</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Faria</surname>
            , E. Santos, and
            <given-names>F. M.</given-names>
          </string-name>
          <string-name>
            <surname>Couto</surname>
          </string-name>
          .
          <article-title>To repair or not to repair: reconciling correctness and coherence in ontology reference alignments</article-title>
          .
          <source>In ISWC International Workshop on Ontology Matching (OM)</source>
          ,
          <source>CEUR Workshop Proceedings</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>C. Pesquita</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Faria</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Stroe</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Santos</surname>
            ,
            <given-names>I. F.</given-names>
          </string-name>
          <string-name>
            <surname>Cruz</surname>
            , and
            <given-names>F. M.</given-names>
          </string-name>
          <string-name>
            <surname>Couto</surname>
          </string-name>
          .
          <article-title>What's in a ”nym”? Synonyms in Biomedical Ontology Matching</article-title>
          .
          <source>In International Semantic Web Conference (ISWC)</source>
          , pages
          <fpage>526</fpage>
          -
          <lpage>541</lpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. E.
          <string-name>
            <surname>Santos</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Faria</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Pesquita</surname>
            , and
            <given-names>F. M.</given-names>
          </string-name>
          <string-name>
            <surname>Couto</surname>
          </string-name>
          .
          <article-title>Ontology alignment repair through modularization and confidence-based heuristics</article-title>
          .
          <source>arXiv:1307.5322</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>L. M. Schriml</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Arze</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Nadendla</surname>
            ,
            <given-names>Y.-W. W.</given-names>
          </string-name>
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Mazaitis</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Felix</surname>
            , G. Feng, and
            <given-names>W. A.</given-names>
          </string-name>
          <string-name>
            <surname>Kibbe</surname>
          </string-name>
          .
          <article-title>Disease Ontology: a backbone for disease semantic integration</article-title>
          .
          <source>Nucleic Acids Research</source>
          ,
          <volume>40</volume>
          (
          <issue>D1</issue>
          ):
          <fpage>D940</fpage>
          -
          <lpage>D946</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>