<?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">The Role of Foundational Ontologies for Preventing Bad Ontology Design</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Stefan</forename><surname>Schulz</surname></persName>
							<affiliation key="aff0">
								<orgName type="department" key="dep1">Institute for Medical Informatics</orgName>
								<orgName type="department" key="dep2">Statistics and Documentation</orgName>
								<orgName type="institution">Medical University of Graz</orgName>
								<address>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">AVERBIS GmbH</orgName>
								<address>
									<settlement>Freiburg</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff2">
								<orgName type="department" key="dep1">Institute for Medical Informatics</orgName>
								<orgName type="department" key="dep2">Statistics and Documentation</orgName>
								<orgName type="institution">Medical University of Graz</orgName>
								<address>
									<addrLine>Auenbruggerplatz 2/V</addrLine>
									<postCode>8036</postCode>
									<settlement>Graz</settlement>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">The Role of Foundational Ontologies for Preventing Bad Ontology Design</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">01E243E0427657A36931B1076B4288AD</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:43+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>Foundational ontologies</term>
					<term>description logics</term>
					<term>quality assurance</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Ontology engineering is error-prone, and many published ontologies suffer from quality problems. This paper initiates a discussion about how axiomatically rich foundational ontologies can contribute to prevent and to detect bad ontology design. Examples T-boxes are presented, and it is demonstrated how typical design errors can be detected by upper-level axioms, in particular disjoint class axioms, existential and value restrictions. However, debugging large domain ontologies under an expressive top level raises scalability issues. During domain ontology design this can be mitigated by using small random ontology modules for debugging. For reasoning in applications, however, less expressive variants of such foundational ontologies are necessary.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Constructing domain ontologies is a demanding endeavour. The formalization of basic regularities of a domain requires not only familiarity with the domain but also understanding of the basic principles of logic and formal ontology. This is especially the case if ontology engineering is understood not as building (closed-world) models limited to the support of well-delineated reasoning use cases in restricted domains, but as providing interoperable and re-usable (open world) representations of the domain itself. This is a basic principle stressed not only by the defenders of so-called realist ontologies <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref> but also by some (moderate) critics <ref type="bibr" target="#b2">[3]</ref>, which documents an increasing consensus on how to represent those areas of knowledge where people tend to agree on an observer-independent reality and benefit from standardised terms, such as in natural science and technology domains. An important tenet of these ontologies is collaborative ontology development and interoperability. Principles for this kind of ontology development have been formulated by the OBO Foundry consortium <ref type="bibr" target="#b3">[4]</ref> and within the Good Ontology Design (GoodOD) guidelines <ref type="bibr" target="#b4">[5]</ref>. Both propagate a concise foundational upper-level as a mainstay for interoperability, and there is also some evidence that foundational ontologiesdomain-independent top-level or domain-related upper-level ontologiesspeed up ontology development and improve quality <ref type="bibr" target="#b5">[6]</ref>. This paper is intended to initiate a discussion on how foundational ontologies can help prevent typical errors in domain ontologies. This is also the reason why prototypical, partly made-up but easily understandable examples are used.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Materials and Methods</head><p>The work is based on BioTopLite (BTL2), an upper-level ontology <ref type="bibr" target="#b6">[7]</ref>, linked to BFO <ref type="bibr" target="#b7">[8]</ref>, using description logics <ref type="bibr" target="#b8">[9]</ref> with OWL-DL expressiveness <ref type="bibr" target="#b9">[10]</ref>. BTL2 has been designed with the intent to provide a rich set of constraining axioms to enforce the consistency of ontologies modelled thereunder. Although BTL2 is, in principle, domainindependent, its content is geared to the domains of health care and biomedical research. This explains, e.g., the provision of more fine-grained classes for chemical and biological entities (e.g. 'mono molecular entity', organism, cell, population) as well as the disjunctive class condition, created in order to deal with the ontological heterogeneity of key medical concepts like diseases, signs, and symptoms. Fig. <ref type="figure" target="#fig_0">1</ref> provides Protégé screenshots of the class and relation hierarchies, together with sample axioms. Classes, relations (object properties) and selected axioms in BioTopLite2 (BTL2) <ref type="bibr" target="#b6">[7]</ref> In order to test and demonstrate how BTL2 axioms are useful for preventing ontology design errors, T-boxes with typical examples of bad modelling will be presented in order to challenge the underlying foundational ontology. Some of these examples are formulated very abstractly due to their high level of generality; others use terms from a specific domain but are still understandable for a broader public.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>BTL2 Classes BTL2 Relations BTL Axioms (examples)</head><p>Each T-box is modelled as an extension of BTL2. The HermIT <ref type="bibr" target="#b10">[11]</ref> reasoner was used to detect inconsistencies. The explanation of inconsistencies follows Protégé's OWL entailment explanation feature <ref type="bibr" target="#b11">[12]</ref>. The examples are provided together with their results in the following section. The presentation of the original OWL expressions, the entailments and their justifications is done in the following order:</p><p> SRC -Axioms from ontology source (known satisfiable).</p><p> CHA -New axioms added that challenge the satisfiability of SRC. Cases in which an axiom is only transiently added, are marked by CHA-T.  INF -Inference, in particular the detection of classes that are unsatisfiable w.r.t. the T-box constituted by SRC and CHA.  EXP -Explanations of INF, with axioms collected from the explanation plug-in <ref type="bibr" target="#b11">[12]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Results</head><p>Reasoning examples under BTL2 are presented, in which deliberately erroneous axioms lead to an incoherent ontology, i.e., where one or more named classes turn out to be unsatisfiable, i.e. necessarily empty w.r.t. the T-box. This is expected to be detected by a DL classifier. In the following, a distinction is made between five error types, viz. (1) simple category errors, (2) value restrictions and transitive role errors, (3) complex domain/range constraint errors, (4) physical granularity errors, and ( <ref type="formula" target="#formula_4">5</ref>) errors regarding unrealized realisables and non-referring information entities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Simple category errors</head><p>A category error occurs whenever a class is a taxonomic descendent of upper-level classes that are modelled as mutually exclusive (Disjoint Classes in OWL). Such errors typically occur when ontology mapping and alignment is guided by lexical criteria. For instance, when mapping content of the clinical ontology SNOMED CT <ref type="bibr" target="#b12">[13]</ref> (namespace sct:) to the foundational ontology BTL2 (namespace btl2:) one might be tempted to equate sct:Process with btl2:process and place 'sct: The origin of such category errors may be manifold. A common cause is misleading class labelling. Ontology labels should be context-independent and self-explanatory, and they should avoid ambiguous terms <ref type="bibr" target="#b13">[14]</ref>. A more severe problemlike herearises where the ontologies to be aligned fundamentally differ in upper level assumptions. In SNOMED CT, e.g., the subhierarchy 'sct:Qualifier Value (qualifier value)' is currently a badly organized reservoir for the most diverse terms, and the reason why hierarchies of pathological and physiological processes are placed therein remains unclear<ref type="foot" target="#foot_0">2</ref> .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Value restrictions and transitive roles</head><p>Value </p><p>Axiom like (2c) may fulfil their purpose in domain ontologies in which cells are the smallest objects, but as soon as smaller objects are allowed, the expression is inadequate assuming 'has part' being transitive. BTL2 obviates such a granularity restriction by stating that all material objects have subatomic particles as (transitive) parts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>3.3.</head><p>Complex domain / range restrictions Domain / range restrictions are a suitable means to avoid ontology errors. However, in ontologies that use a small number of object properties like BTL2, this resource may be not expressive enough. For instance, if the relations 'btl2:is part of' and 'btl2:has part' are valid for material objects, immaterial objects, as well as for processes and information objects, formulating just domain / range restrictions at the level of these relations would still be compatible with an (unintended) model in which an object is part of a process or vice versa. This is why BTL2 encodes these restrictions using axioms like the one in (3f). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>SRC</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.">Unrealised realisables and non-referring information entities</head><p>Realisable entities like functions and dispositions <ref type="bibr" target="#b15">[16]</ref> depend on material entities and are realised in processes. However, the existence of realisables does not imply their realisation: The function of a screwdriver is to drive screws, and the disposition of a glass is to break under certain circumstances, but as there are screwdrivers that are never used and glasses that are never thrown to the floor. Because for all types of functions and dispositions there are instances that have never been realised, ontologies have to deal with unrealised realisables, which could be, e.g., expressed by (5a).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>SRC</head><p>Unrealized_Function EquivalentTo btl2:function and not ('btl2:has realization' some owl:thing) (5a)</p><p>In order not to preclude the possibility that dispositions and functions happen to be never realised, ontologies under BTL2 should define them using the value restriction constructor: SRC btl2:function SubClassOf 'btl2:has realization' only btl2:process (5b) SRC Function_A EquivalentTo btl2:function and ('btl2:has realization' only Process_A)</p><formula xml:id="formula_1">(5c)</formula><p>Nevertheless, BTL2 does not reject a definition using an existential quantifier like in the following definition:</p><p>CHA Function_A EquivalentTo btl2:function and ('btl2:has realization' some Process_A)</p><formula xml:id="formula_2">(5d)</formula><p>Function_A would then exclude all unrealised function instances. Such a class (which might be considered anti-rigid <ref type="bibr" target="#b16">[17]</ref> if assuming that realisable entities are always unrealised when they come into existence) is most likely not intended by the modeller. The detection of these errors requires checking consistency after transiently adding axiom (5e).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>CHA-T btl2:function EquivalentTo Unrealized_Function</head><formula xml:id="formula_3">(5e) INF btl2:function EquivalentTo owl:Nothing (5f)</formula><p>The explanation is given by the conjunction of axioms (5a), (</p><p>The axiomatization of non-referring information entities follows the same pattern. Information entities can be referring and non-referring <ref type="bibr" target="#b17">[18]</ref>. A typical example is medical diagnosis <ref type="bibr" target="#b18">[19]</ref>. BTL2 here uses the relation represents. This relation connects information entities with domain entity they correctly characterise. This allows to distinguish wrong diagnoses from correct diagnoses. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>SRC</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>CHA-T Diagnosis EquivalentTo False_Diagnosis (5k) INF</head><p>Cancer_Diagnosis EquivalentTo owl:Nothing</p><p>The explanation is given by the conjunction of axioms (5h), (5i), and (5k).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Discussion and Further Work</head><p>It was shown how a highly axiomatised foundational ontology like BioTopLite (BTL2) can incorporate constraints that reject bad modelling decisions that lead to unsatisfiable classes. A distinction was made between those cases in which the upper level axioms suffice for detecting such inconsistencies and those in which additional "challenges", i.e. transiently added axioms are necessary. Most of the former cases capitalise on disjoint class axioms present in the upper level ontology. This comes near to the so-called logical anti-patterns introduced by <ref type="bibr" target="#b19">[20]</ref>, all of which require disjoint class axioms in order to detect inconsistencies. In contrast to the work presented, anti-patterns are very abstract logical expressions and independent of foundational ontologies. OntoClean <ref type="bibr" target="#b16">[17]</ref> was presented as a methodology for detecting improper subclass axioms based on philosophically inspired, domain-independent properties of classes, the metaproperties unity, identity and rigidity. Although DL reasoners do not support meta-level reasoning, it has to be investigated whether certain elements from OntoClean could also included in DL-based foundational ontologies, e.g. by reifying them in terms of additional top-level classes <ref type="foot" target="#foot_1">3</ref> .</p><p>Several limitations of this work have to be highlighted:  The typology presented is certainly non-exhaustive. It is primarily motivated by the author's experience and not yet by the relevance of those types of problems in ontologies employed in real-world applications. It could further be related to existing work in ontology evaluation, e.g., the OQuaRE framework <ref type="bibr" target="#b20">[21]</ref>.  The proposed approach will probably fail if application ontologies bypass the partition of upper categories of the foundational ontology or introduce new object properties that are not subproperties of the existing ones. The BTL2 authors claim that their inventory of object properties is close to sufficient and recommend to introduce predicates required by the domain (e.g., in the biomedical domain: treats, prevents, diagnoses, interacts, binds) not as object properties but as subclasses of btl2:process.  Important causes of bad ontology design cannot be prevented or remedied by a foundational ontology. This includes erroneous representation of individuals as classes or vice versa (a typical error would be an A-Box OWL expression like "SodiumAtom Type btl2:atom), bad naming and insufficient documentation, as well as constraints on a meta-class level like in OntoClean.  Constraining axioms similar to the proposed ones can be added to domain ontologies, e.g. to assure mereotopological non-overlapping <ref type="bibr" target="#b21">[22]</ref>.  Although BTL2 was used as a testbed, the proposed approach would lend itself to other ontologies as well. Especially BFO would benefit from a stronger axiomatization, as the most popular version, which is the umbrella of most OBO ontologies lacks axioms beyond subclass and disjoint class axioms. This deficiency has been addressed by the 2.0 version, which is, however, not fully available in OWL due to its use of ternary relations.  The fact that BTL2 uses the whole range of constructors allowed by OWL-DL has a negative impact on reasoning performance. This makes debugging of large ontologies intractable. This was the case when aligning SNOMED CT with BTL2 <ref type="bibr" target="#b22">[23]</ref>. The solution was to use small modules created from random</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 .</head><label>1</label><figDesc>Figure 1.Classes, relations (object properties) and selected axioms in BioTopLite2 (BTL2)<ref type="bibr" target="#b6">[7]</ref> </figDesc><graphic coords="2,121.92,377.72,122.32,252.64" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>restrictions (universal constraints expressed by "only" in OWL Manchester syntax) restrict the range of allowed role fillers. It is tempting to use value restrictions together with mereological statements, e.g. stating that all members of a class have only parts of a certain kind, like in the following example:</figDesc><table><row><cell>SRC</cell><cell>btl2:cell SubClassOf btl2:compound</cell><cell>(2a)</cell></row><row><cell>SRC</cell><cell>'cell culture' SubClassOf 'btl2:material object'</cell><cell>(2b)</cell></row><row><cell>CHA</cell><cell>'cell culture' SubClassOf and ('btl2:has part' some btl2:cell)</cell><cell>(2c)</cell></row><row><cell></cell><cell>and ('btl2:has part' only btl2:cell)</cell><cell></cell></row><row><cell>INF</cell><cell>'cell culture' EquivalentTo owl:Nothing</cell><cell>(2d)</cell></row><row><cell>EXP</cell><cell>'btl2:material object' SubClassOf 'btl2:has part' some</cell><cell>(2e)</cell></row><row><cell></cell><cell>'btl2:subatomic particle'</cell><cell></cell></row><row><cell>EXP</cell><cell>btl2:compound DisjointWith 'btl2:subatomic particle'</cell><cell>(</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">Processes, like all kinds of entities, may play the role of values in information models, e.g., "Infectious process". Their confusion with their referents, i.e. domain entities proper (an infectious process in a patient) is a classic case of use-mention confusion, which still haunts many domain ontologies<ref type="bibr" target="#b14">[15]</ref>, especially those deriving from frames, thesauri and other knowledge organization systems.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">Which would be orthogonal to the existing ones, e.g. 'rigid entity'‚ 'anti-rigid entity', 'whole'</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>signatures as described in <ref type="bibr" target="#b23">[24]</ref>. As a solution a two-step approach was proposed: (i) at design time using the rich foundational ontology for debugging random modules of a (large) domain ontology under construction, and (ii) at runtime placing the final domain ontology under a light version of the same foundational ontology for enabling efficient reasoning.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Bioinformatics and biological reality</title>
		<author>
			<persName><forename type="first">I</forename><surname>Johansson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Biomed Inform</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="page" from="274" to="287" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Ontological realism: A methodology for coordinated evolution of scientific ontologies</title>
		<author>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Ceusters</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Applied Ontology</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="139" to="188" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Adding a little reality to building ontologies for biology</title>
		<author>
			<persName><forename type="first">P</forename><surname>Lord</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stevens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PLoS one</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">9</biblScope>
			<biblScope unit="page">e12258</biblScope>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">The OBO Foundry: coordinated evolution of ontologies to support biomedical data integration</title>
		<author>
			<persName><forename type="first">M</forename><surname>Ashburner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Rosse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Bug</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Ceusters</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">J</forename><surname>Goldberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Eilbeck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ireland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Mungall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Consortium</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Leontis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rocca-Serra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Ruttenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">H</forename><surname>Sansone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Scheuermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">L</forename><surname>Shah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Whetzel</surname></persName>
		</author>
		<author>
			<persName><surname>Lewis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nature Biotechnology</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="page">1251</biblScope>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Seddig-Raufie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Grewe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Röhl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Schober</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Boeker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Jansen</surname></persName>
		</author>
		<ptr target="http://www.purl.org/goodod/guideline,2012" />
		<title level="m">Guideline on Developing Good Ontologies in the Biomedical Domain with Description Logics</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">The use of foundational ontologies in ontology development: an empirical assessment</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Keet</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Extended Semantic Web Conference</title>
				<meeting><address><addrLine>Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="321" to="335" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The BioTop family of upper level ontological resources for biomedicine</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Schulz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Boeker</surname></persName>
		</author>
		<author>
			<persName><surname>Martinez-Costa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Stud Health Technol Inform</title>
		<imprint>
			<biblScope unit="volume">235</biblScope>
			<biblScope unit="page" from="441" to="445" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Building Ontologies with Basic Formal Ontology</title>
		<author>
			<persName><forename type="first">R</forename><surname>Arp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Spear</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2015">2015</date>
			<publisher>MIT Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">The Description Logic Handbook, Second Edition</title>
		<editor>F. Baader</editor>
		<imprint>
			<date type="published" when="2010">2010</date>
			<publisher>Cambridge University Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><surname>W3c</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/owl2-overview/" />
		<title level="m">OWL2 Web Ontology Language</title>
				<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">HermiT: an OWL 2 reasoner</title>
		<author>
			<persName><forename type="first">B</forename><surname>Glimm</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Automated Reasoning</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="245" to="269" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Explanation of OWL entailments in Protégé 4</title>
		<author>
			<persName><forename type="first">M</forename><surname>Horridge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-401/iswc2008pd_submission_47.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Poster and Demonstration Session at the 7th International Semantic Web Conference</title>
				<meeting>the Poster and Demonstration Session at the 7th International Semantic Web Conference</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<ptr target="https://www.snomed.org/snomed-ct,2018" />
		<title level="m">SNOMED international</title>
				<imprint/>
	</monogr>
	<note>SNOMED CT</note>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Survey-based naming conventions for use in OBO Foundry ontology development</title>
		<author>
			<persName><forename type="first">D</forename><surname>Schober</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">E</forename><surname>Lewis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Kusnierczyk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lomax</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Mungall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">F</forename><surname>Taylor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rocca-Serra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Sansone</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BMC Bioinformatics</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">125</biblScope>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Against idiosyncrasy in ontology development</title>
		<author>
			<persName><forename type="first">B</forename><surname>Smith</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Frontiers in Artificial Intelligence and Applications</title>
		<imprint>
			<biblScope unit="volume">150</biblScope>
			<biblScope unit="page">15</biblScope>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Why functions are not special dispositions: an improved classification of realizables for top-level ontologies</title>
		<author>
			<persName><forename type="first">J</forename><surname>Röhl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Jansen</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">27</biblScope>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">An overview of OntoClean</title>
		<author>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">A</forename><surname>Welty</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook on ontologies</title>
				<meeting><address><addrLine>Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="151" to="171" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Higgs bosons, Mars missions, and unicorn delusions: How to deal with terms of dubious reference in scientific ontologies</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Brochhausen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Hoehndorf</surname></persName>
		</author>
		<idno>CEUR-WS</idno>
		<ptr target="http://ceur-ws.org/Vol-833/paper24.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proc. of ICBO 2011</title>
				<meeting>of ICBO 2011</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">833</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">An ontological analysis of reference in health record statements</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Martínez-Costa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Karlsson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Cornet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Brochhausen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Rector</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Formal Ontology in Inf. Systems</title>
				<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="289" to="302" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">A catalogue of OWL ontology antipatterns</title>
		<author>
			<persName><forename type="first">C</forename><surname>Roussey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Corcho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">M</forename><surname>Vilches-Blázquez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the fifth international conference on Knowledge capture</title>
				<meeting>the fifth international conference on Knowledge capture</meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">OQuaRE: A SQuaRE-based approach for evaluating the quality of ontologies</title>
		<author>
			<persName><forename type="first">A</forename><surname>Duque-Ramos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">T</forename><surname>Fernández-Breis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Aussenac-Gilles</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Research and Practice in Information Technology</title>
		<imprint>
			<biblScope unit="volume">43</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">159</biblScope>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">A T-Box generator for testing scalability of OWL mereotopological patterns</title>
		<author>
			<persName><forename type="first">M</forename><surname>Boeker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hastings</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Schober</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">OWLED 2011 -OWL Experiences and Directions. Eight International Workshop</title>
				<meeting><address><addrLine>San Francisco, California, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011-06-05">2011. June 5-6, 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Harmonizing SNOMED CT with BioTopLite: An Exercise in Principled Ontology Alignment</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Martínez-Costa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Stud Health Technol Inform</title>
		<imprint>
			<biblScope unit="volume">216</biblScope>
			<biblScope unit="page" from="832" to="836" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Can SNOMED CT be squeezed without losing its shape?</title>
		<author>
			<persName><forename type="first">P</forename><surname>López-García</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schulz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J Biomed Semantics</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page">56</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

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