<!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>Ten simple rules for biomedical ontology development</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Mélanie Courtot</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>EMBL-EBI Hinxton</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>UK mcourtot@gmail.com</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christopher J Mungall</string-name>
          <email>cjmungall@lbl.gov</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>FactBio Ltd Cambridge</institution>
          ,
          <country country="UK">UK</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Lawrence Berkeley National Laboratory Berkeley</institution>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <abstract>
        <p>-Biomedical ontology development is often a time and resource consuming endeavor. To maximize efficiency of the process, we present a set of 10 simple rules covering basic technical requirements such as scoping and versioning, while considering additional elements such as licensing and community engagement. When applied, the rules will help avoid common pitfalls and jump-start ontology building.</p>
      </abstract>
      <kwd-group>
        <kwd>ontology development</kwd>
        <kwd>tutorial</kwd>
        <kwd>rules</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Biomedical Ontologies are notoriously challenging and
laborious to develop, despite their uncontested usefulness for
data description, sharing and integration. As the amount of data
generated keeps increasing, ontologies are becoming a de facto
requirement for scientific creation and maintenance of datasets.
While advantages to using an ontology are many, it is not
straightforward for inexperienced users to choose which to use
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] before considering development of their own. Additionally,
there is often no single resource providing exactly what is
needed, and many biologists embark on a new ontology
building task without being fully aware of some basic notions
in ontology development. This paper seeks at documenting
some general rules and guide neophyte users towards practical
considerations for efficient biomedical ontology building.
      </p>
    </sec>
    <sec id="sec-2">
      <title>I. SET THE SCOPE FROM USERS’ NEEDS</title>
      <p>
        It is often very tempting to ‘dig in’, and start creating new
terms and organize them in a hierarchy. However before
proceeding with ontology development itself, it is crucial to
take a step back and consider the use cases the ontology is
attempting to address. Typically this is in the form of
competency questions [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] - queries which the ontology should
be able to satisfy in order to be considered correct and usable.
Building an ontology from the bottom up will ensure there is
coverage, i.e. the ‘terms’ required are present, but it will not
always ensure that the queries required are satisfiable. This
requires an understanding of those questions and from there
building in class descriptions and structure such that they can
be answered by the ontology.
      </p>
    </sec>
    <sec id="sec-3">
      <title>II. DO YOUR RESEARCH &amp; REUSE AS MUCH AS POSSIBLE</title>
      <p>
        When choosing to create a new resource, care should be
taken to reuse work done in the context of other efforts where
possible. While this introduces additional constrains such as
need to keep in sync or decisions about positioning and
modifications, the advantages of doing so greatly outweigh the
disadvantages. Reusing terms from other resources allows
developers to rely on the knowledge of domain experts who
curated them and to dedicate more work time for novel terms.
The Minimum Information to Reference an External Ontology
Term guidelines [3] specifies a mechanism to selectively
import a term from a source ontology into a target resource,
without the overhead of importing the whole external file. For
example, the Gene Ontology (GO, [4]) currently imports
selected terms from the Chemical Entities of Biological
Interest (ChEBI, [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]) to model physiological responses to
drugs. Avoiding duplication of resources additionally increases
interoperability: a single URI is created per term, preventing
the need for tedious mappings between terms with the same
meaning in different resources.
      </p>
      <p>III. PUBLISH THE ONTOLOGY LICENSE AND ATTRIBUTION MODEL</p>
      <p>When building an ontology, you should think about
licensing early on [6]. Indeed, licenses cannot be made more
restrictive; they can only be loosened towards a more
permissive one. Within the OBO Foundry [7], we chose to
recommend the Creative Commons licenses [8], specifically
CC-by, which requires attribution upon reuse. The OBO
Foundry only requires the original URIs be reused for
attribution, which prevents ‘attribution stacking’ : only the URI
need to be cited, without the need for adding extra citations to
individuals or projects. However other efforts such as Wikidata
[9] require resources be available under CC-0 (i.e. public
domain) for reuse, so the chosen license can and will impact
the usage that can be made of your resource. Proper attribution
will be important when trying to track usage, and can help
justify supporting it to funding agencies.</p>
    </sec>
    <sec id="sec-4">
      <title>IV. PROVIDE STABLE URIS &amp; VERSION YOUR ONTOLOGY</title>
      <p>While ontologies evolve through time, stability of
