<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Ten simple rules for biomedical ontology development</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Mélanie</forename><surname>Courtot</surname></persName>
							<email>mcourtot@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="institution">EMBL-EBI Hinxton</orgName>
								<address>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">James</forename><surname>Malone</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">FactBio Ltd Cambridge</orgName>
								<address>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Christopher</forename><forename type="middle">J</forename><surname>Mungall</surname></persName>
							<email>cjmungall@lbl.gov</email>
							<affiliation key="aff2">
								<orgName type="institution">Lawrence Berkeley National Laboratory Berkeley</orgName>
								<address>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Ten simple rules for biomedical ontology development</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">FE0B5D46B7C3F886D6E619A9F9BF202E</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T10:52+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>ontology development</term>
					<term>tutorial</term>
					<term>rules</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><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></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>INTRODUCTION</head><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 <ref type="bibr" target="#b0">[1]</ref> 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>I. SET THE SCOPE FROM USERS' NEEDS</head><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 <ref type="bibr" target="#b1">[2]</ref> -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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>II. DO YOUR RESEARCH &amp; REUSE AS MUCH AS POSSIBLE</head><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 <ref type="bibr" target="#b2">[3]</ref> 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, <ref type="bibr" target="#b3">[4]</ref>) currently imports selected terms from the Chemical Entities of Biological Interest (ChEBI, <ref type="bibr" target="#b4">[5]</ref>) 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>III. PUBLISH THE ONTOLOGY LICENSE AND ATTRIBUTION MODEL</head><p>When building an ontology, you should think about licensing early on <ref type="bibr" target="#b5">[6]</ref>. Indeed, licenses cannot be made more restrictive; they can only be loosened towards a more permissive one. Within the OBO Foundry <ref type="bibr" target="#b6">[7]</ref>, we chose to recommend the Creative Commons licenses <ref type="bibr" target="#b7">[8]</ref>, 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 <ref type="bibr" target="#b8">[9]</ref> 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>IV. PROVIDE STABLE URIS &amp; VERSION YOUR ONTOLOGY</head><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 <ref type="bibr" target="#b9">[10]</ref>. When terms become obsolete, a deprecation policy such as this of the GO <ref type="bibr" target="#b10">[11]</ref> 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.</p><p>The adoption of the OBO Foundry ID policy by many OBO library resources has enabled common tooling to be built, such as Ontobee <ref type="bibr" target="#b11">[12]</ref> which provides built-in dereferencing for OBO resources.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>V. USE A VERSION CONTROL SYSTEM OR EQUIVALENT</head><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 <ref type="bibr" target="#b12">[13]</ref> can help you bootstrap a project using a standard layout.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>VI. USE A COMMON METADATA SET</head><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 <ref type="bibr" target="#b13">[14]</ref> 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) <ref type="bibr" target="#b14">[15]</ref> and the Dublin Core (DC) Metadata element set <ref type="bibr" target="#b15">[16]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>VII. EVALUATE EARLY, OFTEN &amp; OPENLY</head><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 <ref type="bibr" target="#b16">[17]</ref> 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 <ref type="bibr" target="#b17">[18]</ref> 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>VIII. DOCUMENT YOUR DESIGN PATTERNS</head><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 <ref type="bibr" target="#b18">[19]</ref>, 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 <ref type="bibr" target="#b19">[20]</ref>. The GO and several other ontologies including the Cell Type Ontology <ref type="bibr" target="#b20">[21]</ref> already use standard patterns to generate new terms via the TermGenie tool <ref type="bibr" target="#b21">[22]</ref>. In GO around 80% of new terms are added via this route. Other tools such as Tawny OWL <ref type="bibr" target="#b22">[23]</ref> and the ontology Pre-Processing Language <ref type="bibr" target="#b23">[24]</ref>, for example as implemented via Webulous <ref type="bibr" target="#b24">[25]</ref> 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 <ref type="bibr" target="#b25">[26]</ref>. In the OBO Foundry, the Basic Formal Ontology (BFO <ref type="bibr" target="#b26">[27]</ref>) has been widely adopted.</p><p>IX. MAKE ONTOLOGY AS DETAILED AS IT NEEDS TO BE. BUT NO 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 <ref type="bibr" target="#b8">[9]</ref> 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 [28] and capture just the right amount of information.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>X. ENGAGE WITH THE COMMUNITY</head><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 <ref type="bibr" target="#b27">[29]</ref>, 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></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>CONCLUSION</head><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></div>		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ACKNOWLEDGMENTS</head><p>MC was funded by EMBL-EBI core funds. The authors would like to thank Helen Parkinson for helpful comments and suggestions on the manuscript.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Ten simple rules for selecting a bioontology</title>
		<author>
			<persName><forename type="first">James</forename><surname>Malone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simon</forename><surname>Jupp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tom</forename><surname>Hancocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Helen</forename><surname>Parkinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Cath</forename><surname>Brooksbank</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PLOS Comput Biol</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">e1004743</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Scientific competency questions as the basis for semantically enriched open pharmacological space development</title>
		<author>
			<persName><forename type="first">Kamal</forename><surname>Azzaoui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Edgar</forename><surname>Jacoby</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stefan</forename><surname>Senger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Emiliano</forename><surname>Cuadrado Rodr Íguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mabel</forename><surname>Loza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Barbara</forename><surname>Zdrazil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marta</forename><surname>Pinto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Antony</forename><forename type="middle">J</forename><surname>Williams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Victor</forename><surname>De La Torre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jordi</forename><surname>Mestres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Manuel</forename><surname>Pastor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Olivier</forename><surname>Taboureau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matthias</forename><surname>Rarey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christine</forename><surname>Chichester</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Steve</forename><surname>Pettifer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Niklas</forename><surname>Blomberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lee</forename><surname>Harland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bryn</forename><surname>Williams-Jones</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gerhard</forename><forename type="middle">F</forename><surname>Ecker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Drug discovery today</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">17-18</biblScope>
			<biblScope unit="page" from="843" to="852" />
			<date type="published" when="2013-09">sep 2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">MIREOT: The minimum information to reference an external ontology term</title>
		<author>
			<persName><forename type="first">M</forename><surname>Courtot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Gibson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Lister</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Malone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Schober</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">R</forename><surname>Brinkman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ruttenberg</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Applied Ontology</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="23" to="33" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Gene ontology: tool for the unification of biology</title>
		<author>
			<persName><forename type="first">C A</forename><surname>Ashburner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J A</forename><surname>Ball</surname></persName>
		</author>
		<author>
			<persName><surname>Blake</surname></persName>
		</author>
		<author>
			<persName><surname>Botstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J M</forename><surname>Butler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A P</forename><surname>Cherry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Davis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S S</forename><surname>Dolinski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J T</forename><surname>Dwight</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M A</forename><surname>Eppig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D P</forename><surname>Harris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Hill</surname></persName>
		</author>
		<author>
			<persName><surname>Issel-Tarver</surname></persName>
		</author>
		<author>
			<persName><surname>Kasarskis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J C</forename><surname>Lewis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Matese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>E Richardson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G M</forename><surname>Ringwald</surname></persName>
		</author>
		<author>
			<persName><surname>Rubin</surname></persName>
		</author>
		<author>
			<persName><surname>Sherlock</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">TheGeneOntologyConsortium.Naturegenetics</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="25" to="29" />
			<date type="published" when="2000-05">may 2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">The ChEBI reference database and ontology for biologically relevant chemistry: enhancements for 2013</title>
		<author>
			<persName><forename type="first">Janna</forename><surname>Hastings</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paula</forename><surname>De Matos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Adriano</forename><surname>Dekker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marcus</forename><surname>Ennis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bhavana</forename><surname>Harsha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Namrata</forename><surname>Kale</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gareth</forename><surname>Venkatesh Muthukrishnan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Steve</forename><surname>Owen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mark</forename><surname>Turner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christoph</forename><surname>Williams</surname></persName>
		</author>
		<author>
			<persName><surname>Steinbeck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nucleic acids research</title>
		<imprint>
			<biblScope unit="volume">41</biblScope>
			<biblScope unit="page" from="D456" to="D463" />
			<date type="published" when="2013-01">jan 2013</date>
		</imprint>
	</monogr>
	<note>Database issue</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<ptr target="http://sciencecommons.org/resources/readingroom/ontology-copyright-licensing-considerations/" />
		<title level="m">Science Commons -Ontology Copyright Licensing Considerations</title>
				<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">OBO library</title>
		<author>
			<persName><surname>Obo Foundry</surname></persName>
		</author>
		<ptr target="http://obofoundry.org/" />
		<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Creative commons licenses</title>
		<ptr target="https://creativecommons.org/licenses/" />
		<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
		<respStmt>
			<orgName>Creative Commons</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Wikidata: A platform for data integration and dissemination for the life sciences and beyond</title>
		<author>
			<persName><forename type="first">Elvira</forename><surname>Mitraka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andra</forename><surname>Waagmeester</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sebastian</forename><surname>Burgstaller-Muehlbacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lynn</forename><forename type="middle">M</forename><surname>Schriml</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andrew</forename><forename type="middle">I</forename><surname>Su</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Benjamin</forename><forename type="middle">M</forename><surname>Good</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International Conference on Semantic Web Applications and Tools for Life Sciences (SWAT4LS)</title>
				<meeting>the 8th International Conference on Semantic Web Applications and Tools for Life Sciences (SWAT4LS)</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">for life science data</title>
		<author>
			<persName><forename type="first">Julie</forename><surname>Mcmurry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Juha</forename><surname>Muilu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michel</forename><surname>Dumontier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Henning</forename><surname>Hermjakob</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nathalie</forename><surname>Conte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Philipp</forename><surname>Gormanns</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Murat</forename><surname>Sariyar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Janna</forename><surname>Hastings</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alejandra</forename><surname>Gonzalez-Beltran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Niklas</forename><surname>Blomberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chris</forename><surname>Morris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jean-Karim</forename><surname>He Ŕiche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Melissa</forename><forename type="middle">A</forename><surname>Haendel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rafael</forename><forename type="middle">C</forename><surname>Jimenez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tony</forename><surname>Burdett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Philippe</forename><surname>Rocca-Serra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nicolas</forename><surname>Le Nove`re</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nick</forename><surname>Juty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Katherine</forename><surname>Wolstencroft</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simon</forename><surname>Jupp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wolfgang</forename><surname>Mu Ller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Donal</forename><forename type="middle">K</forename><surname>Fellows</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><forename type="middle">J</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Neil</forename><surname>Swainston</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Helen</forename><surname>Parkinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carole</forename><surname>Goble</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Johanna</forename><forename type="middle">R</forename><surname>Mcentyre</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Camille</forename><surname>Laibe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jacky</forename><forename type="middle">L</forename><surname>Snoep</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nicole</forename><surname>Washington</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Susanna-Assunta</forename><surname>Sansone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Natalie</forename><forename type="middle">J</forename><surname>Stanford</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jon</forename><forename type="middle">C</forename><surname>Ison</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alan</forename><forename type="middle">R</forename><surname>Williams</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christopher</forename><forename type="middle">J</forename><surname>Mungall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">James</forename><surname>Malone</surname></persName>
		</author>
		<ptr target="http://zenodo.org/record/18003" />
	</analytic>
	<monogr>
		<title level="m">10 Simple rules for design, provision, and reuse of persistent identifiers</title>
				<imprint>
			<date type="published" when="2015-05">May 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title/>
		<author>
			<persName><surname>Guide</surname></persName>
		</author>
		<ptr target="http://wiki.geneontology.org/index.php/Curator_Guide:_Obsoletion" />
		<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
		<respStmt>
			<orgName>GO Curator</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<ptr target="http://www.ontobee.org" />
		<title level="m">Ontobee webserver</title>
				<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<ptr target="https://douroucouli.wordpress.com/2015/12/16/creating-an-ontology-project-an-update/" />
		<title level="m">Creating an ontology project</title>
				<imprint/>
	</monogr>
	<note>an update</note>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<ptr target="http://information-artifact-ontology.googlecode.com/svn/releases/2015-02-23/ontology-metadata.owl" />
		<title level="m">Ontology metadata common set</title>
				<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<author>
			<persName><surname>W3c</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/2009/REC-skos-reference-20090818/" />
		<title level="m">Simple Knowledge Organization System (SKOS</title>
				<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<ptr target="http://dublincore.org/documents/dces/" />
		<title level="m">Dublin Core Metadata Element Set</title>
				<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
	<note>Dublin Core Metadata Initiative</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Biomedical ontology evolution in the embl-ebi ontology lookup service</title>
		<author>
			<persName><forename type="first">Olga</forename><surname>Vrousgou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tony</forename><surname>Burdett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Simon</forename><surname>Jupp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Helen</forename><surname>Parkinson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshops of the EDBT/ICDT 2016 Joint Conference (EDBT/ICDT</title>
				<meeting>the Workshops of the EDBT/ICDT 2016 Joint Conference (EDBT/ICDT</meeting>
		<imprint>
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<ptr target="http://obofoundry.org/principles/fp-000-summary.html" />
		<title level="m">OBO Foundry principles overview</title>
				<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">The ontology for biomedical investigations</title>
		<author>
			<persName><surname>Bandrowski</surname></persName>
		</author>
		<author>
			<persName><surname>Brinkman</surname></persName>
		</author>
		<author>
			<persName><surname>Brochhausen</surname></persName>
		</author>
		<author>
			<persName><surname>Brush</surname></persName>
		</author>
		<author>
			<persName><surname>Bug</surname></persName>
		</author>
		<author>
			<persName><surname>Mc Chibucos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Clancy</surname></persName>
		</author>
		<author>
			<persName><surname>Courtot</surname></persName>
		</author>
		<author>
			<persName><surname>Derom</surname></persName>
		</author>
		<author>
			<persName><surname>Dumontier</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PloS one</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page">e0154556</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<ptr target="https://github.com/obophenotype/uberon/wiki/Manual#design-patterns" />
		<title level="m">Uberon Design patterns</title>
				<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">An Ontology for Cell Types</title>
		<author>
			<persName><forename type="first">Jonathan</forename><surname>Bard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Seung</forename><forename type="middle">Y</forename><surname>Rhee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Ashburner</surname></persName>
		</author>
		<idno>PMC. Web. 30</idno>
	</analytic>
	<monogr>
		<title level="j">Genome Biology</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">R21</biblScope>
			<date type="published" when="2005-06">2005. June 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Termgenie-a web-application for pattern-based ontology class generation</title>
		<author>
			<persName><forename type="first">Heiko</forename><surname>Dietze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tanya</forename><forename type="middle">Z</forename><surname>Berardini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rebecca</forename><forename type="middle">E</forename><surname>Foulger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><forename type="middle">P</forename><surname>Hill</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jane</forename><surname>Lomax</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Osumi-Sutherland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paola</forename><surname>Roncaglia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christopher</forename><forename type="middle">J</forename><surname>Mungall</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of biomedical semantics</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">1</biblScope>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<title level="m" type="main">The semantic web takes wing: Programming ontologies with tawny-owl</title>
		<author>
			<persName><forename type="first">Phillip</forename><surname>Lord</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1303.0213</idno>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Applying ontology design patterns in bio-ontologies</title>
		<author>
			<persName><forename type="first">Mikel</forename><surname>Egana</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alan</forename><surname>Rector</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Erick</forename><surname>Antezana</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Knowledge Engineering: Practice and Patterns</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="7" to="16" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Webulous and the webulous google addon-a web service and application for ontology building from templates</title>
		<author>
			<persName><forename type="first">Simon</forename><surname>Jupp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tony</forename><surname>Burdett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Danielle</forename><surname>Welter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sirarat</forename><surname>Sarntivijai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Helen</forename><surname>Parkinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">James</forename><surname>Malone</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Biomedical Semantics</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">1</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<ptr target="https://en.wikipedia.org/wiki/Upper_ontology#Available_ontologies" />
		<title level="m">Wikipedia -Upper Ontology</title>
				<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Biodynamic ontology: applying bfo in the biomedical domain</title>
		<author>
			<persName><forename type="first">P</forename><surname>Grenon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Goldberg</surname></persName>
		</author>
		<ptr target="https://en.wikipedia.org/wiki/Goldilocks_principle" />
	</analytic>
	<monogr>
		<title level="j">Studies in health technology and informatics</title>
		<imprint>
			<biblScope unit="volume">102</biblScope>
			<biblScope unit="page" from="20" to="38" />
			<date type="published" when="2004-06">2004. June 2016</date>
		</imprint>
	</monogr>
	<note>The Goldilocks principle</note>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<title level="m" type="main">Ontogenesis</title>
		<author>
			<persName><forename type="first">Phillip</forename><surname>Lord</surname></persName>
		</author>
		<ptr target="http://ontogenesis.knowledgeblog.org/" />
		<imprint>
			<date type="published" when="2016-05">May 2016</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
