<!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>Inferring logical definitions using compound ontology matching</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Daniela Oliveira</string-name>
          <email>doliveira@lasige.di.fc.ul.pt</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Catia Pesquita</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LaSIGE, Departamento de Informa ́ tica, Faculdade de Cieˆ ncias, Universidade de Lisboa</institution>
          ,
          <addr-line>Campo Grande 1749-016</addr-line>
          ,
          <country country="PT">Portugal</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <abstract>
        <p>OBO logical definitions are a means to support the creation of integrated reference ontologies. In ontologies they exist for, logical definitions currently cover a small portion of classes, which limits the potential for integration. We present a novel preliminary strategy to derive logical definition candidates based on an ontology compound matching algorithm. Preliminary results show that this strategy is able to increase the coverage of logical definitions between 2 and 19%.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 INTRODUCTION</title>
      <p>
        The Open Biological and Biomedical Ontologies (OBO) Foundry
        <xref ref-type="bibr" rid="ref14">(Smith et al., 2007)</xref>
        is a collaborative initiative for establishing a set
of principles for ontology development in the biomedical domain.
Its goal is to support the creation of orthogonal interoperable
reference ontologies and OBO cross-products were created to
provide computable logical definitions for classes.
      </p>
      <p>
        Several of the current logical definitions present in the OBO
Foundry were obtained with the Open Bio-Ontology Language
(Obol)
        <xref ref-type="bibr" rid="ref7">(Mungall, 2004)</xref>
        . Obol has a fairly complex set of rules to
define ontology-specific grammars and generate potential logical
definitions, which have to be manually curated. It has been
applied in the improvement of phenotype ontologies
        <xref ref-type="bibr" rid="ref8">(Mungall et al.,
2010)</xref>
        and in the normalization of GO
        <xref ref-type="bibr" rid="ref9">(Mungall et al., 2011)</xref>
        . A
more recent approach, cross-products extension (CPE)
(
        <xref ref-type="bibr" rid="ref11">QuesadaMart´ınez et al., 2014</xref>
        ) has been applied to the GO.
      </p>
      <p>However, adding and maintaining these definitions requires a
significant amount of effort, which likely contributes to their
incomplete coverage. For instance, the logical definitions of the
three ontologies employed in this paper account for less than half
of the classes in the ontology (see Table 1).</p>
      <p>Ontology Classes Logical Definitions Proportion</p>
      <p>HP 28621 14059 49.1%
MP 28643 7694 26.9%
WBP 2290 957 41.7%
Table 1. Proportion of classes represented by logical</p>
      <p>definitions.</p>
      <p>This paper describes a preliminary strategy to derive logical
definitions candidates that is based on a novel algorithm used for the
creation of compound alignments. Our algorithm is centered around
a ternary compound mapping approach, which we define as a tuple
&lt;X, Y, Z, R, M&gt;, where X, Y and Z are classes from three distinct
ontologies, R is a relation established between Y and Z to generate
a class expression that is mapped to X via a mapping relation M.
Here, we consider the ontology to which X belongs to be the source
ontology, and the ontologies that define Y and Z to be the target
ontology 1 and 2, respectively. In this particular case the relation R
is always an intersection and the mapping M an equivalence.</p>
      <p>Due to the nature of the matching algorithm our strategy
only finds logical definitions for classes which are composed of
constructs from two different ontologies. This is the case of many
of the classes in the Human Phenotype Ontology which have
definitions that are composed of classes from the PATO and FMA
ontologies (see Figure 1). Our goal is to investigate whether our
proposed strategy is able to reliably find definitions which were
not obtained through previous methodologies, and where thus not
included in the available logical definitions.
2
2.1</p>
      <sec id="sec-1-1">
        <title>Ontologies</title>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>MATERIALS AND METHODS</title>
      <p>
        For creating and testing our algorithm we matched different
combinations (see Table 2) of the following OBO ontologies:
Cell Type (CL)
        <xref ref-type="bibr" rid="ref2">(Bard et al., 2005)</xref>
        , Foundational Model of