identifiers is a fundamental tenet of their life cycle. Each entity
described should have a unique identifier, and this identifier
should be stable through time [10]. When terms become
obsolete, a deprecation policy such as this of the GO [11]
should be followed. Using URLs as identifiers enables for their
dereferencing, i.e., resolution into human readable information
in a browser as well as RDF for machine in the background.
The adoption of the OBO Foundry ID policy by many OBO
library resources has enabled common tooling to be built, such
as Ontobee [12] which provides built-in dereferencing for
OBO resources.</p>
    </sec>
    <sec id="sec-5">
      <title>V. USE A VERSION CONTROL SYSTEM OR EQUIVALENT</title>
      <p>
        Version Control Systems (VCS) allow for storage of
ontologies and their versions in a common shared space, with a
history of all edits preserved in a transparent fashion. In the
world of software engineering, almost all software is developed
using a VCS, and we argue that the same should hold for
ontology engineering. In particular, we advocate for the use of
a publicly hosted VCS system, such as GitHub or GitLab.
These systems also provide mechanisms to help make stable
releases, as well as provide issue trackers and tools to allow the
wider community to interact with and comment on aspects of
the development process. Many ontology developers have
chosen to adopt a common folder structure with which to
organize project file, which helps users find things in
consistent places. Tools such as the ontology-starter-kit [
        <xref ref-type="bibr" rid="ref6">13</xref>
        ]
can help you bootstrap a project using a standard layout.
      </p>
    </sec>
    <sec id="sec-6">
      <title>VI. USE A COMMON METADATA SET</title>
      <p>
        Usage of common annotation properties allows tool
developers to rely on them to build their user interface, and
enables users to go back and check on the origin of the term
and what its intended meaning is, and/or contact the relevant
individual should they need more clarification about its usage.
While it is usually non controversial that at least a label and
definition be provided for each entity in the ontology, we found
that other properties are useful in providing documentation and
traceability. For example, source of the definition – such as a
PMID or web citation - is often useful to capture and provides
additional context for the term. Annotation properties should
be used to indicate evolution of the ontology: ‘replaced_by’
indicates one-to-one replacement of obsolete terms and can be
followed by scripts to update annotations for example, and
‘creation_date’ or ‘created_by’ can help audit the resource. A
common metadata set [
        <xref ref-type="bibr" rid="ref7">14</xref>
        ] has been proposed and is currently
used by many resources in the OBO Foundry. Other efforts
exist to formalize metadata, such as the Simple Knowledge
Organization System (SKOS) [
        <xref ref-type="bibr" rid="ref8">15</xref>
        ] and the Dublin Core (DC)
Metadata element set [
        <xref ref-type="bibr" rid="ref9">16</xref>
        ].
      </p>
    </sec>
    <sec id="sec-7">
      <title>VII. EVALUATE EARLY, OFTEN &amp; OPENLY</title>
      <p>
        Collecting datasets first will ensure the resource developed
fits the use case, and that there will be a gold standard against
which the ontology can ultimately be evaluated. Some tools,
such as the Ontology Lookup Service [
        <xref ref-type="bibr" rid="ref10">17</xref>
        ] allow calculating
deltas (or diffs) between ontologies to explore their
development, quality of content in terms of definitions, and
compliance with ontology development best practice. For
example, adherence to OBO Foundry principles [
        <xref ref-type="bibr" rid="ref11">18</xref>
        ] for
