<?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">Upper Ontologies in COLORE</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Michael</forename><surname>Gr Üninger</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Mechanical &amp; Industrial Engineering</orgName>
								<orgName type="institution">University of Toronto</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Carmen</forename><surname>Chui</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Mechanical &amp; Industrial Engineering</orgName>
								<orgName type="institution">University of Toronto</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Megan</forename><surname>Katsumi</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Mechanical &amp; Industrial Engineering</orgName>
								<orgName type="institution">University of Toronto</orgName>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Michael</forename><surname>Grüninger</surname></persName>
							<email>gruninger@mie.utoronto.ca</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Mechanical &amp; Industrial Engineering</orgName>
								<orgName type="institution">University of Toronto</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Upper Ontologies in COLORE</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">A596E3EBA97B9106C86B524401FADBAE</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T08:35+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>upper ontologies</term>
					<term>ontology design</term>
					<term>ontology verification</term>
					<term>modularization</term>
					<term>ontology repository</term>
					<term>COLORE</term>
					<term>DOLCE</term>
					<term>SUMO</term>
					<term>TUpperWare</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper explores an alternative vision for upper ontologies which is more effective at facilitating the sharability and reusability of ontologies. The notion of generic ontologies is characterized through the formalization of ontological commitments and choices. Ontology repositories are used to modularize ontologies so that any particular upper ontology is equivalent to the union of a set of generic ontologies. In this way, upper ontologies are not replaced but rather integrated with other theories in the ontology repository.</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>Within the applied ontology community, upper ontologies are widely recognized as tools to support the tasks of ontology design and semantic integration. In both of these tasks, the existence of unintended models (through an axiomatization that is too weak) or the omission of models (through an axiomatization that is too strong) can lead to serious problems. With semantic integration, for example, we must be able to guarantee that the inferences made with sentences exchanged between software applications are equivalent to the inferences made with respect to the applications' intended models -given some input the application uses these intended models to infer the correct output. The existence of unintended models can therefore prevent semantic integration.</p><p>Verifying that upper ontologies do not have unintended models (which can be ruled out with further axiomatization), and that they are not missing intended models, is therefore critical to the application of upper ontologies. This paper summarizes results about the application of the mathematical ontologies within the Common Logic Ontology Repository (COLORE) <ref type="foot" target="#foot_0">2</ref>  <ref type="bibr" target="#b6">[7]</ref> for the verification of upper ontologies, as well as the application of the generic ontologies within COLORE for the specification of mappings between upper ontologies and the design of new upper ontologies. After providing background material on the use of an ontology repository for the design and verification of upper ontologies, we review the extensive work that has been done in the verification and modularization of two upper ontologies, the Descriptive Ontology for Linguistic and Cognitive Engineering (DOLCE) <ref type="foot" target="#foot_1">3</ref> and Suggested Upper Merged Ontology (SUMO) <ref type="foot" target="#foot_2">4</ref> . We then show how the translation definitions used for the verification of the upper on-tologies allows for the automatic generation of direct semantic mappings between the ontologies themselves. We finish the paper with the design and verification of a new upper ontology based on the generic ontologies within COLORE, which will support the semantic integration of international standards.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Building Upper Ontologies within a Repository</head><p>Upper ontologies have traditionally arisen from the approach in which concepts that are common across a set of domains can be axiomatized at a general level. The rationale is that reuse across domains is to be supported through specialization of the general concepts from an upper ontology. Similarly, semantic integration between ontologies is to be achieved through the general concepts they specialize. The work of <ref type="bibr" target="#b7">[8]</ref> presented an alternative perspective (referred to as the sideways approach) to the conventional upper ontology paradigm. Rather than think of an upper ontology as a monolithic axiomatization centred on a taxonomy, the sideways approach considers an upper ontology to be a modular ontology composed of generic ontologies that cover concepts including those related to time, process, and space. The verification of the upper ontology follows from the verification of these generic ontologies, and the metalogical property known as reducibility.</p><p>In this section, we will review the basic principles of COLORE that are needed in order to characterize upper ontologies and their verification.The key techniques are based on the identification of the different relationships between ontologies -nonconservative extension for ontologies with the same signature, and synonymy for ontologies that have different signatures. We will later see how this supports the specification of mappings between upper ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Generic Ontologies</head><p>The basic organizational principle in COLORE is the notion of a hierarchy <ref type="bibr" target="#b6">[7]</ref>, which is a set of ontologies <ref type="foot" target="#foot_3">5</ref> with the same signature.</p><p>Within COLORE, there are many ontologies which axiomatize classes of mathematical structures such as orderings, graphs, groups, and geometries. In the hierarchies of such mathematical ontologies, the root theory axiomatizes an elementary class of structures, and in principle, we can consider any consistent extension of the root theory to axiomatize some subclass of the structures. On the other hand, COLORE also contains many ontologies that axiomatize generic domains such as time, process, space, and shape. How can we distinguish between generic ontologies (which are intuitively about concepts) and the mathematical ontologies?</p><p>The work of <ref type="bibr" target="#b7">[8]</ref> used the relationships among ontologies to propose necessary conditions for generic ontologies through a formalization of the notions of ontological commitments and ontological choices. While the ontological commitments are formalized by the set of axioms that are inherent in a particular generic concept, i.e. the assumptions a relation must satisfy to be referred to by the concept's name, ontological choices capture the idea that certain additional assumptions may be desirable in a particular domain or application, but which are not satisfied for all the various interpretations of the particular generic concept. In terms of COLORE, ontological commitments are axiomatized within the root theory of the hierarchy and the ontological choices are axiomatized by the trunk theories of the hierarchy.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Redefining Upper Ontologies</head><p>The central claim of <ref type="bibr" target="#b7">[8]</ref> is that an upper ontology is a reducible ontology that has a reduction whose reductive modules are all generic ontologies. Each upper ontology is therefore composed of a set of generic ontologies, and each generic ontology axiomatizes a particular set of generic concepts (e.g., the classes and relations relevant for time, process, and space).</p><p>This approach leads to two observations. First, the verification of an upper ontology leads to an understanding of the conceptual scope of the upper ontology as the set of generic ontologies that are its reductive modules. This in turn allows us to compare upper ontologies both in terms of coverage but also in terms of the axiomatizations of their generic ontology modules.</p><p>Whereas the above discussion focuses on the analysis of upper ontologies, the second observation that we can make is about the design of upper ontologies. New upper ontologies can be designed by the union of different generic ontologies that already exist within the ontology repository. We will apply this idea in the last section of this paper to design and evaluate a new upper ontology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Verification of Upper Ontologies</head><p>In this section, we review the work that has been done in ontology verification using COLORE, as applied to upper ontologies (DOLCE and SUMO) and related generic ontologies (e.g., OWL-Time). Through verification, we characterize the models of an ontology up to isomorphism. For upper ontologies, we do not do this directly, but rather we specify mappings between the upper ontology and existing mathematical ontologies in COLORE whose models have already been characterized up to isomorphism.</p><p>Definition 1 Let T 0 be a theory with signature Σ(T 0 ) and let T 1 be a theory with signature</p><formula xml:id="formula_0">Σ(T 1 ) such that Σ(T 0 ) ∩ Σ(T 1 ) = / 0. Translation definitions for T 0 into T 1 are conservative definitions in Σ(T 0 ) ∪ Σ(T 1 ) of the form ∀x p i (x) ≡ Φ(x) where p i (x) is a relation symbol in Σ(T 0 ) and Φ(x) is a formula in Σ(T 1 ).</formula><p>The key to this endeavour is the property of logical synonymy: two theories T 1 and T 2 are synonymous iff there exist two sets of translation definitions ∆ and Π, respectively from T 1 to T 2 and from T 2 to T 1 , such that T 1 ∪ Π is logically equivalent to T 2 ∪ ∆. By the results in <ref type="bibr" target="#b12">[13]</ref>, there is a bijection on the sets of models for synonymous theories. We can therefore characterize the models of the ontology being verified by demonstrating that the ontology is synonymous with a logical theory whose models we understand.</p><p>Ontology verification allows us to identify unintended models (and hence propose missing axioms) for the upper ontology, as well as identify omitted models (and hence recommend the removal of axioms) for the upper ontology. Of course, this immediately leads to the question of how we can determine that certain models of an upper ontology are unintended. Whereas domain ontologies (e.g., in bioinformatics and commerce) are often designed with respect to a set of semantic requirements and competency questions, upper ontologies are implicitly designed to support interoperability. Since generic ontologies form reductive modules of an upper ontology, the problem of identifying the unintended and omitted models of an upper ontology is equivalent to determining that certain models of a generic ontology are unintended. In the following, we will see how these ideas play out in the context of the generic ontologies for time and mereotopology within the SUMO and DOLCE upper ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">SUMO</head><p>SUMO <ref type="bibr" target="#b13">[14]</ref> is an open source formal foundational ontology axiomatizing, among others, general concepts such as those needed to represent temporal and spatial location, mereotopology, units of measure, objects and processes. As an upper ontology, it is expected to be used as a global reference for semantics, and its axiomatization reused in the construction of domain and application ontologies for automated reasoning in expressive languages. In addition to the main ontology, which contains about 4000 axioms, SUMO has been extended with a mid-level ontology and a number of domain specific ontologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.1.">SUMO-Time</head><p>The work of <ref type="bibr" target="#b10">[11]</ref> focused on the core axioms of the TEMPORAL subtheory covering the complete axiomatization of time through intervals and points, which was referred to as SUMO Time. In this subtheory, both timepoints and time intervals are elements of the domain, which is similar to the ontological commitments made by generic time ontologies such as OWL-Time and Endpoints.</p><p>The central result of <ref type="bibr" target="#b10">[11]</ref> is the verification of a nonconservative extension of SUMO-Time; that is, SUMO-Time was extended to a new ontology T sumo ordered timepoints ∪ T sumo timeintervals that is logically synonymous with the mathematical ontologies:</p><formula xml:id="formula_1">T bounded linear ordering 6 ∪ T strict graphical<label>7</label></formula><p>Without the additional axioms, this aforementioned Theorem cannot be proven, and this is equivalent to saying that there are unintended models of SUMO-Time. In this way, the verification of SUMO-Time in <ref type="bibr" target="#b10">[11]</ref> led to the identification of three classes of unintended models -models with a unique timepoint, models with partially ordered sets of timepoints (rather than linearly ordered sets), and models in which time intervals are temporal parts of timepoints. Three new axioms were proposed to eliminate these unintended models, and then the extended theory T sumo ordered timepoints ∪ T sumo timeintervals was verified, characterizing its models up to elementary equivalence.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.2.">SUMO-Mereotopology</head><p>SUMO also contains a subtheory that axiomatizes a part relation, together with other mereological relationships such as the sum, product, and difference of elements. The work of <ref type="bibr" target="#b11">[12]</ref> and <ref type="bibr" target="#b14">[15]</ref> provide a characterization of the models of this subtheory. As was the case with SUMO-Time, the verification led to the identification of unintended models, so that a nonconservative extension of SUMO was proposed. It also led to the identification of omitted models, that is, the axiomatization of SUMO eliminated intended models, namely, mereologies that are not equivalent to linear orderings. A proposal was made to weaken the axioms, and the resulting subtheory was shown to be synonymous the mereology T comp mereology .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">DOLCE</head><p>The Descriptive Ontology for Linguistic and Cognitive Engineering DOLCE <ref type="bibr" target="#b5">[6]</ref> [10] originated as part of the WonderWeb project <ref type="foot" target="#foot_6">8</ref> , which aimed to provide the infrastructure required for a large-scale deployment of ontologies intended to be the foundation for the Semantic Web. The work of <ref type="bibr" target="#b8">[9]</ref> was the first to demonstrate the consistency of the DOLCE upper ontology, but it only proved the existence of a model rather than provide a characterization of all of the models of DOLCE. <ref type="bibr" target="#b1">[2]</ref> and <ref type="bibr" target="#b2">[3]</ref> provide the verification of DOLCE. Unlike the case with SUMO, no unintended models were discovered, and hence no additional axioms were proposed. A wide range of mathematical ontologies are required to characterize the models of DOLCE.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">TUpperWare</head><p>As we observed earlier in the paper, new upper ontologies can be designed by the union of different generic ontologies that already exist within the ontology repository. In this section, we propose a verified ontology whose reductive modules are generic ontologies in COLORE.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Generic Ontology Modules</head><p>The goal for TUpperWare is to support the ontological analysis of relevant existing standards and to integrate the ontologies within those standards, in particular:</p><p>• ISO 18629 (PSL) <ref type="foot" target="#foot_7">9</ref>• OWL-Time<ref type="foot" target="#foot_8">10</ref> </p><p>• ISO 19150 (GeoSPARQL) <ref type="foot" target="#foot_9">11</ref> , ISO 19107 <ref type="foot" target="#foot_10">12</ref>• Semantic Sensor Network (SSN) Ontology <ref type="foot" target="#foot_11">13</ref>In this sense, TUpperWare will be a requirements-driven upper ontology -the axiomatization must be strong enough to interpret the intended semantics of the terminology of each of the participating standards. To this end, TUpperWare currently consists of the generic ontology modules shown in Table <ref type="table" target="#tab_0">1</ref>. The scope of TUpperWare is determined by the task of standards integration -each of the generic ontologies is needed to support one of the participating standards. Each of the generic ontologies is a reductive module of TUpperWare. There are no additional bridge axioms in a combined signature across these modules. The verification of TUpperWare is therefore trivial, being equivalent to the verification of each of the generic ontologies. TUpperWare also contains modules for reasoning about state designed using the methodology of <ref type="bibr" target="#b0">[1]</ref>, so that domain state ontologies and domain process ontologies are specified based on corresponding generic ontologies. For example, the location module T occupy within TUpperWare leads to the motion ontology (i.e. how location changes), the mereotopology of physical objects leads to the assembly ontology (i.e. how components of a physical object change), and the ontology of physical objects T opo leads to physical process ontology. This latter ontology includes the axiomatization of temporary parthood.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Modularization of Upper Ontologies</head><p>The reduction of a theory can also be used to decompose an ontology <ref type="bibr" target="#b6">[7]</ref>. If T is reducible to S 1 , ..., S n , then there exist subtheories T 1 , ..., T n such that each T i is synonymous with S i . Since T is a conservative extension of each T i , we refer to the subtheories as the reductive modules of T . We can therefore use the results from verification to modularize upper ontologies.</p><p>The verification of SUMO-Time led to its decomposition into two modules -T sumo ordered timepoints axiomatizes the linear ordering over timepoints, and T sumo timeintervals axiomatizes the relationship between timepoints and time intervals. An interesting outcome was a restructuring of SUMO-Time as the definitional extension of two modules, thus greatly simplifying the axiomatization.</p><p>The verification of DOLCE led to a modularization that was strikingly different from the modularization that was used in the consistency proof by <ref type="bibr" target="#b8">[9]</ref>. Rather than sets of axioms for relations such as constitution and temporary parthood, the reductive mod-ules of DOLCE are subtheories for classes of elements -perdurants, physical endurants, nonphysical endurants, and qualities.</p><p>On the other hand, the TUpperWare Ontology itself is explicitly designed in a modular fashion (i.e. by combining subtheories together); there is no need to modularize TUpperWare a posteriori. Table <ref type="table" target="#tab_1">2</ref> is a comparison of the modules of TUpperWare and the reductive modules of DOLCE. The primary differences between the modularization of the two ontologies arise from the way they treat space, shape, and location. Within DOLCE, these are treated as qualities, but it currently appears that this is a fundamentally different from the representation in TUpperWare.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Mappings between Upper Ontologies</head><p>The area of ontology mappings covers a diverse range of techniques <ref type="bibr" target="#b4">[5]</ref>. What do we mean by mappings between ontologies? First, we are specifying mappings between modules of the upper ontologies. Second, we are identifying synonymous subtheories of each pair of modules. Note that we are using the axioms alone -we are not using any prior intuitive understanding of the concepts involved.</p><p>Mappings between upper ontologies are automatically generated from the translation definitions used in the verification of the upper ontologies <ref type="bibr" target="#b3">[4]</ref>. Since each generic ontology is synonymous with a mathematical theory, we can exploit the transitivity of synonymy to compose mappings and identify the synonymous "images" within each hierarchy.</p><p>Suppose T 1 , T 2 are two different generic ontologies, and S 1 , S 2 are two mathematical ontologies in the same hierarchy such that T 1 is synonymous with S 1 and T 2 is synonymous with S 2 . By the definition of synonymy, there exist translation definitions</p><formula xml:id="formula_2">∆ 1 , Π 1 , ∆ 2 , Π 2 such that T 1 ∪ ∆ 1 |= S 1 S 1 ∪ Π 1 |= T 1 T 2 ∪ ∆ 2 |= S 2 S 2 ∪ Π 2 |= T 2</formula><p>These translation definitions can be combined in the following way to entail new theories</p><formula xml:id="formula_3">T 1 ∪ ∆ 1 ∪ Π 2 |= T 2 T 2 ∪ ∆ 2 ∪ Π 1 |= T 1</formula><p>where T 1 , T 1 are in the same hierarchy, and where T 2 , T 2 are in the same hierarchy. We can therefore show that T 1 and T 2 are synonymous, and T 2 and T 1 are synonymous. The relationship between the upper ontologies T 1 and T 2 is now equivalent to the relationship between T 1 and T 1 on the one hand, and the relationship between T 2 and T 2 on the other. Using the results from the previous section, the relationship of TUpperWare to other ontologies can easily be determined, since the mappings to DOLCE, SUMO are compositions of the mappings used in the verification of the generic ontologies. From translation definitions for SUMO-Time and the Process Specification Language (PSL) 14 , we can use this technique to generate the translation definitions directly between theories in the SUMO-Time and PSL Hierarchies:</p><formula xml:id="formula_4">(∀x) TimePoint(x) ≡ timepoint(x)<label>(1)</label></formula><p>(∀x) TimeInterval(x) ≡ timeinterval(x)</p><p>(∀x, y) begin(x, y) ≡ (begino f (x) = y)</p><p>(∀x, y) end(x, y) ≡ (endo f (x) = y)</p><p>(∀x, y, z) interval(x, y, z) ≡ (between(x, y) = z)</p><p>Figure <ref type="figure" target="#fig_0">1</ref> summarizes the results with the verification of generic time ontologies and time modules within upper ontologies. Figure <ref type="figure" target="#fig_0">1</ref>(a) shows the modules that axiomatize the ordering over timepoints, as well as the relationship between time intervals and timepoints. Figure <ref type="figure" target="#fig_0">1</ref>(b) shows the mereology of time intervals that is axiomatized in the upper ontologies. Note that DOLCE only axiomatizes the mereology over time intervals, and does not contain a distinction between time intervals and timepoints, and hence does not specify an ordering over temporal elements.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Summary</head><p>The "sideways" perspective, in which upper ontologies are composed of generic ontologies, has been proposed as a way of more effectively using upper ontologies to support semantic integration and ontology design. This approach has been successfully applied to the verification and modularization of existing upper ontologies (SUMO and DOLCE).</p><p>It is also being utilized in the design of a new upper ontology, TUpperWare, with the objective of semantically integrating a set of international standards. The design of TUp-perWare addresses important research questions for upper ontologies: Question 1 In addition to the generic ontologies in Table <ref type="table" target="#tab_0">1</ref>, which ones are missing?</p><p>For example, there are no modules of TUpperWare that are comparable to the notion of dependence in DOLCE.</p><p>Question 2 Since upper ontologies are not complete logical theories, how incomplete can an upper ontology be without being trivial? This is not the question of whether the upper ontology has unintended models, since this can usually be addressed by extension with additional axioms. Instead, this question is about whether or not the models of the ontology should even be intended. On the other hand, if an upper ontology is essentially a taxonomy with few additional axioms, there will be many models, and it is difficult to claim that all of them will be intended.</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. (a) Relationships between the time modules within upper ontologies. (b) Relationships between the mereology modules within upper ontologies. In both, cloud shapes denote hierarchies, dotted lines denote nonconservative extension, thin solid lines denote conservative extension, and thick lines denote synonymy.</figDesc><graphic coords="9,218.67,386.08,139.80,101.42" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>Ontological categories and modules within the TUpperWare ontology.</figDesc><table><row><cell>Ontological Category</cell><cell>Generic Ontology Module</cell></row><row><cell>time</cell><cell>http://colore.oor.net/combined_time/interval_</cell></row><row><cell></cell><cell>with_endpoints.clif</cell></row><row><cell>activity, participation, state</cell><cell>http://colore.oor.net/process_specification_</cell></row><row><cell></cell><cell>language/psl_outcore.clif</cell></row><row><cell>duration</cell><cell>http://colore.oor.net/duration/point_duration.</cell></row><row><cell></cell><cell>clif</cell></row><row><cell>space, boundaries</cell><cell>http://colore.oor.net/multidim_mereotopology_</cell></row><row><cell></cell><cell>codib/codib.clif</cell></row><row><cell>location, physical bodies</cell><cell>http://colore.oor.net/occupy/occupy_root.clif</cell></row><row><cell>shape</cell><cell>http://colore.oor.net/boxworld/boxworld.clif</cell></row><row><cell>mereotopology of physical objects</cell><cell>http://colore.oor.net/component/component.clif</cell></row><row><cell>physical objects</cell><cell>http://colore.oor.net/opo/opo.clif</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>Comparison of modules in the TUpperWare and DOLCE ontologies. A dash (-) indicates that no there is no corresponding module. A question mark (?) indicates an open problem as to whether a corresponding module exists.</figDesc><table><row><cell>TUpperWare Module</cell><cell>DOLCE Module</cell></row><row><cell>activity</cell><cell>Perdurant (T dolce perdurant )</cell></row><row><cell>participation, state</cell><cell>Participation (T dolce participation )</cell></row><row><cell>state</cell><cell>-</cell></row><row><cell>duration</cell><cell>-</cell></row><row><cell>space, boundaries</cell><cell>?</cell></row><row><cell>location, physical bodies</cell><cell>?</cell></row><row><cell>shape</cell><cell>?</cell></row><row><cell>mereotopology of physical objects</cell><cell>Mereology (T dolce mereology )</cell></row><row><cell>physical objects</cell><cell>Physical Endurant (T dolce PED )</cell></row><row><cell>motion ontology</cell><cell>-</cell></row><row><cell>assembly process ontology</cell><cell>-</cell></row><row><cell>physical process ontology</cell><cell>-</cell></row><row><cell>?</cell><cell>Nonphysical Endurant (T dolce NPED )</cell></row><row><cell>?</cell><cell>Dependence (T dependence )</cell></row><row><cell>-</cell><cell>Quality (T dolce Quality )</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">http://colore.oor.net/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">http://www.loa.istc.cnr.it/old/DOLCE.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">http://www.adampease.org/OP/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_3">We follow previous work in terminology and notation treating ontologies as logical theories<ref type="bibr" target="#b6">[7]</ref>. We do not distinguish between logically equivalent theories. For every theory T , Σ(T ) denotes its signature, which includes all the constant, function, and relation symbols used in T , and L (T ) denotes the language of T , which is the set of first-order formulae that only use the symbols in Σ(T ).</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_4">http://colore.oor.net/orderings/bounded_linear_ordering.clif</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_5">http://colore.oor.net/bipartite_incidence/strict_graphical.clif</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_6">http://wonderweb.semanticweb.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_7">https://www.iso.org/standard/35431.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_8">https://www.w3.org/TR/owl-time/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="11" xml:id="foot_9">http://www.opengeospatial.org/standards/geosparql</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="12" xml:id="foot_10">https://www.iso.org/standard/26012.html</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="13" xml:id="foot_11">http://purl.oclc.org/NET/ssnx/ssn</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Using Partial Automorphisms to Design Process Ontologies</title>
		<author>
			<persName><forename type="first">Bahar</forename><surname>Aameri</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">FOIS</title>
				<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="309" to="322" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Axiomatized Relationships between Ontologies</title>
		<author>
			<persName><forename type="first">Carmen</forename><surname>Chui</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2013-11">November 2013</date>
		</imprint>
		<respStmt>
			<orgName>University of Toronto</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Master&apos;s thesis</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Mathematical Foundations for Participation Ontologies</title>
		<author>
			<persName><forename type="first">Carmen</forename><surname>Chui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Grüninger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Formal Ontology in Information Systems -Proceedings of the Eighth International Conference, FOIS 2014</title>
				<meeting><address><addrLine>Rio de Janeiro, Brazil</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">September, 22-25, 2014. 2014</date>
			<biblScope unit="page" from="105" to="118" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Merging the DOLCE and PSL Upper Ontologies</title>
		<author>
			<persName><forename type="first">Carmen</forename><surname>Chui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Grüninger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">KEOD 2014 -Proceedings of the International Conference on Knowledge Engineering and Ontology Development</title>
				<meeting><address><addrLine>Rome, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014-10-24">21-24 October, 2014. 2014</date>
			<biblScope unit="page" from="16" to="26" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Ontology Matching, Second Edition</title>
		<author>
			<persName><forename type="first">Jérôme</forename><surname>Euzenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pavel</forename><surname>Shvaiko</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2013">2013</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Sweetening Ontologies with DOLCE</title>
		<author>
			<persName><forename type="first">Aldo</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nicola</forename><surname>Guarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Claudio</forename><surname>Masolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Oltramari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luc</forename><surname>Schneider</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Ontologies and the Semantic Web, 13th International Conference, EKAW 2002</title>
				<meeting><address><addrLine>Siguenza, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002">October 1-4, 2002. 2002</date>
			<biblScope unit="page" from="166" to="181" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Modular First-Order Ontologies via Repositories</title>
		<author>
			<persName><forename type="first">Michael</forename><surname>Grüninger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Torsten</forename><surname>Hahmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ali</forename><surname>Hashemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Darren</forename><surname>Ong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Atalay</forename><surname>Özgövde</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Applied Ontology</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="169" to="209" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A sideways look at upper ontologies</title>
		<author>
			<persName><forename type="first">Michael</forename><surname>Grüninger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Torsten</forename><surname>Hahmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Megan</forename><surname>Katsumi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carmen</forename><surname>Chui</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Formal Ontology in Information Systems -Proceedings of the Eighth International Conference, FOIS 2014</title>
				<meeting><address><addrLine>Rio de Janeiro, Brazil</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">September, 22-25, 2014. 2014</date>
			<biblScope unit="page" from="9" to="22" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A Modular Consistency Proof for DOLCE</title>
		<author>
			<persName><forename type="first">Oliver</forename><surname>Kutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Till</forename><surname>Mossakowski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-Fifth AAAI Conference on Artificial Intelligence, AAAI 2011</title>
				<meeting>the Twenty-Fifth AAAI Conference on Artificial Intelligence, AAAI 2011<address><addrLine>San Francisco, California, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011">August 7-11, 2011, 2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">Claudio</forename><surname>Masolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stefano</forename><surname>Borgo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Aldo</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nicola</forename><surname>Guarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Oltramari</surname></persName>
		</author>
		<idno>IST Project 2001-33052</idno>
		<title level="m">WonderWeb: Ontology Infrastructure for the Semantic Web</title>
				<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical report</note>
	<note>Wonder-Web Deliverable D18 Ontology Library (Final)</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Mapping and verification of the time ontology in SUMO</title>
		<author>
			<persName><forename type="first">Lydia</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Muñoz</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Grüninger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Formal Ontology in Information Systems -Proceedings of the 9th International Conference, FOIS 2016</title>
				<meeting><address><addrLine>Annecy, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">July 6-9, 2016. 2016</date>
			<biblScope unit="page" from="109" to="122" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Verifying and Mapping the Mereotopology of Upper-Level Ontologies</title>
		<author>
			<persName><forename type="first">Lydia</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Muñoz</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Grüninger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management (IC3K 2016)</title>
				<meeting>the 8th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management (IC3K 2016)<address><addrLine>KEOD, Porto -Portugal</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">November 9 -11, 2016. 2016</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="31" to="42" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Synonymous theories and knowledge representations in answer set programming</title>
		<author>
			<persName><forename type="first">David</forename><surname>Pearce</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Agustín</forename><surname>Valverde</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Comput. Syst. Sci</title>
		<imprint>
			<biblScope unit="volume">78</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="86" to="104" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">The suggested upper merged ontology: A large ontology for the semantic web and its applications</title>
		<author>
			<persName><forename type="first">A</forename><surname>Pease</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Niles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Ontologies and the Semantic Web, Papers from the AAAI Workshop</title>
				<editor>
			<persName><forename type="first">A</forename><surname>Pease</surname></persName>
		</editor>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<author>
			<persName><forename type="first">Lydia</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">-</forename><surname>Munoz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Grüninger</surname></persName>
		</author>
		<title level="m">Lecture Notes in Communications in Computer and Information Science, chapter The Mereologies of Upper Ontologies</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

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