Anatomy (FMA)
        <xref ref-type="bibr" rid="ref12">(Rosse and Mejino, 2003)</xref>
        , Gene Ontology
- Biological Process (GO)
        <xref ref-type="bibr" rid="ref1">(Ashburner et al., 2000)</xref>
        , Human
Phenotype Ontology (HP)
        <xref ref-type="bibr" rid="ref6">(Ko¨hler et al., 2013)</xref>
        , Mammalian
Phenotype (MP)
        <xref ref-type="bibr" rid="ref15">(Smith et al., 2004)</xref>
        , Neuro Behaviour Ontology
(NBO)
        <xref ref-type="bibr" rid="ref4">(Gkoutos et al., 2012)</xref>
        , Phenotypic quality (PATO)
        <xref ref-type="bibr" rid="ref8">(Mungall
et al., 2010)</xref>
        , Uber Anatomy Ontology (UBERON)
        <xref ref-type="bibr" rid="ref5">(Haendel et al.,
2009)</xref>
        and Caenorhabditis elegans phenotype (WBP)
        <xref ref-type="bibr" rid="ref13">(Schindelman
et al., 2011)</xref>
        .
      </p>
      <p>These ontologies were downloaded from the OBO Foundry
(http://obo.sourceforge.net) in February 2015.
2.2</p>
      <sec id="sec-2-1">
        <title>Algorithm</title>
        <p>
          We developed a novel algorithm
          <xref ref-type="bibr" rid="ref10">(Oliveira and Pesquita, 2015)</xref>
          to
establish compound mappings integrated in AgreementMakerLight
(AML)
          <xref ref-type="bibr" rid="ref3">(Faria et al., 2014)</xref>
          ontology matching system. We compute
the confidence of the first step, based on the ratio of words of the
first target ontology classes’ labels that overlap with the words of
the labels of the classes of the source ontology, weighted by their
evidence content (i.e., the inverse log of their frequency in the
Oliveira et al
ontology’s vocabulary). In the second step, we filter out source
classes whose matches were below the threshold, and then match
the remaining ones based on their unmatched words in step 1,
to the second target ontology. To compute the confidence of this
second step, if the number of words of a certain label is higher than
the number of words of a target 2 ontology label we compare the
unmatched words to the each word of the target 2 terms. Else, if
the number of words of a certain label is lower than the number of
words of a target 2 ontology label we compare the unmatched words
to the each word of the source. Finally, the algorithm had a greedy
selection step, which selects the mapping with the highest similarity,
amongst the source classes with more than one mapping.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.3 Evaluation</title>
        <p>To evaluate our strategy we performed a manual analysis of the
results, where we classified mappings into three possible categories:
’Correct’, where the mapping is deemed correct and the source class
has no mapping in the logical definitions; ‘Conflict’, where the
mapping is potentially correct but the source class has a different
mapping in the logical definitions; and ‘Incorrect’, where the
mapping is deemed incorrect. We applied this to all mappings
created by using 0.5 as a threshold for step 1 and 0.9 for step 2.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3 RESULTS AND DISCUSSION</title>
      <p>The manual evaluations of the mappings (Table 2) reveals a
very low proportion of incorrect mappings, and an intermediate
proportion of conflicting mappings. Given the low error rate, we
consider our strategy to be suitable to the identification of candidate
logical definitions. However, we are also interested in ascertaining
whether our strategy can contribute with a signficant number of
novel definitions. In fact, the novel logical definitions represent a
percentual increase between 2 and 19%, which corresponds to more
than 800 new logical definitions for the three ontologies (see Table
3). This indicates that our strategy is able to find candidate logical
definitions which are missed by the currently employed methods.</p>
      <p>Correct Conflict
MP-CL-PATO 63.71 % 34.60 %
MP-GO-PATO 92.16 % 6.97 %</p>
      <p>MP-NBO-PATO 72.46 % 26.09 %
MP-UBERON-PATO 91.33 % 7.96 %</p>
      <p>WBP-GO-PATO 88.55 % 7.49 %
HP-FMA-PATO 77.82 % 15.56 %</p>
      <p>Table 2. Manual evaluation of results.</p>
      <p>Incorrect
1.69 %
0.87 %
1.45 %
0.70 %
3.96 %
6.61 %
Ontology New Mappings Logical Definitions % of Growth
HP 259 14059 1.84
MP 422 7694 5.48
WBP 182 957 19.02</p>
      <p>Table 3. Impact of the new mapping derived logical definitions.</p>
      <p>However, for some ontologies, the number of conflicting
mappings represents a greater proportion. Upon comparing the
novel mapping with the conflicting logical definition we have found
that in many cases this is due to similar PATO classes, whose
synonyms are hard to distinguish.</p>
    </sec>
    <sec id="sec-4">
      <title>4 CONCLUSION</title>
      <p>Our proposed strategy was able to successfully identify a significant
number of novel logical definitions candidates, with a low error rate.
Therefore, this new methodology could help expert curators expand
the current logical definitions. Although our current approach is
limited to logical definitions established by the intersection of
classes from two distinct external ontologies, we expect it can easily
be adapted to logical definitions that employ classes from the source
ontology and a single external ontology. In the future, we will also
explore how different similarity thresholds can affect the accuracy
and coverage of the obtained logical definitions.</p>
    </sec>
    <sec id="sec-5">
      <title>ACKNOWLEDGEMENTS</title>
      <p>The authors are grateful to Daniel Faria for his technical support.
This work was supported by FCT through funding of LaSIGE
Research Unit, ref.UID/CEC/00408/2013</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Ashburner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ball</surname>
            ,
            <given-names>C. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blake</surname>
            ,
            <given-names>J. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Botstein</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Butler</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cherry</surname>
            ,
            <given-names>J. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davis</surname>
            ,
            <given-names>A. P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dolinski</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dwight</surname>
            ,
            <given-names>S. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eppig</surname>
            ,
            <given-names>J. T.</given-names>
          </string-name>
          , et al. (
          <year>2000</year>
          ).
          <article-title>Gene Ontology: tool for the unification of biology</article-title>
          .
          <source>Nature genetics</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ),
          <fpage>25</fpage>
          -
          <lpage>29</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Bard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rhee</surname>
          </string-name>
          , S. Y., and
          <string-name>
            <surname>Ashburner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2005</year>
          ).
          <article-title>An ontology for cell types</article-title>
          .
          <source>Genome biology</source>
          ,
          <volume>6</volume>
          (
          <issue>2</issue>
          ),
          <fpage>R21</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Faria</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pesquita</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Santos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cruz</surname>
            ,
            <given-names>I. F.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Couto</surname>
            ,
            <given-names>F. M.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>AgreementMakerLight: A scalable automated ontology matching system</article-title>
          .
          <source>10th International Conference on Data Integration in the Life Sciences</source>
          <year>2014</year>
          (
          <article-title>DILS), page 29</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Gkoutos</surname>
            ,
            <given-names>G. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schofield</surname>
            ,
            <given-names>P. N.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Hoehndorf</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>The neurobehavior ontology: an ontology for annotation and integration of behavior and behavioral phenotypes</article-title>
          .
          <source>Int Rev Neurobiol</source>
          ,
          <volume>103</volume>
          ,
          <fpage>69</fpage>
          -
          <lpage>87</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Haendel</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gkoutos</surname>
            ,
            <given-names>G. G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>S. E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Uberon: towards a comprehensive multi-species anatomy ontology</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <article-title>Ko¨hler, S.,</article-title>
          <string-name>
            <surname>Doelken</surname>
            ,
            <given-names>S. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bauer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Firth</surname>
            ,
            <given-names>H. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bailleul-Forestier</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Black</surname>
            ,
            <given-names>G. C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brown</surname>
            ,
            <given-names>D. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brudno</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Campbell</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , et al. (
          <year>2013</year>
          ).
          <article-title>The Human Phenotype Ontology project: linking molecular biology and disease through phenotype data</article-title>
          .
          <source>Nucleic acids research</source>
          , page
          <year>gkt1026</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>Obol: integrating language and meaning in bio-ontologies</article-title>
          .
          <source>Comparative and functional genomics</source>
          ,
          <volume>5</volume>
          (
          <issue>6-7</issue>
          ),
          <fpage>509</fpage>
          -
          <lpage>520</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gkoutos</surname>
            ,
            <given-names>G. V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>C. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haendel</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>S. E.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Ashburner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          (
          <year>2010</year>
          ).
          <article-title>Integrating phenotype ontologies across multiple species</article-title>
          .
          <source>Genome biology</source>
          ,
          <volume>11</volume>
          (
          <issue>1</issue>
          ),
          <fpage>R2</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bada</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berardini</surname>
            ,
            <given-names>T. Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deegan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ireland</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Harris</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hill</surname>
            ,
            <given-names>D. P.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Lomax</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Cross-product extensions of the Gene Ontology</article-title>
          .
          <source>Journal of biomedical informatics</source>
          ,
          <volume>44</volume>
          (
          <issue>1</issue>
          ),
          <fpage>80</fpage>
          -
          <lpage>86</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Oliveira</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Pesquita</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          (
          <year>2015</year>
          ).
          <article-title>Compound matching of biomedical ontologies</article-title>
          .
          <source>In International Conference on Biomedical Ontology (ICBO)</source>
          (to appear).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Quesada-Mart</surname>
            ´ınez,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikroyannidi</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <article-title>Ferna´ndez-</article-title>
          <string-name>
            <surname>Breis</surname>
            ,
            <given-names>J. T.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Stevens</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Approaching the axiomatic enrichment of the Gene Ontology from a lexical perspective</article-title>
          .
          <source>Artificial intelligence in medicine.</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Rosse</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          and
          <string-name>
            <surname>Mejino</surname>
            ,
            <given-names>J. L.</given-names>
          </string-name>
          (
          <year>2003</year>
          ).
          <article-title>A reference ontology for biomedical informatics: the Foundational Model of Anatomy</article-title>
          .
          <source>Journal of biomedical informatics</source>
          ,
          <volume>36</volume>
          (
          <issue>6</issue>
          ),
          <fpage>478</fpage>
          -
          <lpage>500</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Schindelman</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandes</surname>
            ,
            <given-names>J. S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bastiani</surname>
            ,
            <given-names>C. A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yook</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Sternberg</surname>
            ,
            <given-names>P. W.</given-names>
          </string-name>
          (
          <year>2011</year>
          ).
          <article-title>Worm Phenotype Ontology: integrating phenotype data within and beyond the c. elegans community</article-title>
          .
          <source>BMC bioinformatics</source>
          ,
          <volume>12</volume>
          (
          <issue>1</issue>
          ),
          <fpage>32</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ashburner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosse</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bug</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ceusters</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldberg</surname>
            ,
            <given-names>L. J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eilbeck</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ireland</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mungall</surname>
            ,
            <given-names>C. J.</given-names>
          </string-name>
          , et al. (
          <year>2007</year>
          ).
          <article-title>The OBO Foundry: coordinated evolution of ontologies to support biomedical data integration</article-title>
          .
          <source>Nature biotechnology</source>
          ,
          <volume>25</volume>
          (
          <issue>11</issue>
          ),
          <fpage>1251</fpage>
          -
          <lpage>1255</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>C. L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldsmith</surname>
            ,
            <given-names>C.-A. W.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Eppig</surname>
            ,
            <given-names>J. T.</given-names>
          </string-name>
          (
          <year>2004</year>
          ).
          <article-title>The Mammalian Phenotype Ontology as a tool for annotating, analyzing and comparing phenotypic information</article-title>
          .
          <source>Genome biology</source>
          ,
          <volume>6</volume>
          (
          <issue>1</issue>
          ),
          <fpage>R7</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>