ontology best design can provide qualitative evaluation. For
external evaluation, other metrics can be useful to provide a
quantitative overview, such as number of classes, properties in
the ontology, or number of projects using the resource (as part
of their own ontology or to annotate their datasets), evolution
strategy, use of design patterns or domain interoperability. For
either kind of evaluation, publish your results alongside with
the ontology, pointing to the version that was being evaluated
and changes that were being made when performing sequential
evaluations.
      </p>
    </sec>
    <sec id="sec-8">
      <title>VIII. DOCUMENT YOUR DESIGN PATTERNS</title>
      <p>
        Consider the knowledge you are trying to describe. In many
cases in biology, a repetitive pattern can be seen. For example,
the transport of a protein process in GO includes a starting
point, an endpoint, a cargo, whether we are describing amino
acid import into cell or oligopeptide export from
mitochondrion. In the Ontology of Biomedical Investigations
[
        <xref ref-type="bibr" rid="ref12">19</xref>
        ], assays are described via their input, output, and their
evaluant (i.e., what is being measured). Using patterns for
defining logical axioms allows for fast addition of new classes
via script, as well as easier maintenance should the patterns be
updated. Uberon documents a variety of anatomical entity
design patterns on its wiki, and many of these are applicable to
other ontologies [
        <xref ref-type="bibr" rid="ref13">20</xref>
        ]. The GO and several other ontologies
including the Cell Type Ontology [
        <xref ref-type="bibr" rid="ref14">21</xref>
        ] already use standard
patterns to generate new terms via the TermGenie tool [
        <xref ref-type="bibr" rid="ref15">22</xref>
        ]. In
GO around 80% of new terms are added via this route. Other
tools such as Tawny OWL [
        <xref ref-type="bibr" rid="ref16">23</xref>
        ] and the ontology
PreProcessing Language [
        <xref ref-type="bibr" rid="ref17">24</xref>
        ], for example as implemented via
Webulous [
        <xref ref-type="bibr" rid="ref18">25</xref>
        ] are also available. A newer, simpler, version of
templates is being implemented, ‘Dead Simple OWL design
patterns’ (submitted). Adopting an upper level ontology can
help ensure that the hierarchy developed is compliant with
others which adhere to the same type of representation. This is
important in the context of reuse of resources, or to ensure easy
communication between developers. For example, ‘cancer’ can
refer to a disease or an aggregate of cells, which would be in
clearly separated areas of the ontology. Many upper ontologies
are available [
        <xref ref-type="bibr" rid="ref19">26</xref>
        ]. In the OBO Foundry, the Basic Formal
Ontology (BFO [
        <xref ref-type="bibr" rid="ref20">27</xref>
        ]) has been widely adopted.
      </p>
      <p>IX. MAKE ONTOLOGY AS DETAILED AS IT NEEDS TO BE. BUT NO</p>
      <p>FURTHER.</p>
      <p>
        Including users who understand the domain in question is
also a valuable consideration. While there are many, freely
available resources from which biomedical information can be
collected, some are more reliable than others. Crowd sourcing
such knowledge can be a productive method for collecting
knowledge for inclusion into an ontology [9] but expertise
from the biomedical domain in question is critical in ensuring
the validity of the ontology content. Care should also be taken
to capture the appropriate level of information. For example,
when describing a disease, is only the diagnosis needed, or
should the symptoms and signs be described as well? To
maximize effectiveness, a resource need to abide by the
Goldilocks principle [
        <xref ref-type="bibr" rid="ref21">28</xref>
        ] and capture just the right amount of
information.
      </p>
    </sec>
    <sec id="sec-9">
      <title>X. ENGAGE WITH THE COMMUNITY</title>
      <p>
        Finally, don’t be afraid to ask for help! There are many
places where to get help, starting with the trackers of the
resources you are interested in. The biomedical ontology
community is relatively small, and many developers have been
working together for a long time. While this means discussions
can sometimes become heated, it also implies a long shared
history and respect for each other’s work. The community
often comes together at yearly events such as the International
Conference on Biomedical Ontology, the International
Biocuration Conference or the Bio-ontology Special Interest
Group. General mailing lists, such as
public-semweblifesci@w3.org or obo-discuss@lists.sourceforge.net are also
good places where to engage with other users and developers.
Many other documents and blogs, such as Ontogenesis [
        <xref ref-type="bibr" rid="ref22">29</xref>
        ],
