<?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">Local Change in Ontologies with Atomic Decomposition</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Ricardo</forename><surname>Guimar Ães</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute of Mathematics and Statistics</orgName>
								<orgName type="institution">University of São Paulo</orgName>
								<address>
									<country key="BR">Brasil</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Renata</forename><surname>Wassermann</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Institute of Mathematics and Statistics</orgName>
								<orgName type="institution">University of São Paulo</orgName>
								<address>
									<country key="BR">Brasil</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Local Change in Ontologies with Atomic Decomposition</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">F911066B09B6A9FB659E551A804096BF</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T08:36+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>ontologies</term>
					<term>ontology revision</term>
					<term>ontology modularisation</term>
					<term>local change</term>
					<term>atomic decomposition</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>When debugging big ontologies, it can be convenient to isolate the problematic behaviour so that only the relevant part of the ontology will be analysed during the repair. Selecting relevant fragments from an ontology is exactly the subject of study in Ontology Modularisation, while the procedures to make proper changes to parts of logical knowledge bases are the central point of the theory of Local Change. Even though these areas are related by the notion of relevance, they still have not been used in conjunction. Moreover, while Ontology Modularisation approaches have been used in practice, the same did not occur with Local Change, despite its concise formalization and potential to improve the computational efficiency of change operations. Thus, in this work, we aim to devise a relevance metric using atomic decomposition, originated in the field of Ontology Modularisation, and embed it into the framework of Local Change. As a result, we give the first steps towards the construction of operations for localized change in description logic ontologies, which could be useful to make debugging procedures more feasible for both ontology designers and computer programs.</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>The use of ontologies for representing formal knowledge was stimulated by the creation of the Semantic Web. Nowadays, many of these ontologies are written in OWL <ref type="bibr" target="#b0">[1]</ref> or OWL 2 <ref type="bibr" target="#b1">[2]</ref> the ontological languages recommended by the W3C <ref type="foot" target="#foot_2">3</ref> . One of the most interesting features of these languages is that they have profiles whose formalism is founded on the family of the Description Logics <ref type="bibr" target="#b2">[3]</ref>.</p><p>Description Logics are decidable fragments of first order logic, varying in expressiveness and computational complexity of the associated inference task. Given an ontology, a user can obtain the logical consequences of the information described with the aid of computer programs (called reasoners). Thus, in this work, we consider that ontologies are codified as finite sets of axioms (or formulas) written in some Description Logic.</p><p>The task of repairing inconsistent knowledge bases is a complex one, since a repair must also avoid introducing new inconsistencies or undesired consequences as well as losing important information. Approaches in the literature, such as those based on MUPS (Minimal Unsatisfiability-Preserving Sub-terminologies) and MUPS (Minimal Incoherence-Preserving Sub-terminologies) <ref type="bibr" target="#b3">[4]</ref>, MinAs (Minimal Axiom sets) <ref type="bibr" target="#b4">[5]</ref> and justifications <ref type="bibr" target="#b5">[6]</ref>, exploit the logical foundations of ontologies to aid ontology repair.</p><p>Identifying errors and devising repairs can be even more problematic when dealing with large ontologies, as there may be many axioms in the ontology that, albeit unrelated to the undesired behaviour, are still considered by engineers and algorithms when trying to find a repair.</p><p>In this sense, there are two research areas that can provide solutions to aid ontology engineers and users on ontology debugging: Ontology Change <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8,</ref><ref type="bibr" target="#b8">9,</ref><ref type="bibr" target="#b9">10]</ref> and Ontology Modularisation <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b12">13]</ref>. The first is derived from the field of Belief Change <ref type="bibr" target="#b13">[14]</ref> and studies how one may change an ontology consistently by respecting certain rules (rationality postulates). Furthermore, works such as those from Flouris <ref type="bibr" target="#b6">[7]</ref> and Ribeiro and Wassermann <ref type="bibr" target="#b8">[9]</ref>, elucidate a strong connection between ontology change and ontology debugging. Ontology Modularisation consists in identifying parts of the ontology that are interesting for a given task, be it by extracting relevant fragments or by giving a structure to the ontology.</p><p>The theory of Local Change <ref type="bibr" target="#b14">[15]</ref>, has similar motivations as those from the modularisation area: improve the efficiency of procedures when handling large sets of formulas and also comply with the rationale that upon repair, the unrelated axioms should be left as they are. In particular, Local Change presents a well-founded framework that encompasses most of the Belief Base Change operations, allowing them to have their localized (and probably more efficient) counterparts.</p><p>From the field of Ontology Modularisation, we employ Atomic Decomposition <ref type="bibr" target="#b15">[16,</ref><ref type="bibr" target="#b12">13]</ref> as an approach to represent the underlying structure of ontologies. This is due to its conciseness and formal properties as we discuss briefly in Section 4.</p><p>Despite the elegant formalization and the interesting results, Local Change was not implemented in real-world situations. In contrast, atomic decomposition was proposed essentially to practical ends. In this sense, we aim to bring together strong results in theory and practice to obtain an approach to ontology revision that has good logical properties and is also computationally efficient.</p><p>Moreover, we formulate a relevance metric over axioms using the atomic decomposition and derive from it localized operators of change for description logic ontologies.</p><p>The remaining of this paper is organized as follows: in Section 2 we present the background related to the field of Ontology Change, discuss the Local Change approach in Section 3 and the Atomic Decomposition in Section 4. Our approach is detailed in Section 5. We mention related work in Section 6, while Section 7 contains our final remarks, including future work.</p><p>Notation: We will denote a logic (or language) by L, a consequence (inference) operator by Cn, sets of formulas (such as ontologies) by upper case latin letters (A, B, ...), formulas (axioms) by lower case Greek letters (α, ϕ, ψ). Additionally, the set of nonlogical terms (the signature) of a formula ϕ is denoted by ϕ and the signature of a set of formulas X by X. Also, we consider the reader familiar with Description Logics and its usual notation (for further details we refer the reader to <ref type="bibr" target="#b2">[3]</ref>).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Ontology Change</head><p>In this work, by Ontology Change we mean the branch of Belief Change adapted to ontologies <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b9">10]</ref>. The Belief Change field is concerned with the process by which a rational agent modifies its current beliefs when it receives new information. The field was born with the AGM theory <ref type="bibr" target="#b16">[17]</ref>, that is also the cornerstone of many other formalizations in the area.</p><p>In the AGM theory, the beliefs of an agent are represented as a set of logical formulas, closed under an inference operation, the belief sets. Over these sets, the authors defined three fundamental operations that take as input a belief set K and a formula ϕ: expansion (+), contraction (−) and revision ( * ). Expansion corresponds to simply adding ϕ to the beliefs of the agent, contraction implies a removal of ϕ from K and revision represents the consistent addition of ϕ to K, potentially removing previous conflicting beliefs. These operations were characterized by rationality postulates and mathematical constructions equivalent to these postulates were provided <ref type="bibr" target="#b16">[17]</ref>.</p><p>The AGM theory for Belief Change presents a polished framework to represent an agent beliefs, however, it has shortcomings when one aims to apply the operations proposed to ontologies in Description Logics. The first issue is that the AGM theory considers sets closed under logical consequence (i.e ϕ ∈ X if and only if X ϕ), which is not feasible in many situations, since those sets may not be even finitely representable (at least for some logics), but also these sets are incompatible with our notion of ontologies, seeing that a reasoner is needed to compute its deductive closure.</p><p>Notwithstanding, there is a variation of the AGM theory which handles sets formulas that are not necessarily closed by logical consequence: the Base Change theory as proposed by Hansson <ref type="bibr" target="#b13">[14]</ref>. The studies in this variant adapted the operations defined in the AGM theory to belief bases (sets of formulas not closed under consequence), characterized them by new sets of postulates and ultimately provided similar constructions that are linked to these postulates by representation theorems.</p><p>Still, one of the principal operations of change, namely revision, imposed an issue when dealing with Description Logics, because this operation required that the logic satisfy the property of α-local non-contravention (if ¬α ∈ Cn(B ∪ {α}), then ¬α ∈ Cn(B)) and relied on the closure by classical negation. Some Description Logics do not satisfy α-local non-contravention and others are not closed under negation at the axiom level, for instance the meaning of a GCI's negation is still not clearly defined <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b9">10]</ref>.</p><p>To overcome these restrictions, Ribeiro and Wassermann <ref type="bibr" target="#b8">[9]</ref> devised versions of the operations of revision that required solely that the logic involved be monotonic and compact. These new operations also manage effectively two distinct accounts of inconsistency in ontologies: the one that defines that an ontology is inconsistent if it implies ⊥, and the one usually called incoherence <ref type="bibr" target="#b17">[18]</ref> where any of the concept names is unsatisfiable (for more details we refer the reader to <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b9">10]</ref>).</p><p>Hence, we now have a framework to manage change in description logic ontologies that provides operations and constructions ruled by rationality postulates.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Local Change</head><p>Hansson and Wassermann <ref type="bibr" target="#b14">[15]</ref> devised an approach to optimize the operations of Belief Base Change by ruling out formulas that would not interfere in the result of the change operation for a given input. This could improve the computational efficiency of these operations, what can be crucial for agents with limited resources such as time and memory. Besides, this relates to the idea that the axioms that are irrelevant for an input should be ignored by a change operation.</p><p>To this end, they define a compartmentalization function (Definition 2) whose role is to select from the belief base which formulas are relevant to a given input formula. This function is built upon the notion of kernel as in Definition 1. In the ontology literature kernels are also known as MinAs <ref type="bibr" target="#b4">[5]</ref> and justifications <ref type="bibr" target="#b5">[6]</ref>, while MIPS and MUPS in <ref type="bibr" target="#b3">[4]</ref> consist in particular types of kernel.</p><p>Definition 1 (Kernel <ref type="bibr" target="#b18">[19]</ref>). For all belief bases B ⊆ L and formulas ϕ ∈ L, X ∈ B ⊥ ⊥ ϕ if and only if:</p><formula xml:id="formula_0">1. X ⊆ B 2. ϕ ∈ Cn(X) 3. for all Y , if Y ⊂ X, then ϕ ∈ B The elements of B ⊥ ⊥ ϕ are called ϕ-kernels of B.</formula><p>The compartments around a formula are composed of the ϕ-kernels and ¬ϕ-kernels, excluding those that are inconsistent. This notion is formalized in Definition 2.</p><p>Definition 2 (Compartmentalization Function <ref type="bibr" target="#b14">[15]</ref>). The A-compartment of B, where</p><formula xml:id="formula_1">A, B ⊆ L is defined as: c(A, B) = α∈A ( (((B ⊥ ⊥ α) ∪ (B ⊥ ⊥ ¬α)) \ (B ⊥ ⊥ ⊥)))</formula><p>The function c is the compartmentalization function.</p><p>The compartmentalization is in turn employed to define localized consequence operators as shown by Definition 3: Definition 3 (A-localization <ref type="bibr" target="#b14">[15]</ref>). Let C be an inference operation on L, and c be the compartmentalization function as in Definition 2. Then for any set of formula A ⊆ L the A-localization of C, denoted by C A (B), is the inference operation such that for all sets B ⊆ L:</p><formula xml:id="formula_2">C A (B) = C(c(A, B)).</formula><p>The compartmentalization function has interesting motivations and its definition is closely related to the area of Belief Revision (since the kernel sets were born in that field). Despite that, it has a notable computational issue: since the compartments are defined using kernel sets, calculating them is potentially as expensive as the application of the original change operations. Furthermore, the definition of this function depends on the classic negation of sentences, which is not well-defined for many Description Logics.</p><p>Nevertheless, Wassermann <ref type="bibr" target="#b19">[20]</ref> remarks that most of the results in local change do not depend on the compartmentalization function itself, but on the properties of the local consequence operator obtained, in particular monotonicity and compactness.</p><p>Wassermann <ref type="bibr" target="#b19">[20]</ref> then proposes different strategies to replace the compartments. The initial idea is to define a relation between formulas, ideally to capture the notion that: if ϕ is related to ψ, then ϕ is either in the proof of ψ or ¬ψ. Given such a relation it is possible to define a path between formulas as in Definition 4.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Definition 4 ([20]</head><p>). Given B a belief base and R a relation between formulas, a R-path between ϕ and ψ in B is a sequence P = ϕ i 0≤i≤n of formulas such that:</p><formula xml:id="formula_3">1. ϕ 0 = ϕ and ϕ n = ψ 2. {ϕ i } 1≤i≤n−1 ⊆ B 3. R(ϕ i , ϕ i+1 ) for 0 ≤ i &lt; n in B.</formula><p>If the relation R is irrelevant or clear from the context we simply talk about a path in B. We denote that the P is a path between ϕ and ψ by: ϕ P ψ. Additionally, the length of a path P = ϕ i 0≤i≤n is l(P) = n.</p><p>From a relation, it is possible to define a metric of "unrelatedness" between two formulas as in Definition 5.</p><p>Definition 5 (Unrelatedness <ref type="bibr" target="#b19">[20]</ref>). Let L be a language (logic), B ⊆ L a belief base, R a relation between formulas of L and ϕ and ψ formulas of L. The unrelatedness degree between ϕ and ψ is defined as:</p><formula xml:id="formula_4">u(ϕ, ψ) =    0, if ϕ = ψ and ϕ ∈ B min{l(P) | ϕ P ψ}, if R(ϕ, ψ) in B ∞, otherwise</formula><p>With this metric of unrelatedness one can generate a family of retrieval operators for belief bases, which select the "most relevant" formulas for a given input.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Definition 6 ([20]</head><p>). Let B ⊆ L be a belief base and α ∈ L a formula. Then we define the following family of retrieval operators:</p><formula xml:id="formula_5">∆ i (α, B) = {ϕ ∈ B | u(α, ϕ) = i}, for i ≥ 0.</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Definition 7 ([20]</head><p>). Let B ⊆ L be a belief base and α ∈ L a formula. Then we define the following family of retrieval operators:</p><formula xml:id="formula_6">∆ ≤n (α, B) = 0≤i≤n ∆ i for n ≥ 0. Also, ∆ ω (α, B) = i≥0 ∆ i (α, B</formula><p>) denotes the set of relevant formulas for α.</p><p>The simplest relation presented in <ref type="bibr" target="#b19">[20]</ref> is the following: R(ϕ, ψ) if and only if ϕ and ψ share a non-logical term. In propositional logic, this would be equivalent to sharing a propositional atom, in Description Logics this means that the formulas share a concept name, role name or individual in their signatures.</p><p>To illustrate this method of structuring observe Example 8 which depicts an extract of a possible ontology for electronic account management. On this sample setting, the accounts are either chat accounts or e-commerce accounts, this last type of account corresponds to those which have a payment method (such as credit cards) linked. Also, while general users can have any type of account, stores are restricted to having e-commerce ones.</p><p>Example 8. Consider the ontology B 1 :  </p><formula xml:id="formula_7">B  = {α 1 : User ≡ ∃hasAccount.Account,</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Atomic Decomposition</head><p>The problem of extracting relevant parts or identifying structure in ontologies motivated studies in the field of Ontology Modularisation <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b12">13]</ref>. Even though there are numerous approaches, some of them lack either logical properties or are too computationally expensive to compute.</p><p>The syntactic locality-based modules (syntactic LBMs) <ref type="bibr" target="#b10">[11]</ref> are arguably the most successful strategy in this area. These modules have interesting logical properties and can be computed in polynomial time even for ontologies in expressive Description Logics such as SROIQ. Moreover, they are already implemented in the OWL API <ref type="foot" target="#foot_3">4</ref> .</p><p>This modularisation strategy consists in selecting from the ontology all the axioms that pass a verification of relevance for a set of terms. This verification is defined by matching to syntactic rules.</p><p>There are many notions of syntactic locality, which differ in the definition of the syntactic rules, however, from here onwards, we will restrict our attention to the three most studied and implemented locality notions: -locality, ⊥-locality and ⊥ * -locality as defined in <ref type="bibr" target="#b20">[21]</ref>.</p><p>Also, we remark that the locality-based module of the ontology B for the signature Σ (denoted by M Σ B ), using any of the three aforementioned notions, are justificationpreserving <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b20">21]</ref>, in other words, each ϕ-kernel is a subset of M ϕ B . The fact that locality-based modules preserve justifications gives an interesting relation between ontology modularisation and ontology change, since it guarantees that one could ignore all axioms outside the LBM for the input formula when verifying if an ontology entails a given formula.</p><p>Del Vescovo <ref type="bibr" target="#b12">[13]</ref> evaluates the ability of different modularity techniques in the literature to induce structure over ontologies. Besides the logical and computational aspects of the strategies considered, Del Vescovo also studies them with respect to the number of modules created and meaningfulness of the relations established between them.</p><p>However, even the locality-based modules fail in the latter aspect, as the only relation among the modules is set inclusion (⊆), and to structure an ontology over this relation one would need to compute all the LBMs in an ontology, and there can be a number of them exponential on the size (number of axioms) of the ontology <ref type="bibr" target="#b21">[22]</ref>.</p><p>This exponential characteristic occurs because there are locality-based modules that can be written as the union of two incomparable modules (w.r.t set inclusion, ⊆). Modules that are redundant in this sense are called fake, while the others are called genuine modules. Thus, using simply the set inclusion is not sufficient to represent the ontology structure concisely <ref type="bibr" target="#b15">[16]</ref>.</p><p>To overcome this issue, Del Vescovo <ref type="bibr" target="#b12">[13]</ref> devises a concise representation of the set of all syntactic locality-based modules of an ontology. The formalization of this representation is reproduced in Definitions 9 to 11.</p><p>Definition 9 (Co-occurrence Equivalence Relation <ref type="bibr" target="#b12">[13]</ref>). Let F(B) be the set of all locality-based modules of an ontology B. The relation ≈ is the binary relation over B defined to hold between two axioms α, β ∈ B if, for all M ∈ F(B), α ∈ M if and only if β ∈ M.</p><p>Definition 10 (Atom <ref type="bibr" target="#b12">[13]</ref>). Let B be an ontology and ≈ the co-occurrence relation between atoms. We define an atom a of B to be an equivalence class [α] ≈ for an axiom α ∈ B. The set of atoms of B is denoted by A(B).</p><p>Definition 11 (Dependency Between Atoms <ref type="bibr" target="#b12">[13]</ref>). Let a and b be two atoms induced by ≈ over an ontology B. We say that a is dependent on b (denoted as a b) if, for every module M ∈ F(B) such that a ⊆ M, we have b ⊆ M.</p><p>The relation of Definition 11 generates a partial order of the atoms in A(B). Hence, the strict part of this relation, denoted by is a strict partial ordered set. Finally, the atomic decomposition of an ontology B is defined as the pair: (A(B), ).</p><p>As illustration, consider again the ontology B 1 from Example 8, its atomic decomposition using ⊥ * -locality as notion (i.e. the ⊥ * -AD of B 1 ) is shown in Figure <ref type="figure">2</ref>.</p><formula xml:id="formula_8">α 1 α 2 α 3 α 4 α 5 Figure 2. ⊥ * -AD of B 1</formula><p>From Figure <ref type="figure">2</ref>, we can notice some improvements when using the ⊥ * -AD instead of the signature intersection one. The first is that the dependency relation is more informative than simply saying that two formulas are related. Second, some relationships in Figure <ref type="figure">1</ref> can be seen as irrelevant, for instance, the one between α 3 and α 4 : even though they share a term in their signature, they are not necessary to prove one another (or their respective negations), since:</p><formula xml:id="formula_9">α 3 ∈ M α 4 B 1 and α 4 M α 3</formula><p>B 1 , as they are in disjoint components of the atomic decomposition. Also, there are results which sustain the atomic decomposition as a succinct representation of all modules in an ontology <ref type="bibr" target="#b12">[13]</ref>, in particular the number of axioms of an ontology is an upper bound of the number of atoms in its atomic decomposition. To better understand the relation between the atomic decomposition and the genuine modules we need to define principal ideals of atoms (Definition 12).</p><p>Definition 12 (Principal Ideal of an Atom <ref type="bibr" target="#b12">[13]</ref>). Let B be an ontology and (A(B), ) its atomic decomposition. Then, for each atom a ∈ A(B), we define the principal ideal of a the set: ↓ a = {b | a b}. Now, the following result from <ref type="bibr" target="#b15">[16]</ref> ensures that the atomic decomposition represents in fact the genuine locality-based modules of an ontology: Lemma 13 ( <ref type="bibr" target="#b15">[16,</ref><ref type="bibr" target="#b12">13]</ref>). The set of genuine modules and that of principal ideals coincide. Furthermore, if α ∈ a ∈ A(B):</p><formula xml:id="formula_10">M α B = M a B =↓ a.</formula><p>Moreover, as consequence of Definition 10 and Lemma 13, each locality-based module (genuine or not) is the union of one or more principal ideals (the converse however it is not true, some union of principal ideals do not correspond to modules).</p><p>Given the atomic decomposition of an ontology there are some possible strategies to extract the module for a given signature, for instance, by labelling each atom with the terms that it is relevant to. Among these approaches are the labelling with minimal seed signatures (MSSs) <ref type="bibr" target="#b12">[13]</ref> and the labelling with minimum globalising signatures (MGSs) <ref type="bibr" target="#b22">[23]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Local Change with Atomic Decomposition</head><p>In this section, we combine the structural representation of ontologies studied in Section 4, the atomic decomposition, and the results obtained with the theory of Local Change, discussed in Section 3. Specifically, we devise a replacement for Definition 6 using a distinct notion of (un)relatedness. The first step is to define the height of an atom as in Definition 14. Definition 14. The height of an atom a is defined as:</p><formula xml:id="formula_11">h(a) = 0, if a is minimal max b|a b (1 + h(b)), otherwise</formula><p>We part from the principle that atoms that participate in more modules are more relevant. Whenever a b, we can assume that a is less relevant than b, since b is included in every module with a, and b ∈↓ b, while a ∈↓ b. Hence, we expect that lower atoms participate in more genuine modules that higher ones. As fake modules are composed of genuine ones, we also expect this relation to be reflected for modules in general.</p><p>This argument also motivates our choice for the maximum in Definition 14, as it guarantees that if a b, then h(a) &gt; h(b).  </p><formula xml:id="formula_12">∇ ≤n B (α, B ) = 0≤i≤n ∇ i B (α, B) for n ≥ 0. Also, ∇ ω B (α, B ) = i≥0 ∇ i B (α, B</formula><p>) denotes the set of relevant formulas for α in B . We argue that the function ∇ from Definitions 15 and 16 captures a sense of relevance very close to the function ∆ from Definitions 6 and 7, even without an explicit (un)relatedness metric. Besides, a LBM is also a good approximation for compartments because: for ϕ ∈ L, if ¬ϕ ∈ L, we have that</p><formula xml:id="formula_13">M ϕ B = M ¬ϕ B .</formula><p>In fact, one interesting observation from the definition of ∇ is that ∇ ω B (α, B) = M α B . Thus, our operator will never return formulas outside the locality-based module for the input, considering our reference base B. And, as discussed, earlier, the formulas outside the module for α. should not intervene in the proof of α.</p><p>It is also important to note that it may be the case that, given a formula ϕ ∈ B , ϕ ∈ ∇ 0 B (ϕ, B ), what would never happen in the relatedness functions discussed in <ref type="bibr" target="#b19">[20]</ref>. However, this is not a shortcoming, since it is guaranteed that ϕ ∈ ∇ ω B (ϕ, B ) and it is even possible that ϕ is a consequence of a subset of the module that contains it.</p><p>Example 17 compares the operators ∆ and ∇:</p><p>Example 17. Consider the ontology B 1 from Example 8 and the formula ϕ = ∃hasPaymentMethod.PaymentMethod Account. Let ∆ be the retrieval operator as in Definitions 6 and 7, using the signature intersection as relation (see Figure <ref type="figure">1</ref>). Also, let ∇ be as in Definitions 15 and 16, using the ⊥ * -AD of the ontology B 1 (as in Figure <ref type="figure" target="#fig_2">3</ref>). Then, we have:</p><formula xml:id="formula_14">∆ 0 (ϕ, B 1 ) = / 0 ∇ 0 B 1 (ϕ, B 1 ) = {α 3 } ∆ 1 (ϕ, B 1 ) = {α 1 , α 2 , α 3 , α 4 } ∇ 1 B 1 (ϕ, B 1 ) = {α 2 } ∆ 2 (ϕ, B 1 ) = {α 5 } ∇ 2 B 1 (ϕ, B 1 ) = / 0 ∆ ω (ϕ, B 1 ) = B 1 ∇ ω B 1 (ϕ, B 1 ) = {α 2 , α 3 }</formula><p>because any modification, even the addition of a formula, to the base may transform the atomic decomposition significantly, changing the atoms and the dependency relations between them <ref type="bibr" target="#b23">[24]</ref>. We remark that applying change methods to limited portions of the module (some ∇ ≤i B (ϕ, B ) = ∇ ω B (ϕ, B ), for instance) does not guarantee that the whole ontology is repaired at axiom level. Still, these retrieval operators can be useful to obtain suggestions for repairs, even more in situations were the locality-based module obtained is too big.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Related Work</head><p>While here we intend to relate the modularisation techniques with the theory of Local Change so one can manage a part of the ontology at a time on tasks such as repair, there are also works which apply a similar idea, such as the one by Grau et al. <ref type="bibr" target="#b24">[25]</ref>, where they provide a framework for incremental reasoning which avoids recomputing inferences when an ontology changes. Another example is due to Suntisrivaraporn <ref type="bibr" target="#b25">[26]</ref>, where locality-based modules are employed to compute the set of all justifications (kernels) of an ontology.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Conclusion</head><p>The fields of ontology modularisation and ontology change are linked by the notion of relevance. In this work, we devised a relevance metric based on techniques of ontology modularisation and employed them in a framework for ontology change.</p><p>Both local change and the atomic decomposition have solid formal foundations and are concerned with the efficiency of the operations over ontologies and with the ability to concentrate procedures to portions of the ontology. This is particularly interesting for debugging methods over such knowledge bases, since a designer may aim to change a problematic fragment of the ontology causing the least impact possible on unrelated parts of the ontology.</p><p>We remark that when defining notions of relevance for certain applications, it is required that it provides good logical properties to be used in procedures such as reasoning and change operations. Furthermore, it is important to consider how computationally expensive it is to compute the proposed metric, otherwise this could render the selection of relevant formulas too demanding to be applied in practice.</p><p>Following this work, we propose the implementation of this metric to empirically evaluate its efficiency in real scenarios. In addition, despite the existence of polynomial algorithms to compute the atomic decomposition, it is necessary to develop a method to avoid recomputing it at every operation of change; thus an interesting proposal would be to continue the work by Klinov, Del Vescovo and Schneider <ref type="bibr" target="#b23">[24]</ref> which has the first results in this direction.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>α 2 : 3 : 4 :</head><label>234</label><figDesc>Account ≡ EcommerceAccount ChatAccount, α EcommerceAccount ≡ ∃hasPaymentMethod.PaymentMethod, α CreditCard PaymentMethod, α 5 : StoreAccount EcommerceAccount}In Figure8, we see the axioms structured as an undirected graph, where the edges represent signature sharing, a symmetric relation.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>5 Figure 1 .</head><label>51</label><figDesc>Figure 1. B 1 structured using signature intersection</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 ,</head><label>3</label><figDesc>Figure 3, shows the height of each atom the ⊥ * -AD of the ontology B 1 from Example 8.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 3 .</head><label>3</label><figDesc>Figure 3. ⊥ * -AD of B 1 with the height metric to the right of each atomWith this metric as a substitute for unrelatedness (Definition 5), we can formulate a new retrieval operator to replace that of Definition 6.Definition 15. Let B, B ⊆ L be ontologies with B ⊆ B and α ∈ L a formula. Then we define the following family of retrieval operators:∇ i B (α, B ) = B ∩ {a ∈ (A(B), ) | a ⊆ M αB and h(a) = i} Definition 16. Let B, B ⊆ L be ontologies with B ⊆ B and α ∈ L a formula. Then we define the following family of retrieval operators:∇ ≤n B (α, B ) = 0≤i≤n ∇ i B (α, B) for n ≥ 0. Also, ∇ ω B (α, B ) = i≥0 ∇ i B (α, B) denotes the set of relevant formulas for α in B . We argue that the function ∇ from Definitions 15 and 16 captures a sense of relevance very close to the function ∆ from Definitions 6 and 7, even without an explicit (un)relatedness metric. Besides, a LBM is also a good approximation for compartments because: for ϕ ∈ L, if ¬ϕ ∈ L, we have that M</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">ricardof@ime.usp.br</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">renata@ime.usp.br</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">https://www.w3.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://owlapi.sourceforge.net/</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgements: This work has been partially funded by CAPES and partially by FAPESP, through grant 2017/04410-0.</p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>As remarked in Section 4, the signature intersection usually brings too many axioms retrieval operations. In particular, ∆ 1 (ϕ, B 1 ) already includes two formulas that are unnecessary (α 1 and α 4 ). In Example 17, the locality-based module of B 1 for the signature ϕ using ⊥ * -locality is exactly ∇ ω B 1 (ϕ, B 1 ). The Proposition 18 is analogous to Proposition 15 in <ref type="bibr" target="#b19">[20]</ref>, as it defines a localized consequence operator using our retrieval operator ∇ and also proves that the resulting inference is monotonic and compact.</p><p>Proposition 18. Let B and B ontologies with B ⊆ B and ϕ a formula. For every n ∈ N and any inference operator Cn, if Cn is monotonic and compact (as it is the case in the DLs) then the local inference operations defined as Cn n B,ϕ (B ) = Cn(∇ ≤n B (ϕ, B )), are monotonic and compact.</p><p>Proof. (Also very similar to the proof of Proposition 15 in <ref type="bibr" target="#b19">[20]</ref>)</p><p>We can assume compactness since all sets involved (the ontology, modules, atoms) are finite. To prove that the inference operator is monotonic, let B, B 1 and B 2 be ontologies, such that</p><p>With Proposition 18, we are able to replace the compartmentalization function in the Local Change framework by any retrieval operator of the family ∇ ≤n B . Since the operator obtained is monotonic and compact we can localize contraction <ref type="bibr" target="#b14">[15]</ref> and revision operations <ref type="bibr" target="#b9">[10]</ref> for ontologies.</p><p>Additionally, for the operator ∇ ω B , we have the following result:</p><p>Corollary 19. Let B be an ontology and ϕ a formula. For every n ∈ N and any inference operator Cn, if Cn is monotonic and compact (as it is the case in the DLs) then the local inference operations defined as Cn ω ϕ (B) = Cn(∇ ω B (ϕ, B)), are monotonic and compact.</p><p>Proof. As in the proof of Proposition 18 we can assume compactness. First we remark that</p><p>Since locality-based modules are monotonic w.r.t. ontology enlargement <ref type="bibr" target="#b20">[21]</ref>, we have that if</p><p>). Corollary 19 implies that for ∇ ω one does not need to fix a reference ontology. The two methods that we compared in this section, the ∆ operator with signature intersection, and the ∇ operator derived from the atomic decomposition, have the benefit of not requiring any external information besides the ontology itself. In both cases, the relationships between formulas are obtained purely from the syntax and pre-determined rules (be it intersection between signatures or matching locality rules).</p><p>This way of obtaining relationships makes both approaches syntax dependent in the sense that two logically equivalent ontologies may have different structures. Even so, we do not consider this as a shortcoming, as we consider that the way how formulas are written elucidate the meaning intended by the designer. Yet, Proposition 18 is agnostic with respect to the structuring of the base, thus, other methods can be devised to replace the approaches discussed here.</p><p>One downside of the metric proposed here is that it is not easy to extend the unrelatedness valuation to formulas outside the belief base of reference. This problem occurs</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">OWL Web Ontology Language Reference</title>
		<author>
			<persName><forename type="first">Mike</forename><surname>Dean</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Guus</forename><surname>Schreiber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sean</forename><surname>Bechhofer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jim</forename><surname>Frank Van Harmelen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Horrocks</forename><surname>Hendler</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/owl-ref/" />
	</analytic>
	<monogr>
		<title level="m">W3C Recommendation</title>
				<imprint>
			<date type="published" when="2004">2006-01, 2004</date>
			<biblScope unit="volume">10</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">OWL 2 Web Ontology Language: Primer. W3C Recommendation</title>
		<author>
			<persName><forename type="first">Pascal</forename><surname>Hitzler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Markus</forename><surname>Krötzsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bijan</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Peter</forename></persName>
		</author>
		<ptr target="http://www.w3.org/TR/owl2-primer/" />
		<editor>F. Patel-Schneider, and Sebastian Rudolph</editor>
		<imprint>
			<date type="published" when="2009-10-27">27 October 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m">The Description Logic Handbook: Theory, Implementation, and Applications</title>
				<editor>
			<persName><forename type="first">Franz</forename><surname>Baader</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Diego</forename><surname>Calvanese</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Deborah</forename><forename type="middle">L</forename><surname>Mcguinness</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Daniele</forename><surname>Nardi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Peter</forename><forename type="middle">F</forename><surname>Patel-Schneider</surname></persName>
		</editor>
		<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Non-standard reasoning services for the debugging of description logic terminologies</title>
		<author>
			<persName><forename type="first">Stefan</forename><surname>Schlobach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ronald</forename><surname>Cornet</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Eighteenth International Joint Conference on Artificial Intelligence (IJCAI 2003)</title>
				<editor>
			<persName><forename type="first">Georg</forename><surname>Gottlob</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Toby</forename><surname>Walsh</surname></persName>
		</editor>
		<meeting>the Eighteenth International Joint Conference on Artificial Intelligence (IJCAI 2003)<address><addrLine>Acapulco, Mexico</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan Kaufmann</publisher>
			<date type="published" when="2003">August 9-15, 2003. 2003</date>
			<biblScope unit="page" from="355" to="362" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Pinpointing in the description logic EL</title>
		<author>
			<persName><forename type="first">Franz</forename><surname>Baader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rafael</forename><surname>Peñaloza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Boontawee</forename><surname>Suntisrivaraporn</surname></persName>
		</author>
		<ptr target="WS.org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2007 International Workshop on Description Logics (DL2007)</title>
		<title level="s">CEUR Workshop Proceedings. CEUR-</title>
		<editor>
			<persName><forename type="first">Diego</forename><surname>Calvanese</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Enrico</forename><surname>Franconi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Domenico</forename><surname>Volker Haarslev</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Boris</forename><surname>Lembo</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Anni-Yasmin</forename><surname>Motik</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Sergio</forename><surname>Turhan</surname></persName>
		</editor>
		<editor>
			<persName><surname>Tessaris</surname></persName>
		</editor>
		<meeting>the 2007 International Workshop on Description Logics (DL2007)<address><addrLine>Brixen-Bressanone, near Bozen-Bolzano, Italy</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007-06-10">8-10 June, 2007. 2007</date>
			<biblScope unit="volume">250</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Justification based explanation in ontologies</title>
		<author>
			<persName><forename type="first">Matthew</forename><surname>Horridge</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
		<respStmt>
			<orgName>University of Manchester</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD thesis</note>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">On Belief Change and Ontology Evolution</title>
		<author>
			<persName><forename type="first">Giorgos</forename><surname>Flouris</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
		<respStmt>
			<orgName>University of Crete</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD thesis</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A revision-based approach to handling inconsistency in description logics</title>
		<author>
			<persName><forename type="first">Guilin</forename><surname>Qi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Weiru</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><forename type="middle">A</forename><surname>Bell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence Review</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="page" from="115" to="128" />
			<date type="published" when="2006-10">October 2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Base revision for ontology debugging</title>
		<author>
			<persName><forename type="first">Márcio</forename><surname>Moretto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ribeiro</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Renata</forename><surname>Wassermann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Journal of Logic and Computation</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="721" to="743" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Belief Revision in Non-Classical Logics</title>
		<author>
			<persName><forename type="first">Márcio</forename><surname>Moretto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ribeiro</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Springer Briefs in Computer Science</title>
		<imprint>
			<date type="published" when="2013">2013</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Modular reuse of ontologies: Theory and practice</title>
		<author>
			<persName><forename type="first">Cuenca</forename><surname>Bernardo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ian</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yevgeny</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ulrike</forename><surname>Kazakov</surname></persName>
		</author>
		<author>
			<persName><surname>Sattler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Journal of Artificial Intelligence Research</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page" from="273" to="318" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">The modular structure of an ontology: an empirical study</title>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Del Vescovo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bijan</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ulrike</forename><surname>Sattler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Thomas</forename><surname>Schneider</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Workshop on Modular Ontologies (WoMO 2010)</title>
				<meeting>the 4th International Workshop on Modular Ontologies (WoMO 2010)<address><addrLine>Toronto, ON, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010-05-11">May 11, 2010. 2010</date>
			<biblScope unit="page" from="11" to="24" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">The modular structure of an ontology: Atomic decomposition</title>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Del</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vescovo</forename></persName>
		</author>
		<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
		<respStmt>
			<orgName>University of Manchester</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">PhD thesis</note>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">A Textbook of Belief Dynamics</title>
		<author>
			<persName><forename type="first">Sven</forename><surname>Ove</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hansson</forename></persName>
		</author>
		<imprint>
			<date type="published" when="1999">1999</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Local change</title>
		<author>
			<persName><forename type="first">Sven</forename><surname>Ove</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hansson</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Renata</forename><surname>Wassermann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Studia Logica</title>
		<imprint>
			<biblScope unit="volume">70</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="49" to="76" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">The modular structure of an ontology: Atomic decomposition</title>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Del Vescovo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bijan</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ulrike</forename><surname>Sattler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Thomas</forename><surname>Schneider</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 22nd International Joint Conference on Artificial Intelligence (IJCAI 2011)</title>
				<editor>
			<persName><forename type="first">Toby</forename><surname>Walsh</surname></persName>
		</editor>
		<meeting>the 22nd International Joint Conference on Artificial Intelligence (IJCAI 2011)<address><addrLine>Barcelona, Catalonia, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>IJCAI/AAAI</publisher>
			<date type="published" when="2011">July 16-22, 2011. 2011</date>
			<biblScope unit="page" from="2232" to="2237" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">On the logic of theory change: Partial meet contraction and revision functions</title>
		<author>
			<persName><forename type="first">Carlos</forename><forename type="middle">E</forename><surname>Alchourrón</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Peter</forename><surname>Gärdenfors</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Makinson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Journal of Symbolic Logic</title>
		<imprint>
			<biblScope unit="volume">50</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="510" to="530" />
			<date type="published" when="1985">1985</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Inconsistencies, negations and changes in ontologies</title>
		<author>
			<persName><forename type="first">Giorgos</forename><surname>Flouris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhisheng</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jeff</forename><forename type="middle">Z</forename><surname>Pan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dimitris</forename><surname>Plexousakis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Holger</forename><surname>Wache</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings, The Twenty-First National Conference on Artificial Intelligence (AAAI)</title>
				<meeting>The Twenty-First National Conference on Artificial Intelligence (AAAI)</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="1295" to="1300" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Kernel Contraction</title>
		<author>
			<persName><forename type="first">Sven</forename><surname>Ove</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hansson</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Journal of Symbolic Logic</title>
		<imprint>
			<biblScope unit="volume">59</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="845" to="859" />
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">On structured belief bases</title>
		<author>
			<persName><forename type="first">Renata</forename><surname>Wassermann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Frontiers in Belief Revision</title>
				<editor>
			<persName><forename type="first">Hans</forename><surname>Rott</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Mary-Anne</forename><surname>Williams</surname></persName>
		</editor>
		<imprint>
			<publisher>Kluwer</publisher>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Which kind of module should I extract?</title>
		<author>
			<persName><forename type="first">Ulrike</forename><surname>Sattler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Thomas</forename><surname>Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Zakharyaschev</surname></persName>
		</author>
		<ptr target="WS.org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 22nd International Workshop on Description Logics (DL 2009)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">Cuenca</forename><surname>Bernardo</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Ian</forename><surname>Grau</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Boris</forename><surname>Horrocks</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Ulrike</forename><surname>Motik</surname></persName>
		</editor>
		<editor>
			<persName><surname>Sattler</surname></persName>
		</editor>
		<meeting>the 22nd International Workshop on Description Logics (DL 2009)<address><addrLine>Oxford, UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009">July 27-30, 2009. 2009</date>
			<biblScope unit="volume">477</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">The modular structure of an ontology: an empirical study</title>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Del Vescovo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bijan</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ulrike</forename><surname>Sattler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Thomas</forename><surname>Schneider</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 23rd International Workshop on Description (DL 2010)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">David</forename><surname>Volker Haarslev</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Grant</forename><forename type="middle">E</forename><surname>Toman</surname></persName>
		</editor>
		<editor>
			<persName><surname>Weddell</surname></persName>
		</editor>
		<meeting>the 23rd International Workshop on Description (DL 2010)<address><addrLine>Waterloo, Ontario, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">May 4-7, 2010. 2010</date>
			<biblScope unit="volume">573</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Efficient module extraction for large ontologies</title>
		<author>
			<persName><forename type="first">Venkata</forename><surname>Krishna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chaitanya</forename><surname>Turlapati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Sreenivasa</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Puligundla</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 4th International Conference on Knowledge Engineering and the Semantic Web (KESW 2013)</title>
		<title level="s">Communications in Computer and Information Science</title>
		<editor>
			<persName><forename type="first">Pavel</forename><surname>Klinov</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Dmitry</forename><surname>Mouromtsev</surname></persName>
		</editor>
		<meeting>the 4th International Conference on Knowledge Engineering and the Semantic Web (KESW 2013)<address><addrLine>St. Petersburg, Russia</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">October 7-9, 2013. 2013</date>
			<biblScope unit="volume">394</biblScope>
			<biblScope unit="page" from="162" to="176" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Incrementally updateable and persistent decomposition of OWL ontologies</title>
		<author>
			<persName><forename type="first">Pavel</forename><surname>Klinov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Del Vescovo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Thomas</forename><surname>Schneider</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of OWL: Experiences and Directions Workshop 2012 (OWLED 2012)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">Pavel</forename><surname>Klinov</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Matthew</forename><surname>Horridge</surname></persName>
		</editor>
		<meeting>OWL: Experiences and Directions Workshop 2012 (OWLED 2012)<address><addrLine>Heraklion, Crete, Greece</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012">May 27-28, 2012. 2012</date>
			<biblScope unit="volume">849</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Incremental classification of description logics ontologies</title>
		<author>
			<persName><forename type="first">Cuenca</forename><surname>Bernardo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christian</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yevgeny</forename><surname>Halaschek-Wiener</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Boontawee</forename><surname>Kazakov</surname></persName>
		</author>
		<author>
			<persName><surname>Suntisrivaraporn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Autom. Reasoning</title>
		<imprint>
			<biblScope unit="volume">44</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="337" to="369" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">A Modularization-Based Approach to Finding All Justifications for OWL DL Entailments</title>
		<author>
			<persName><forename type="first">Boontawee</forename><surname>Suntisrivaraporn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Guilin</forename><surname>Qi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Qiu</forename><surname>Ji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Peter</forename><surname>Haase</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web -Proceedings of the 3rd Asian Semantic Web Conference</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>ASWC</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008. 2008</date>
			<biblScope unit="volume">5367</biblScope>
			<biblScope unit="page" from="1" to="15" />
		</imprint>
	</monogr>
</biblStruct>

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