can also provide assistance. Engaging a wider community
means that in the longer-term more people may contribute, and
will help establish a community of editors that provides some
level of sustainability to the resource.
      </p>
    </sec>
    <sec id="sec-10">
      <title>CONCLUSION</title>
      <p>Building a new ontology can be a daunting task, and should
not be taken on lightly. Good ontology development requires
time and dedication, but if done correctly will provide
advantages in storing and analysing biomedical data.
Following a simple set of rules from early development on will
prevent unnecessary proliferation of custom resources which
are doomed to disappearing as their funding ends, and foster
building of interoperable community resources.</p>
    </sec>
    <sec id="sec-11">
      <title>ACKNOWLEDGMENTS MC was funded by EMBL-EBI core funds. The authors would like to thank Helen Parkinson for helpful comments and suggestions on the manuscript.</title>
      <p>[6] Science Commons - Ontology Copyright Licensing Considerations.</p>
      <p>Available from http:// sciencecommons.org/resources/readingroom/
ontology-copyright-licensing-considerations/, Accessed May 2016.
[7] OBO Foundry. OBO library. Available from http://obofoundry. org/,</p>
      <p>Accessed May 2016.
[8] Creative Commons. Creative commons licenses. Available from https:
//creativecommons.org/licenses/, Accessed May 2016.
[9] Elvira Mitraka, Andra Waagmeester, Sebastian
BurgstallerMuehlbacher, Lynn M. Schriml, Andrew I. Su, and Benjamin M. Good.
Wikidata: A platform for data integration and dissemination for the life
sciences and beyond. In Proceedings of the 8th International
Conference on Semantic Web Applications and Tools for Life Sciences
(SWAT4LS), 2015.
[11] GO Curator Guide. Available from http://wiki.geneontology.</p>
      <p>org/index.php/Curator_Guide:_Obsoletion. Accessed May 2016.
[12] Ontobee webserver. Available from http://www.ontobee.org. Accessed</p>
      <p>May 2016.
from
http://</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>James</given-names>
            <surname>Malone</surname>
          </string-name>
          , Robert Stevens, Simon Jupp, Tom Hancocks,
          <string-name>
            <given-names>Helen</given-names>
            <surname>Parkinson</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Cath</given-names>
            <surname>Brooksbank</surname>
          </string-name>
          .
          <article-title>Ten simple rules for selecting a bioontology</article-title>
          .
          <source>PLOS Comput Biol</source>
          ,
          <volume>12</volume>
          (
          <issue>2</issue>
          ):e1004743,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Kamal</given-names>
            <surname>Azzaoui</surname>
          </string-name>
          , Edgar Jacoby, Stefan Senger, Emiliano Cuadrado Rodr ́ıguez, Mabel Loza, Barbara Zdrazil, Marta Pinto,
          <string-name>
            <surname>Antony J Williams</surname>
          </string-name>
          , Victor de la Torre, Jordi Mestres, Manuel Pastor, Olivier Taboureau, Matthias Rarey, Christine Chichester, Steve Pettifer, Niklas Blomberg, Lee Harland, Bryn Williams- Jones, and Gerhard F Ecker.
          <article-title>Scientific competency questions as the basis for semantically enriched open pharmacological space development</article-title>
          .
          <source>Drug discovery today</source>
          ,
          <volume>18</volume>
          (
          <fpage>17</fpage>
          - 18):
          <fpage>843</fpage>
          -
          <lpage>52</lpage>
          , sep
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>M.</given-names>
            <surname>Courtot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Gibson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. L.</given-names>
            <surname>Lister</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Malone</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Schober</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. R.</given-names>
            <surname>Brinkman</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Ruttenberg</surname>
          </string-name>
          . MIREOT:
          <article-title>The minimum information to reference an external ontology term</article-title>
          .
          <source>Applied Ontology</source>
          ,
          <volume>6</volume>
          (
          <issue>1</issue>
          ):
          <fpage>23</fpage>
          -
          <lpage>33</lpage>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>M</given-names>
            <surname>Ashburner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C A</given-names>
            <surname>Ball</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J A</given-names>
            <surname>Blake</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D</given-names>
            <surname>Botstein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H</given-names>
            <surname>Butler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J M</given-names>
            <surname>Cherry</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A P</given-names>
            <surname>Davis</surname>
            , K Dolinski
          </string-name>
          ,
          <string-name>
            <given-names>S S</given-names>
            <surname>Dwight</surname>
            , J T Eppig
          </string-name>
          ,
          <string-name>
            <given-names>M A</given-names>
            <surname>Harris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D P</given-names>
            <surname>Hill</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L</given-names>
            <surname>Issel-Tarver</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A</given-names>
            <surname>Kasarskis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S</given-names>
            <surname>Lewis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J C</given-names>
            <surname>Matese</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J E</given-names>
            <surname>Richardson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M</given-names>
            <surname>Ringwald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G M</given-names>
            <surname>Rubin</surname>
          </string-name>
          , and
          <string-name>
            <given-names>G</given-names>
            <surname>Sherlock</surname>
          </string-name>
          .
          <article-title>Gene ontology: tool for the unification of biology</article-title>
          .
          <source>TheGeneOntologyConsortium.Naturegenetics</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ):
          <fpage>25</fpage>
          -
          <lpage>9</lpage>
          , may
          <year>2000</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Janna</given-names>
            <surname>Hastings</surname>
          </string-name>
          , Paula de Matos, Adriano Dekker, Marcus Ennis, Bhavana Harsha, Namrata Kale, Venkatesh Muthukrishnan, Gareth Owen, Steve Turner,
          <string-name>
            <given-names>Mark</given-names>
            <surname>Williams</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Christoph</given-names>
            <surname>Steinbeck</surname>
          </string-name>
          .
          <article-title>The ChEBI reference database and ontology for biologically relevant chemistry: enhancements for 2013</article-title>
          .
          <source>Nucleic acids research</source>
          ,
          <volume>41</volume>
          (Database issue):
          <fpage>D456</fpage>
          -63, jan
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [13]
          <article-title>Creating an ontology project, an update</article-title>
          .
          <source>Available</source>
          from https://douroucouli.wordpress.com/
          <year>2015</year>
          /12/16/creating
          <article-title>-an-ontologyproject-an-update/</article-title>
          .
          <source>Accessed May</source>
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [14]
          <article-title>Ontology metadata common set</article-title>
          . Available from http://informationartifact-ontology. googlecode.com/svn/releases/2015-02-23/ ontologymetadata.owl. Accessed May
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [15]
          <fpage>W3C</fpage>
          .
          <article-title>Simple Knowledge Organization System (SKOS)</article-title>
          . Available from http://www.w3.org/TR/2009/ REC-skos-reference-
          <volume>20090818</volume>
          /, Accessed May
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [16] Dublin Core Metadata Initiative. Dublin Core Metadata Element Set. Available from http://dublincore.org/documents/ dces/, Accessed May
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Olga</surname>
            <given-names>Vrousgou</given-names>
          </string-name>
          , Tony Burdett, Simon Jupp, and
          <string-name>
            <given-names>Helen</given-names>
            <surname>Parkinson</surname>
          </string-name>
          .
          <article-title>Biomedical ontology evolution in the embl-ebi ontology lookup service</article-title>
          .
          <source>In Proceedings of the Workshops of the EDBT/ICDT 2016 Joint Conference (EDBT/ICDT 2016)</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>OBO</given-names>
            <surname>Foundry</surname>
          </string-name>
          principles
          <article-title>- overview</article-title>
          . Available from http://obofoundry.org/principles/fp-000-summary.html. Accessed May
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>A</given-names>
            <surname>Bandrowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R</given-names>
            <surname>Brinkman</surname>
          </string-name>
          ,
          <string-name>
            <surname>M Brochhausen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>MH</given-names>
            <surname>Brush</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B Bug</given-names>
            ,
            <surname>MC Chibucos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K</given-names>
            <surname>Clancy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M</given-names>
            <surname>Courtot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D</given-names>
            <surname>Derom</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M</given-names>
            <surname>Dumontier</surname>
          </string-name>
          , et al.
          <article-title>The ontology for biomedical investigations</article-title>
          .
          <source>PloS one</source>
          ,
          <volume>11</volume>
          (
          <issue>4</issue>
          ):e0154556,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [20]
          <article-title>Uberon Design patterns</article-title>
          . Available from https://github. com/obophenotype/uberon/wiki/Manual#design-patterns.
          <source>Accessed May</source>
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Bard</surname>
          </string-name>
          , Jonathan, Seung Y Rhee,
          <article-title>and Michael Ashburner. “An Ontology for Cell Types</article-title>
          .”
          <source>Genome Biology 6.2</source>
          (
          <year>2005</year>
          )
          <article-title>: R21</article-title>
          .
          <source>PMC. Web. 30 June</source>
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Heiko</surname>
            <given-names>Dietze</given-names>
          </string-name>
          , Tanya Z Berardini, Rebecca E Foulger, David P Hill, Jane Lomax, David Osumi-Sutherland,
          <string-name>
            <given-names>Paola</given-names>
            <surname>Roncaglia</surname>
          </string-name>
          , and
          <string-name>
            <surname>Christopher</surname>
          </string-name>
          J Mungall.
          <article-title>Termgenie- a web-application for pattern-based ontology class generation</article-title>
          .
          <source>Journal of biomedical semantics</source>
          ,
          <volume>5</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>Phillip</given-names>
            <surname>Lord</surname>
          </string-name>
          .
          <article-title>The semantic web takes wing: Programming ontologies with tawny-owl</article-title>
          .
          <source>arXiv preprint arXiv:1303.0213</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Mikel</surname>
            <given-names>Egana</given-names>
          </string-name>
          , Alan Rector, Robert Stevens, and
          <string-name>
            <given-names>Erick</given-names>
            <surname>Antezana</surname>
          </string-name>
          .
          <article-title>Applying ontology design patterns in bio-ontologies</article-title>
          .
          <source>In Knowledge Engineering: Practice and Patterns</source>
          , pages
          <fpage>7</fpage>
          -
          <lpage>16</lpage>
          . Springer,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Simon</surname>
            <given-names>Jupp</given-names>
          </string-name>
          , Tony Burdett, Danielle Welter, Sirarat Sarntivijai, Helen Parkinson, and
          <string-name>
            <given-names>James</given-names>
            <surname>Malone</surname>
          </string-name>
          .
          <article-title>Webulous and the webulous google addon-a web service and application for ontology building from templates</article-title>
          .
          <source>Journal of Biomedical Semantics</source>
          ,
          <volume>7</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Wikipedia - Upper Ontology</surname>
          </string-name>
          . Available from https://en. wikipedia.org/wiki/Upper_ontology#Available_ontologies. Accessed May
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>P.</given-names>
            <surname>Grenon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Smith</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Goldberg</surname>
          </string-name>
          .
          <article-title>Biodynamic ontology: applying bfo in the biomedical domain</article-title>
          .
          <source>Studies in health technology and informatics</source>
          ,
          <volume>102</volume>
          :
          <fpage>20</fpage>
          -
          <lpage>38</lpage>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [28]
          <article-title>The Goldilocks principle</article-title>
          . Available from https://en.wikipedia.org/wiki/Goldilocks_principle,
          <source>Accessed June</source>
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>Phillip</given-names>
            <surname>Lord</surname>
          </string-name>
          . Ontogenesis. Available ontogenesis.knowledgeblog.org/, Accessed May
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>