
In this work, we consider the fractional Stefan-type problem in a Lipschitz bounded domain Ω⊂Rd with time-dependent Dirichlet boundary condition for the temperature ϑ=ϑ(x,t), ϑ=g on Ωc×]0,T[, and initial condition η0 for the enthalpy η=η(x,t), given in Ω×]0,T[ by
∂η∂t+LsAϑ=f with η∈β(ϑ),
where LsA is an anisotropic fractional operator defined in the distributional sense by
⟨LsAu,v⟩=∫RdADsu⋅Dsvdx,
β is a maximal monotone graph, A(x) is a symmetric, strictly elliptic and uniformly bounded matrix, and Ds is the distributional Riesz fractional gradient for 0<s<1. We show the existence of a unique weak solution with its corresponding weak regularity. We also consider the convergence as s↗1 towards the classical local problem, the asymptotic behaviour as t→∞, and the convergence of the two-phase Stefan-type problem to the one-phase Stefan-type problem by varying the maximal monotone graph β.
Citation: Catharine W. K. Lo, José Francisco Rodrigues. On an anisotropic fractional Stefan-type problem with Dirichlet boundary conditions[J]. Mathematics in Engineering, 2023, 5(3): 1-38. doi: 10.3934/mine.2023047
[1] | Peng Wang, Shiyi Zou, Jiajun Liu, Wenjun Ke . Matching biomedical ontologies with GCN-based feature propagation. Mathematical Biosciences and Engineering, 2022, 19(8): 8479-8504. doi: 10.3934/mbe.2022394 |
[2] | Shirin Ramezan Ghanbari, Behrouz Afshar-Nadjafi, Majid Sabzehparvar . Robust optimization of train scheduling with consideration of response actions to primary and secondary risks. Mathematical Biosciences and Engineering, 2023, 20(7): 13015-13035. doi: 10.3934/mbe.2023580 |
[3] | Wei-Min Zheng, Qing-Wei Chai, Jie Zhang, Xingsi Xue . Ternary compound ontology matching for cognitive green computing. Mathematical Biosciences and Engineering, 2021, 18(4): 4860-4870. doi: 10.3934/mbe.2021247 |
[4] | Li Hou, Meng Wu, Hongyu Kang, Si Zheng, Liu Shen, Qing Qian, Jiao Li . PMO: A knowledge representation model towards precision medicine. Mathematical Biosciences and Engineering, 2020, 17(4): 4098-4114. doi: 10.3934/mbe.2020227 |
[5] | Karpaga Priyaa Kartheeswaran, Arockia Xavier Annie Rayan, Geetha Thekkumpurath Varrieth . Enhanced disease-disease association with information enriched disease representation. Mathematical Biosciences and Engineering, 2023, 20(5): 8892-8932. doi: 10.3934/mbe.2023391 |
[6] | Hangle Hu, Chunlei Cheng, Qing Ye, Lin Peng, Youzhi Shen . Enhancing traditional Chinese medicine diagnostics: Integrating ontological knowledge for multi-label symptom entity classification. Mathematical Biosciences and Engineering, 2024, 21(1): 369-391. doi: 10.3934/mbe.2024017 |
[7] | Wen-Lung Tsai . A process-tailoring method for digital manufacturing projects. Mathematical Biosciences and Engineering, 2021, 18(5): 5664-5679. doi: 10.3934/mbe.2021286 |
[8] | Yu Jin, Zhe Ren, Wenjie Wang, Yulei Zhang, Liang Zhou, Xufeng Yao, Tao Wu . Classification of Alzheimer's disease using robust TabNet neural networks on genetic data. Mathematical Biosciences and Engineering, 2023, 20(5): 8358-8374. doi: 10.3934/mbe.2023366 |
[9] | Wenjun Xu, Zihao Zhao, Hongwei Zhang, Minglei Hu, Ning Yang, Hui Wang, Chao Wang, Jun Jiao, Lichuan Gu . Deep neural learning based protein function prediction. Mathematical Biosciences and Engineering, 2022, 19(3): 2471-2488. doi: 10.3934/mbe.2022114 |
[10] | Yutong Man, Guangming Liu, Kuo Yang, Xuezhong Zhou . SNFM: A semi-supervised NMF algorithm for detecting biological functional modules. Mathematical Biosciences and Engineering, 2019, 16(4): 1933-1948. doi: 10.3934/mbe.2019094 |
In this work, we consider the fractional Stefan-type problem in a Lipschitz bounded domain Ω⊂Rd with time-dependent Dirichlet boundary condition for the temperature ϑ=ϑ(x,t), ϑ=g on Ωc×]0,T[, and initial condition η0 for the enthalpy η=η(x,t), given in Ω×]0,T[ by
∂η∂t+LsAϑ=f with η∈β(ϑ),
where LsA is an anisotropic fractional operator defined in the distributional sense by
⟨LsAu,v⟩=∫RdADsu⋅Dsvdx,
β is a maximal monotone graph, A(x) is a symmetric, strictly elliptic and uniformly bounded matrix, and Ds is the distributional Riesz fractional gradient for 0<s<1. We show the existence of a unique weak solution with its corresponding weak regularity. We also consider the convergence as s↗1 towards the classical local problem, the asymptotic behaviour as t→∞, and the convergence of the two-phase Stefan-type problem to the one-phase Stefan-type problem by varying the maximal monotone graph β.
Description logics (DLs) [1] are a family of logic-based knowledge representation formalisms that can be used to develop ontologies using the web ontology language (OWL) [2]. DL ontology typically consists of TBox axioms and ABox axioms. TBox axioms represent relationships between classes or between properties. For example, the axiom "mitochondrion⊑cytoplasm" states that the class mitochondrion is the subclass of cytoplasm, while the axiom "hasChild⊑hasSibling" states that the property hasChild is a sub-property of hasSibling. ABox axioms represent relationships between classes and individuals, and between properties and individuals. For example, LocatedIn(mitochondria, cytoplasm) states that mitochondria are located in the cytoplasm. This study focuses on the TBox part of ontologies. Given that the TBox reasoning is not influenced by ABox reasoning [3], we assume that an ontology consists of only a TBox in the rest of the study. In the opening environment, errors often occur in a biological ontology when the same ontology is simultaneously edited by more than one participators, and the majority of them are unaware of the existences of one another [4]. Errors mean that the definitions of some of the classes yield logical conflicts. We call the classes as unsatisfiable classes and the ontology as incoherent ontology.
The following is a example of an incoherent gene ontology O1.
α1: mitochondrion⊑organelle (mitochondrion is an organell)
α2: mitochondrion⊑cytoplasm (mitochondrion is a part of cytoplasm)
α3: cytoplasm⊑cell (cytoplasm is a part of a cell)
α4: mitochondrion⊑¬cell (mitochondrion is not a part of a cell)
Biological proteins play an important role in most cellular processes, such as gene regulation, recombination, repair, replication, and DNA modification [5]. Research on biological proteins has effectively contributed to interventions and cancer therapies [6,7]. Given the increasing number of biological ontologies developed on the semantic web, manually finding the cause of errors has becomes a significantly difficult task. Ontology debugging services can find the reason why a certain error occurs by computing the minimal axiom sets (MinAs) related to the error. This helps developers and users of biological ontology to understand the reason why an error follows from the ontology. Therefore, debugging an incoherent ontology is performed to determine the reasons why the classes in the ontology are unsatisfiable. Given the previously mentioned ontology O1, we can deduce that mitochondrion⊑cell (i.e., mitochondrion is a part of a cell) according to α2 and α3. However, mitochondrion is known to not be a part of a cell according to α4. At this point, we can conclude that the definition of mitochondrion yields a logical conflict, as shown in Figure 1. Therefore, mitochondrion is an unsatisfiable class and O1 is an incoherent ontology. The aim of ontology debugging is to find which axioms cause the unsatisfiability of mitochondrion. The result is MinAs(O1, mitochondrion) = {α2,α3,α4}.
MinAs is a common debugging technique, also known as justifications and minimal unsatisfiability-preserving sub-TBoxes (MUPS). Justification is a minimal set of axioms of an incoherent ontology that can explain an unsatisfiable class. The MUPS refers to the smallest subsets of axioms of an incoherent ontology preserving unsatisfiability of an unsatisfiable class[8]. Two types of methods for computing MinAs (or Justifications and MUPS) are the greasoner-independent-based glass-box methods and the reasoner-dependent black-box methods. The former modifies the internal tableau-based algorithm of the reasoner, thereby making these methods dependent but with a limited portability[9]. By contrast, the latter adopts an "expand-contract" strategy to check which subset of an ontology is a MinAs without modifying the reasoner.
A significant number of studies have been devoted to the graph-based debugging methods. Reference [10] presents a consequence-based reasoning algorithm based on the notion of a decomposition, i.e., a graph-like structure that can capture the essential features. In Reference [11], the authors construct an explanation dependency graph from the classification result of a reasoner and then compute all justifications thereafter based on the graph. In addition, Reference [12] presents a graph-based method for debugging and revising incoherent DL-Lite ontologies. The authors first encoded DL-Lite ontology into a directed graph and then calculated the minimal incoherence-preserving path-pairs based on the directed graph.
In recent years, there have been significant research efforts devoted to studying ontology modularization. Modularization is particularly beneficial for ontology reuse [13,14]. It is also used for the subsumption reasoning tasks and incremental classification [15]. A selection function algorithm is given in Reference [16] to compute all justifications. It was further optimized in [17] using the module extraction. The authors of Reference [18] focused on the EL+ ontologies by extracting the reachability-based module. A goal-directed extraction method is given in Reference [19]; it was developed by backward traversing a set of axioms responsible for the given entailment. A decomposition-based extraction algorithm is proposed in Reference [20]. With their algorithm, the computation of {MIS (Minimal incoherent sub-ontology)} can be separately performed in each extracted modules. Moreover, a new strategy based on a local search technique is proposed in Reference[21]; it allows the user to compute the approximating core before extracting the precise minimally unsatisfiable subformulas.
The authors of Reference [9] constructed unsatisfiable dependent paths to avoid unnecessary non-deterministic expansion. The advantage is that all irrelevant axioms are not in the dependent paths and these axioms are not selected to participate in the computation of MUPS. However, such a method is only fit for an ALC ontology. Thereafter, the method was extended to the work in Reference [22]. The authors first extracted a clash module from the ontology and then identified the root unsatisfiable concepts from the clash module. Thereafter, MUPS of each root unsatisfiable concept can be calculated on the basis of the clash module. However, the real-world ontologies are often dynamic and modified frequently. Thus, logical errors inevitably occur in the dynamic environments. To solve this problem, a heuristic strategy was developed to reuse the previous debugging results for subsequent debugging to avoid recomputing the MUPS [23].
Seven criteria are proposed in Reference [24] to systematically compare the existing ontology debugging methods; additionally, a set of beneficial suggestions are provided for users to choose an appropriate debugging approach according to their needs. Thereafter, the research was expanded in Reference [25]. The authors evaluated the existing ontology debugging systems based on numerous ontologies with various sizes and expressivities, providing several suggestions thereafter for users or developers to choose an effective debugging algorithm or design an appropriate debugging system. In Reference [26], Ye et al. first created a recursive expansion procedure and then explored the critical axioms one by one. Furthermore, the authors proposed an incremental reasoning procedure to substitute for a series of standard reasoning tests with respect to satisfiability. The authors of Reference [27] computed all MUPSes based on the duality between the MUPS and minimal correctness-preserving subset (MCPS) by applying parallel strategies. The MCPS represents the minimal diagnosis of a concept required to debug unsatisfiable concepts in the ontology debugging domain.
Other researchers have focused on using the fine-grained approach to resolve unsatisfiable classes. The authors of Reference [3] revised the tableaux algorithm to rewrite logical erroneous axioms and determine the parts of the axioms responsible for errors. A fine-grained method was also developed by modifying one axiom to zero or more axioms [28].
This section elaborates the syntax and semantics of OWL DL ontologies and presents the formal definitions of debugging incoherent ontologies.
DL provides a set of so-called constructors, which are used to form complex classes and properties. Table 1 lists the logic constructors and their corresponding syntax and semantics.
Constructors | Syntax | Semantics |
top class | ⊤ | ΔI |
bottom class | ⊥ | ∅ |
class name | A | AI |
negation | ¬B | ΔI∖BI |
conjunction | C⊓D | CI∩DI |
disjunction | C⊔D | CI∪DI |
existential restriction | ∃R.C | {a∈ΔI|∃b.(a,b)∈rI∧b∈CI} |
universal restriction | ∀R.C | {a∈ΔI|∀b.(a,b)∈rI→b∈CI} |
at-least restriction | ≥nS.C | {x∈ΔI|♯{y:(x,y)∈SI∧y∈CI≥n} |
at-most restriction | ≤nS.C | {x∈ΔI|♯{y:(x,y)∈SI∧y∈CI≤n} |
property name | R | RI⊆ΔI×ΔI |
inverse property | R− | {(x,y)∈ΔI×ΔI|(y,x)∈RI} |
transitivity | Trans(R) | (x,y),(y,z)∈RI→(x,z)∈RI |
property inclusion | R⊑S | RI⊆SI |
class inclusion | C⊑D | CI⊆DI |
class equivalence | C ≡D | CI=DI |
In Table 1, A and B are atom classes that correspond in first-order logic to unary predicates; C and D are (possibly complex) class expressions that can be recursively constructed based on the atom classes A and B using Boolean operators (⊓,⊔,¬), value restrictions (∃R.C,∀R.C) and number restrictions (≥nS.C,≤nS.C) for n a non-negative integer.
Ontology comprises finite axioms with the form of the property transitivity Trans(r), the class inclusion C⊑D, and the property inclusion R⊑S. The equivalent axiom C≡D is transformed into C⊑D and D⊑C.
Logic constructors in an ontology determine the expressivity of the ontology. Expressivity ALC consists of the constructors ¬A (negation), C⊓D (conjunction), C⊔D (disjunction), ∃r.C (existential restriction), and ∀r.c (value restriction). Expressivity S consists of ALC and transitivity. Other expressivities are the combinations of ALC, S, and the following expressivity symbols: H (role hierarchies), I (inverse roles), O (nominals), F (functional roles) and D (data type). The DL language considered in our spans ALCH through to SHOIF(D).
Baader et al. defined an interpretation I in [1] to represent the semantics of OWL DL ontologies. I consists of a non-empty set ΔI (the domain of the interpretation) and an interpretation function, which assigns to every class A a set AI⊆ΔI and to every property R a binary relation RI⊆ΔI×ΔI. For example, we say that C is subsumed by D, and write C⊑D, if CI⊆DI for all interpretations I.
The unsatisfiability of a class C indicates that the definition of C in the ontology O is incorrect. By asking a reasoner to check whether or not C is unsatisfiable with regards to O (i.e., it can be expressed as O⊨C⊑⊥), we can determine whether C is unsatisfiable [29].
Definition 1. (Unsatisfiable class) [30] A class C in an ontology O is unsatisfiable if and only if for each interpretation I of O, CI=∅.
Definition 2. (Incoherent ontology) [30] An ontology O is incoherent if and only if there exists at least one unsatisfiable class in O.
Definition 3. (Inconsistent ontology) [30] An ontology O is inconsistent if and only if it has no interpretation.
The incoherence can be considered as a kind of the inconsistency in the TBox, i.e., the terminology part of an ontology. An incoherent ontology has an incoherent TBox. However, an ontology being inconsistent does not necessarily imply that it is coherent[30].
Figure 2 shows four examples of incoherence and inconsistency. The detailed explanations are as follows.
Figure 2(A) shows a coherent but inconsistent ontology because the two disjoint classes C1 and C2 share an individual a.
Figure 2(B) shows an incoherent but consistent ontology because the two disjoint classes C1 and C2 share a subclass C3.
Figure 2(C) shows an incoherent and inconsistent ontology because the two disjoint classes C1 and C2 share a subclass C3, which has an individual a.
Figure 2(D) shows a coherent but inconsistent TBox because the two disjoint classes C1 and C2 share a subclass that is a nominal {a}.
Given that the TBox reasoning is not influenced by ABox reasoning [3], we assume that an ontology consists of only a TBox in the rest of the study.
The unsatisfiability of a class can be determined using a DL reasoner, such as Pellet[31], HermiT[32], or FaCT++[33].
Consider the following inclusion axioms that hold in our example ontology O1:
α1:B1⊑A1⊓¬A1 (B1 is a part of the conjunction of A1 and the negation of A1)
α2:B2⊑¬A1 (B2 is a part of the negation of A1)
α3:C⊑B1⊓B2⊓A1 (C is a part of the conjunction of B1, B2 and A1)
α4:D⊓C⊑E⊔F (the conjunction of D and C is a part of the disjunction of E and F)
α5:E⊑A1⊓A2 (E is a part of the conjunction of A1 and A2)
α6:D⊑C⊔E (D is a part of the disjunction of C and E)
Definition 4. (MinA) Let O be an incoherent ontology, and C an unsatisfiable class [34]. The set Σ⊆O is a minimal axiom set (MinA) for O⊨C⊑⊥ if, and only if, for every Σ′⊂Σ, Σ′⊭C⊑⊥.
The three axioms labelled with α1 to α3 entail B1⊑⊥ and C⊑⊥. We can find one MinA for B1⊑⊥: {α1}, and two MinAs for C⊑⊥: {α1,α3} and {α2,α3}. That is, MinAs(O1,B1) = {{α1}} and MinAs(O1,C) = {{α1,α3},{α2,α3}}.
Input: O, unsatisfiable class C Output: MinA(O,C) |
1 Σ:=O 2 for each axiom α∈O do 3 if Σ∖α⊨C⊑⊥ then 4 Σ:=Σ∖α 5 return Σ |
Algorithm 1 was introduced in [34] to calculate one MinA of the unsatisfiable C. First, we make a copy of an ontology O as Σ (line 1). Second, for each axiom α∈O, if the given unsatisfiable class C is unsatisfiable with regards to Σ∖α, then we can conclude that α is not responsible for the unsatisfiability of C. Thus, we remove α from Σ (lines 2–4). After all axioms in O are tested, we can obtain an MinA of C. That is, MinA(O,C) = Σ.
However, Algorithm 1 can only calculate one MinA. Accordingly, we need to use the classic hitting set tree (HST) method if we want to calculate all MinAs. This process is shown in Figure 3.
In Figure 3, the first MinA is computed by Algorithm 1. That is, MinA1 = {B1⊑A1⊓¬A1,C⊑B1⊓B2⊓A1}. Taking the root node, which is labelled with MinA1, the HST was extended to the left hand side by removing B1⊑A1⊓¬A1 from O and computing the second MinA for O∖{B1⊑A1⊓¬A1}. In this case, MinA2 = {B2⊑¬A1,C⊑B1⊓B2⊓A1} was found. The left hand side successor node of the root node was therefore labelled with MinA2 and its connecting edge labelled with B1⊑A1⊓¬A1. Similarly, the HST was extended to the left hand side by removing B1⊑A1⊓¬A1 and B2⊑¬A1 from O and computing the third MinA for O∖{B1⊑A1⊓¬A1,B2⊑¬A1}. However, MinA3=∅.
The algorithm repeats this process by again removing an axiom, adding a node and executing Algorithm 1 to compute a new MinA. When no more successor nodes can be generated, the HST is complete. At this point, all MinAs occur as labels of nodes in the tree. That is, MinAs(O1,C) = { MinA1, MinA2} = {{B2⊑¬A1,C⊑B1⊓B2⊓A1},{B2⊑¬A1,C⊑B1⊓B2⊓A1}}.
In general, a module M of an ontology O comprises meaningful fragments of O that have some desirable properties [17]. For example, an incoherent module M for an incoherent ontology O and an unsatisfiable class C is a subset of O that is guaranteed to preserve the unsatisfiability of O.
Let a signature S of a DL be the union of a set of atomic classes (A,B,...) representing sets of elements and a set of properties (R,S,...) representing binary relations between elements. And let Rol(S) be the set of properties (R,S,...) for a signature S. For the computation of MinAs, we modify the definition of module given in [14] as follows.
Definition 5. (Incoherent module) Let C be an unsatisfiable class in an ontology O. An incoherent module M for O and C is a subset of O such that M⊨C⊑⊥⇔O⊨C⊑⊥.
Definition 6. (Syntactic locality) Let S be a signature, R a role, and C a class. Let A⊥∉S be an atomic class and let R⊥∉Rol(S) be a role. Two sets of classes, namely, C⊤S and C⊥S, are recursively defined by the following rules:
C⊤S::=(¬C⊥)|(C⊤1⊓C⊤2),
C⊥S::=A⊥|(¬C⊤)|(C⊓C⊥)|(∃R⊥.C)|(∃R.C⊥)|(⩾nR⊥.C)|(⩾nR.C⊥),
where C⊥∈C⊥S, C⊤(i)∈C⊤S,i=1,2.
An axiom is syntactically local with respect to S if it is of one of the following forms:
(1) R⊥⊑R, (2) Trans(R⊥), (3) C⊥⊑C, (4) C⊑C⊤.
An OWL DL ontology O is syntactically local with respect to S if all axioms in O are syntactically local with respect to S.
Classes in C⊥S become equivalent to the bottom class ⊥ if A⊥ or R⊥ not in S is replaced with ⊥ or ∅. Similarly, Classes in C⊤S become equivalent to the top class ⊤ under the conditions of this replacement. After these replacements, syntactically local axioms become tautologies.
Proposition 1 (Testing locality)[35] Let S be a signature, C a class and α an axiom; then the localities of C and α for S can be defined recursively as follows:
τ(C,S)::= | τ(⊤,S) | =⊤ | (a) |
τ(A,S) | =⊥ if A∉S and otherwise = A | (b) | |
τ({a},S) | =a | (c) | |
τ(C1⊓C2,S) | =τ(C1,S)⊓τ(C2,S) | (d) | |
τ(¬C1,S) | =¬τ(C1,S) | (e) | |
τ(∃R.C1,S) | =⊥ if Sig(R)⊈S and otherwise = ∃R.τ(C1,S) | (f) | |
τ(≥nR.C1,S) | =⊥ if Sig(R)⊈S and otherwise = ≥nR.τ(C1,S) | (g) | |
τ(α,S)::= | τ(C1⊑C2,S) | =(τ(C1,S)⊑τ(C2,S)) | (h) |
τ(R1⊑R2,S) | =⊥⊑⊥ if Sig(R1)⊈S, otherwise | ||
= ∃R1.⊤⊑⊥ if Sig(R2)⊈S, otherwise = (R1⊑R2) | (i) | ||
τ(a:C,S) | =a:τ(C,S) | (j) | |
τ(R(a,b),S) | ⊤⊑⊥ if R∉S and otherwise =R(a,b) | (k) | |
τ(Trans(R),S) | =⊥⊑⊥ if R∉S and otherwise =Trans(R) | (l) | |
τ(Funct(R),S) | =⊥⊑⊥ if Sig(R)∉S and otherwise =Funct(R) | (m) | |
τ(O,S)::= | ⋃α∈Oτ(α,S) | (n) |
The following example shown in Figure 4 from [35] will suffice to illustrate the point.
In Figure 4(1), let O={Genetic_Fibrosis≡Fibrosis⊓∃has_Origin.Genetic_Origin} and S1={Fibrosis,Genetic_Origin}. Firstly, τ(Genetic_Fibrosis,S1)=⊥ because Genetic_Fibrosis∉S1 according to the case (b) from Proposition 1. Therefore, the left hand side of the axiom Genetic_Fibrosis≡Fibrosis⊓∃has_Origin.Genetic_Origin is replaced by ⊥. That is, ⊥≡Fibrosis⊓∃has_Origin.Genetic_Origin. Secondly, τ(has_Origin,S1)=⊥ because Sig(has_Origin)⊈S1 according to the case (f) from Proposition 1. Therefore, the part ∃has_Origin.Genetic_Origin on the right-hand side of the axiom is replaced by ⊥. That is, ⊥≡Fibrosis⊓⊥. We know that ⊥≡Fibrosis⊓⊥ is a tautology. Hence O is local with respect to S1.
In Figure 4(2), let O={Genetic_Fibrosis≡Fibrosis⊓∃has_Origin.Genetic_Origin} and S2={Genetic_Fibrosis,has_Origin}. τ(Fibrosis,S2)=⊥ because Fibrosis∉S2 according to the case (b) from Proposition 1. Therefore, the part Fibrosis on the right hand side of the axiom is replaced by ⊥. Moreover, τ(Genetic_Origin,S2)=⊥ because Genetic_Origin∉S2 according to the case (b) from Proposition 1. Therefore, the part Genetic_Origin is also replaced by ⊥. That is, Genetic_Fibrosis≡⊥⊓∃has_Origin.⊥⇔Genetic_Fibrosis≡⊥. We know that Genetic_Fibrosis≡⊥ is not a tautology. Hence O is not local with respect to S2.
We modify the algorithm presented in [14] to extract a module related to a signature, and implement the following Algorithm 2 for extracting the module for an unsatisfiable class.
Input: O:an ontology; C:an unsatisfiable class Output: MC: C-module of O |
1 MC←∅,O′←O 2 while O′!=∅ do 3 α← SelectAxiom(O′) 4 if LocalityTest(α, {C}∪Sig(MC)) then 5 O′←O′∖{α} # α is processed 6 else 7 MC←MC∪{α} # move α into MC 8 O′←O∖MC # reset O′ to the complement of MC 9 end if 10 end while 11 return MC |
Given an ontology O and an unsatisfiable class C, Algorithm 2 retrieves a fragment MC⊆O as follows. First, MC is initialized to ∅, and the ontology O is copied to O′ (line 1). Second, an axiom α is randomly selected from O′ (line 3). If α is locality with respect to the union of C and the signature of MC, then α is removed from O′ (lines 4–5). Otherwise, α is added to MC (line 7). Lastly, MC is removed from O and the remaining subset is copied thereafter to O′ (line 8). These steps are repeated until O′=∅.
For example, considering the following ontology O2 presented in Reference [14].
α1 | Cystic-Fibrosis ≡ Fibrosis ⊓∃ located-In.Pancreas ⊓∃ has-Origin.Genetic-Origin |
α2 | Genetic-Fibrosis ≡ Fibrosis ⊓∃ has-Origin.Genetic-Origin |
α3 | Fibrosis ⊓∃ located-In.Pancreas ⊑ Genetic-Fibrosis |
α4 | Genetic-Fibrosis ⊑ Genetic-Disorder |
α5 | DEFBI-Gene ⊑ Immuno-Protein-Gene ⊓∃ associated-With.Cystic-Fibrosis |
The trace of Algorithm 2 for O2={α1,α2,α3,α4,α5} and S = {Cystic−Fibrosis,Genetic−Disorder} is described in Table 2.
♯ | MC | O′2 | New elements in S ∪ Sig(MC) | α | loc.? |
1 | ∅ | α1−α5 | Cystic-Fibrosis, Genetic-Disorder | α1 | No |
2 | α1 | α2−α5 | Fibrosis, located-In, Pancreas, has-Origin, Genetic-Origin | α2 | No |
3 | α1,α2 | α3−α5 | Genetic-Fibrosis | α3 | No |
4 | α1−α3 | α4,α5 | — | α4 | No |
5 | α1−α4 | α5 | — | α5 | Yes |
6 | α1−α4 | — | — | — |
Theorem 1 guarantees the correctness of Algorithm 2.
Theorem 1 (Correctness of Algorithm 2). For any unsatisfiable class C in an ontology O, Algorithm 2 returns a C-module of O.
Proof. (1) Algorithm 2 terminates {for any input C in O}.
In every iteration of the while loop, either the size of MC increases, or the size of MC remains the same as the size of O′ decreases. This means that Algorithm 2 terminates in quadratic time in the number of axioms in O, assuming a constant time locality test.
(2) The output MC of Algorithm 2 is a locality-based C-module in O.
Given that α can appear in line 3 of the algorithm, α is local with respect to {C}∪Sig(MC) if α is neither in MC nor in O'. Moreover, α remains in O∖(MC∪O) if {C}∪Sig(MC) does not change.
In Reference [36], the authors proposed three heuristic strategies for the unsatisfiability of classes.
(1) Local unsatisfiability. The combination of direct restrictions and superclasses is unsatisfiable.
(2) Propagated unsatisfiability. The combination of direct restrictions and superclasses are unsatisfiable except that some classes used in them are unsatisfiable.
(3) Global unsatisfiability. The domain/range constraints, which along with other information can be used to infer that the class is unsatisfiable.
On the basis of the above three strategies, Ji proposed a novel debugging algorithm in Reference [37] presenting four types of incoherent patterns as follows.
(1) Isa-Disjoint pattern: X⊑Y,X⊑Z,Y⊑¬Z
The pattern indicates that the superclasses Y and Z of X are disjointed.
(2) Exist-Bottom pattern: X⊑∃r.Y,Y⊑⊥
The pattern indicates that the filler Y of existential restriction is a bottom class, that is, the semantic of Y is empty.
(3) Exist-All pattern: X⊑∃r.Y,X⊑∀r.Z,Y⊑¬Z
(4) Exist-Domain pattern: X⊑∃r.Y,X⊑¬Z, domain(∃r.Y=Z)
Figure 5 shows the incoherent patterns proposed in Reference [37]. Each incoherent pattern can be represented as a directed graph, where the vertex indicates class and the arc from the vertex A to the vertex B indicates a relation, corresponding to a logical axiom, between A and B. For example, <X,∃r.Y> denotes the arc from X to ∃r.Y and it corresponds to the axiom X⊑∃r.Y.
Patterns provide beneficial information to explain unsatisfiability according to the structure of an ontology. Various patterns are also presented in Reference [38], which lists the following antipatterns.
(1) AntiPattern AndIsOr (AIO): C1⊑∃R.(C2⊓C3),Disj(C2,C3).
(2) AntiPattern OnlynessIsLoneliness (OIL): C1⊑∀R.C2,C1⊑∀R.C3,Disj(C2,C3)
(3) AntiPatterns UniversalExistence (UE): C1⊑∃R.C2,C1⊑∀R.C3,Disj(C2,C3)
(4) AntiPattern UniversalExistenceWithInverseProperty (UEWIP): C2⊑∃R−.C1,C1⊑∀R.C3,Disj(C2,C3).
(5) AntiPattern EquivalenceIsDifference (EID) C1≡C2,Disj(C1,C2).
Input: O:ontology; C:an unsatisfiable class Output: MinAs of C |
1 CS=∅ 2 if C∈CS then 3 return null 4 CS←CS∪{C} 5 MinAs ← DOBP_IsaDisjoint(O,C) 6 MinAs ← MinAs ∪ DOBP_ExistBot(O,C) 7 MinAs ← MinAs ∪ DOBP_ExistAll(O,C) 8 MinAs ← MinAs ∪ DOBP_ExistDomain(O,C) 9 return MinAs |
For each pattern, Algorithm 3 first finds the disjoint relations and searches a set of paths thereafter in connection with the relations. For example, finding disjoint relations between A and B involves iterating the ancestors of A and those of B. If one ancestor of A is disjoint with the other ancestor of B, then A is also disjoint with B [37].
For example, considering the following O3:
C1⊑∃R1.(C2⊓∃R2.C3),
C3⊑∃R3.C4⊓∀R3.C5,
C5⊑C6,
C4⊑¬C6.
In O3, C1 and C3 are unsatisfiable. Now, O3 is normalized as follows:
C1⊑∃R1.X,
X⊑∃R2.C3,
X⊑C2,
C3⊑∃R3.C4,
C3⊑∀R3.C5,
C5⊑C6,
C4⊑¬C6.
Here, X is a new added concept. Then, X is also unsatisfiable because X⊑∃R2.C3 and C3 is unsatisfiable
For C1 in O3, the Exist-Bottom pattern shown in Figure 5(b) is detected as C1⊑∃R1.X. To explain why X is unsatisfiable, DOBP needs to be invoked again. Then the Exist-Bottom pattern is detected again for X because X⊑∃R2.C3.
For C3, the Exist-All pattern shown in Figure 5(c) is detected because ∃R3.C4 and ∀R3.C5 share R3 and ⟨C4,¬C6⟩ is a disjoint relation. For this relation, we have {⟨C4,C4⟩,⟨C5,C6⟩,⟨C3,C3⟩}. After expanding the pairs, we obtain {{C5,C6}}. Then we have {C3⊑∃R3.C4⊓∀R3.C5,C5⊑C6,C4⊑¬C6} that is the MinAs of C3.
The performance of the DOBP algorithm is significantly affected if the size of the ontology and the number of unsatisfiable classes are large. However, the modularization method can extract a subontology as needed. From this perspective, we combine the modularization method with the DOBP algorithm and propose the Module-DOBP algorithm (see Algorithm 4).
In lines 3 to 4, the algorithm extracts the module of the unsatisfiable class C by calling the ExtractModule sub-routing (Algorithm 2), and adds the module to the results set M. For each unsatisfiable class C in CS, the algorithm computes the MinAs related to the four patterns based on the extracted module M and C in lines 7 to 10.
Input: O:ontology Output: MinAs |
1 CS←O,M=∅ 2 for C in CS 3 MC←ExtractModule(O,C) 4 M=M∪MC 5 end for 6 for C in CS 7 MinAs ← DOBP_IsaDisjoint(M,C) 8 MinAs ← MinAs ∪ DOBP_ExistBot(M,C) 9 MinAs ← MinAs ∪ DOBP_ExistAll(M,C) 10 MinAs ← MinAs ∪ DOBP_ExistDomain(M,C) 11 end for 12 return MinAs |
Theorem 2. Let M be the incoherent module of an incoherent ontology O. For any unsatisfiable class C, let MinA(O,C) be MinA of O. Thereafter, MinA(M,C) exists such that MinA(M,C) = MinA(O,C), where MinA(M,C) is the MinA of M.
Proof. We prove on the basis of the expansion-contraction process of Algorithm 1.
Let O=M∪N, and M∩N=∅. According to Definition 4, we have M⊨C⊑⊥⇔O⊨C⊑⊥.
1) Expansion process of Algorithm 1.
Let SO=∅ and SM=∅ be the expansion set of O and M. We obtain SO={α1} after the first axiom α1 is added to SO. We consider two cases:
(1) α1∈N. Considering M∩N=∅, we have α1∉M. Then, SM=∅.
(2) α1∈M. Incorporating α1 into M we have SM={α1}. After incorporating k axioms into O we have SO={α1,...,αk}⊨C⊑⊥. Meanwhile, the set of axioms {α1,...,αk} are also incorporated into M, and we have SM={α1,...,αk}. The expansion process ends and we have M⊨C⊑⊥⇔O⊨C⊑⊥, SM⊆SO.
2) Contraction process of Algorithm 1.
Given SM⊆SO, we let SO=SM∪SN, SM∩SN=∅. Given SO⊨C⊑⊥⇔SM⊨C⊑⊥ we have SN⊭C⊑⊥. Let SO be the set after removing the axiom αx from SO. Two cases exist as follows.
(1) αx∈SM. Let SM be the axiom set after removing αx from SM. We consider the following two cases.
(a) SO⊨C⊑⊥. It indicates that ax is not responsible for the unsatisfiability of C. Thus, SM⊨C⊑⊥.
(b) SO⊭C⊑⊥. It indicates that ax is responsible for the unsatisfiability of C. Thus, the unsatisfiable C becomes satisfiable. In this case, we must reinsert ax into SO and SM; thereafter, we have SO=SO∪{ax} and S′M=S′M∪{ax}.
(2) ax∈SN. Given that SM∪SN=∅, we have ax∉SM. In such a case, SM⊨C⊑⊥. Considering SP⊭C⊑⊥, we have SM⊨C⊑⊥.
After all axioms in O are tested by following the preceding steps, we have SO=SM.
On the basis of the preceding two processes, we have MinA(O,C) = SO and MinA(M,C) = SM. Therefore, MinA(O,C) = MinA(M,C).
Theorem 2 indicates that for any unsatisfiable class C, we can obtain the incoherent module MC responsible for the unsatisfiability of C such that MinA(O,C) = MinA(M,C).
Theorem 3 (correctness of Algorithm 4). Let M be the incoherent module of an incoherent ontology O. For any unsatisfiable class C, we have MinAs(M,C) = MinAs(O,C).
Proof. Let MinAs(O,C) = ⋃m1MinA(O,C)i, where m is the number of MinA(O,C). For any MinA(O,C)i∈ MinAs(O,C), according to Theorem 2, MinA(M,C)i exists such that MinA(O,C)i = MinA(M,C)i. Therefore, we have MinAs(M,C) = ⋃m1MinA(M,C)i = ⋃m1 MinA(O,C)i = MinAs(O,C).
Experimental evaluations were performed on a laptop with a 1.60 GHz Intel Core i5 CPU and 16 GB of main memory. We conducted all experiments using Pellet 2.3.1* as a reasoner for satisfiability tests and OWL API 3.4.3 † for ontology loading and manipulation. The experimental corpus, source codes and experimental results are available at http://www.zhyweb.cn/mradon/index.html.
*Pellet is available at https://github.com/stardog-union/pellet
†https://sourceforge.net/projects/owlapi/
The benchmark ontologies used in our experiments were taken from the Open Biological Ontology library (see http://krr-nas.cs.ox.ac.uk/ontologies/lib/OBO/). These ontologies are well-known in the life sciences because they are often used in real-world applications. We collected 15 biological ontologies (see Table 2) as benchmarks for our experimental evaluations. The test ontologies are complex because they use numerous OWL DL constructors and some of them include a large number of axioms. To obtain the incoherent ontologies, we adopted the "incoherent-generating" method given in Reference [12]. For example, if O={A⊑B,A⊑C}, then O is evidently coherent. We applied four classes A,B,CandD. Then we created a pair of complementary classes by randomly selecting two classes. For example, A⊑¬B, A⊑¬C, A⊑C, B⊑C, B⊑D or C⊑D. There were a total of six possibilities. More details can be found in Table 3.
ID. | Name | Exp. | ♯C | ♯P | ♯onto. | ♯u.c. |
O1 | NIF_Dysfunction | SHOIF(D) | 2749 | 60 | 3511 | 25 |
O2 | amphibian_anatomy | SH | 700 | 2 | 708 | 14 |
O3 | cell | ALCH | 814 | 32 | 645 | 13 |
O4 | cellular_component | ALCH | 1111 | 32 | 761 | 34 |
O5 | brenda | ALCH | 3138 | 3 | 3957 | 11 |
O6 | Cellular09 | SH | 2370 | 4 | 4552 | 20 |
O7 | Cellular12 | SR | 3121 | 7 | 5818 | 12 |
O8 | cereal | ALCH | 869 | 2 | 1433 | 12 |
O9 | cereal_anatomy | SR | 1271 | 4 | 2281 | 16 |
O10 | envo | SH | 1226 | 3 | 1445 | 18 |
O11 | envo_xp | SH | 1779 | 8 | 2218 | 30 |
O12 | event | SH | 3829 | 4 | 7380 | 31 |
O13 | fix | ALCH | 1163 | 2 | 1784 | 19 |
O14 | fly | SHI | 6322 | 3 | 11014 | 12 |
O15 | fly_anatomy | SRI | 7798 | 21 | 19574 | 15 |
In Table 3, the first two columns indicate the IDs and names of the 15 ontologies. The third column represents the expressivity. The expressivities of the test ontologies ranges from ALCH through to SHOIF(D). The next four columns refer to number of classes (♯C), number of properties (♯R), the number of axioms (♯onto.) and the number of unsatisfiable classes (♯u.c.), respectively.
For every incoherent ontology, and for each unsatisfiable class in the signature, we extracted the corresponding incoherent modules using Algorithm 2.
Table 4 presents the maximum, minimum and average sizes of the modules and the standard deviation. Among the 15 ontologies, O15 had the largest maximum, minimum and average module sizes because O15 had an extremely complex ontology structure with 7798 classes and 19574 axioms. {However, MAX in O3 only contained 6 axioms} because it has a markedly simple with 814 classes and 645 axioms.
ID. | O1 | O2 | O3 | O4 | O5 | O6 | O7 | O8 | O9 | O10 | O11 | O12 | O13 | O14 | O15 |
MAX | 282 | 18 | 6 | 15 | 26 | 151 | 21 | 53 | 60 | 48 | 90 | 42 | 93 | 142 | 585 |
MIN | 135 | 14 | 2 | 6 | 24 | 28 | 11 | 30 | 22 | 12 | 21 | 19 | 25 | 138 | 342 |
AVG | 271.6 | 17.6 | 5.7 | 11.4 | 25.8 | 86.1 | 16.6 | 45.2 | 45.5 | 29.1 | 53.2 | 33.3 | 53.4 | 141.2 | 467.9 |
STDEV | 28.0 | 1.1 | 1.1 | 1.6 | 0.6 | 34.4 | 3.0 | 7.2 | 10.4 | 9.6 | 18.6 | 3.8 | 22.3 | 1.3 | 116.0 |
Figure 6 shows the sizes of the modules for each unsatisfiable class in 15 ontologies; the Y-axis represents the unsatisfiable class and the X-axis represents the size of the corresponding module.
Apart from PATO_0000930, all module sizes for the 24 unsatisfiable classes were found to be equally likely in O1. The average size was close to the maximum. In O2, the modules were the same size (18), except the two classes AAO_0000679 and AAO_0000199. All but one of the modules had the same size, which also occurred in O3 and O5. In O4, the unsatisfiable class GO-0043623 had the largest module, GO-0065003 had the smallest module and the size for 76% the modules was 12. A total of 10 out of 11 unsatisfiable classes in O5 had the same sized module. The sizes of modules for all unsatisfiable classes in O14 were relatively close to each other.
The percentages of extracted incoherent modules vs. non-incoherent modules for 15 ontologies are summarized in Figure 7.
For all incoherent ontologies, we obtained extremely small modules. The largest module obtained for O13 was only 15.7%. This result indicates that the dependencies between the different classes are extremely strong, and that structures of the ontology are more complex than other ontologies.
The following observations were obtained on the basis of the above-mentioned 15 charts:
(1) The size of the module is smaller than that of the non-module. For example, the percentage of the module in O7 was found to be 0.6%. This means that only 34 axioms out of the 5818 axioms are responsible for the incoherence.
(2) The percentage of the module in O13 was found to be the highest among all ontologies, although it was below 16%.
(3) The modules extracted using our Module-DOBP algorithm were found to be significantly smaller than the sizes of the original ontologies. For example, the module M6 obtained was 6/1000 of the size of O6.
Table 5 shows the comparison results for Module-DOBP and DOBP. M represents the size of the extracted module (i.e., the number of axioms in the module). TM denotes the time required to extract the module. TDOBP displays the time to compute MinAs based on the extracted modules. The Module-DOBP column shows the total time to extract the module and compute the MinAs (i.e., TM + TDOBP). The DOBP column show the time to compute the MinAs based on the original ontology.
ID. | ♯onto. | ♯u.c. | M | TM | TDOBP | Module-DOBP | DOBP | ♯MinAs |
O1 | 3511 | 25 | 327 | 3.995 | 2.151 | 6.146 | 20.579 | 25 |
O2 | 708 | 14 | 40 | 1.766 | 0.79 | 2.556 | 4.475 | 14 |
O3 | 645 | 13 | 45 | 2.302 | 0.607 | 2.909 | 1.595 | 13 |
O4 | 761 | 34 | 105 | 2.486 | 1.441 | 3.927 | 9.042 | 34 |
O5 | 3957 | 11 | 44 | 3.006 | 0.505 | 3.511 | 2.728 | 11 |
O6 | 4552 | 20 | 210 | 4.41 | 7.329 | 11.739 | 612.6 | 119 |
O7 | 5818 | 12 | 34 | 3.112 | 0.72 | 3.832 | 61.969 | 13 |
O8 | 1433 | 12 | 108 | 2.263 | 1.182 | 3.445 | 9.129 | 12 |
O9 | 2281 | 16 | 150 | 2.954 | 2.278 | 5.232 | 39.772 | 22 |
O10 | 1445 | 18 | 80 | 2.186 | 1.501 | 3.687 | 8.656 | 25 |
O11 | 2218 | 30 | 188 | 2.647 | 8.11 | 10.757 | 239.882 | 134 |
O12 | 7380 | 31 | 163 | 4.513 | 2.824 | 7.337 | 887.284 | 62 |
O13 | 1784 | 19 | 280 | 2.6 | 1.265 | 3.865 | 2.768 | 19 |
O14 | 11014 | 12 | 160 | 5.322 | 1.306 | 6.628 | 67.826 | 12 |
O15 | 19574 | 15 | 660 | 9.224 | 3.595 | 12.819 | 1803.287 | 15 |
1 ♯onto. denotes the number of axioms in an ontology. 2 ♯uc. denotes the number of unsatisfiable classes in an ontology. |
For the majority of the ontologies (13/15) in Table 4, the time required to extract modules was below 5 seconds and all 15 ontologies required less than 10 seconds. O15 required the most time to extract the modules because it had the axioms (19574).
We found that Module-DOBP performed better than DOBP for the majority of cases. Module-DOBP is considerably efficient because it was designed to extract incoherent modules and compute MinAs based on the module. Based on the results for O7,O12,O14 and O15, it turns out that module-extracting optimization is necessary to make our Module-DOBP perform well on large ontologies. For example, the size of O15 was 19574. The runtime of Module-DOBP was 12.819. However, the runtime of DOBP was 140 times longer than that for Module-DOBP. DOBP performed inefficiently because it worked on the entire ontology. Take O15 as an example. Module-DOBP took 12.819 seconds to complete the computation. However, DOBP could not complete the task within 30 minutes. Module-DOBP performed worse for O13 than DOBP. The reason is that in such a case, the additional time to extract the module is relatively large compared with the total time.
The runtime performance of Module-DOBP was strongly affected by the time consumed by extracting modules. When more time was needed, performance was substantially degraded.
In this paper, we proposed an optimization method for MinAs computation using the DOBP algorithm. Unlike the DOBP algorithm, our proposed Module-DOBP method first extracts an incoherent-module relevant to the unsatisfiability of the classes, and then implements the DOBP algorithm based on the extracted module. An incoherent-module M for an incoherent ontology O and an unsatisfiable class C is a subset of O that is guaranteed to preserve the unsatisfiability of O. The experimental evaluation showed that the Module-DOBP optimization approach performs better than the DOBP method in most cases. {Regarding future work, we will attempt to present other debugging algorithms using the module-based approach}.
We would like to thank the anonymous referees for their comments. The research presented in this paper was partially supported by the Key Science and Technology Research of Henan Province, China (Grant No. 222102210232, Grant No. 222102210279, Grant No. 212102210516)
We declare that we have no financial or personal relationships with other people or organizations that could have inappropriately influenced our work; there is no professional or other personal interest of any nature or kind in any product, service or company that could be construed as having influenced the position presented in, or the review of, the manuscript entitled, "Effective method for detecting error causes from incoherent biological ontologies".
[1] |
W. Arendt, I. Chalendar, R. Eymard, Galerkin approximation in Banach and Hilbert spaces, IMA J. Numer. Anal., 42 (2022), 165–198. https://doi.org/10.1093/imanum/draa067 doi: 10.1093/imanum/draa067
![]() |
[2] |
I. Athanasopoulos, L. Caffarelli, E. Milakis, The two-phase Stefan problem with anomalous diffusion, Adv. Math., 406 (2022), 108527. https://doi.org/10.1016/j.aim.2022.108527 doi: 10.1016/j.aim.2022.108527
![]() |
[3] | H. Attouch, Convergence de fonctionnelles convexes, In: Journées d'Analyse Non Linéaire, Berlin, Heidelberg: Springer, 1978, 1–40. https://doi.org/10.1007/BFb0061795 |
[4] | H. Attouch, Variational convergence for functions and operators, Boston: Pitman Advanced Publishing Program, 1984. |
[5] | H. Attouch, A. Damlamian, Problèmes d'évolution dans les Hilbert et applications, J. Math. Pure. Appl., 54 (1975), 53–74. |
[6] |
H. Attouch, A. Damlamian, Strong solutions for parabolic variational inequalities, Nonlinear Anal. Theor., 2 (1978), 329–353. https://doi.org/10.1016/0362-546X(78)90021-4 doi: 10.1016/0362-546X(78)90021-4
![]() |
[7] |
J. C. Bellido, J. Cueto, C. Mora-Corral, Γ-convergence of polyconvex functionals involving s-fractional gradients to their local counterparts, Calc. Var., 60 (2021), 7. https://doi.org/10.1007/s00526-020-01868-5 doi: 10.1007/s00526-020-01868-5
![]() |
[8] |
M. Błasik, M. Klimek, Numerical solution of the one phase 1D fractional Stefan problem using the front fixing method, Math. Method. Appl. Sci., 38 (2015), 3214–3228. https://doi.org/10.1002/mma.3292 doi: 10.1002/mma.3292
![]() |
[9] |
C. Brändle, E. Chasseigne, F. Quirós, Phase transitions with midrange interactions: a nonlocal Stefan model, SIAM J. Math. Anal., 44 (2012), 3071–3100. https://doi.org/10.1137/110849365 doi: 10.1137/110849365
![]() |
[10] |
L. Brasco, E. Parini, M. Squassina, Stability of variational eigenvalues for the fractional p−laplacian, Discrete Contin. Dyn. Syst., 36 (2016), 1813–1845. https://doi.org/10.3934/dcds.2016.36.1813 doi: 10.3934/dcds.2016.36.1813
![]() |
[11] | H. Brézis, Monotonicity methods in Hilbert spaces and some applications to nonlinear partial differential equations, In: Contributions to nonlinear functional analysis (Proceedings of a Symposium Conducted by the Mathematics Research Center, the University of Wisconsin–Madison, April 12–14, 1971), 1971,101–156. https://doi.org/10.1016/B978-0-12-775850-3.50009-1 |
[12] |
H. Brézis, Intégrales convexes dans les espaces de Sobolev, Israel J. Math., 13 (1972), 9–23. https://doi.org/10.1007/BF02760227 doi: 10.1007/BF02760227
![]() |
[13] | H. Brézis, Opérateurs maximaux monotones et semi-groupes de contractions dans les espaces de Hilbert, New York: North-Holland Publishing Co., 1973. |
[14] |
A. N. Ceretani, D. A. Tarzia, Determination of two unknown thermal coefficients through an inverse one-phase fractional Stefan problem, Fract. Calc. Appl. Anal., 20 (2017), 399–421. https://doi.org/10.1515/fca-2017-0021 doi: 10.1515/fca-2017-0021
![]() |
[15] | E. Chasseigne, S. Sastre-Gómez, A nonlocal two-phase Stefan problem, Differential Integral Equations, 26 (2013), 1335–1360. |
[16] | G. E. Comi, G. Stefani, A distributional approach to fractional Sobolev spaces and fractional variation: asymptotics I, Rev. Mat. Complut., in press. https://doi.org/10.1007/s13163-022-00429-y |
[17] |
G. E. Comi, G. Stefani, A distributional approach to fractional Sobolev spaces and fractional variation: Existence of blow-up, J. Funct. Anal., 277 (2019), 3373–3435. https://doi.org/10.1016/j.jfa.2019.03.011 doi: 10.1016/j.jfa.2019.03.011
![]() |
[18] | A. Damlamian, Résolution de certaines inéquations variationnelles stationnaires et d'évolution, Publications Sciences Mathématiques, Univ. Pierre et Marie Curie, 1976. |
[19] |
A. Damlamian, Some results on the multi-phase Stefan problem, Commun. Part. Differ. Equ., 2 (1977), 1017–1044. https://doi.org/10.1080/03605307708820053 doi: 10.1080/03605307708820053
![]() |
[20] |
A. Damlamian, N. Kenmochi, Asymptotic behavior of solutions to a multiphase Stefan problem, Japan J. Appl. Math., 3 (1986), 15. https://doi.org/10.1007/BF03167089 doi: 10.1007/BF03167089
![]() |
[21] |
F. del Teso, J. Endal, E. R. Jakobsen, Robust numerical methods for nonlocal (and local) equations of porous medium type. Part II: Schemes and experiments, SIAM J. Numer. Anal., 56 (2018), 3611–3647. https://doi.org/10.1137/18M1180748 doi: 10.1137/18M1180748
![]() |
[22] |
F. del Teso, J. Endal, E. R. Jakobsen, Robust numerical methods for nonlocal (and local) equations of porous medium type. Part I: Theory, SIAM J. Numer. Anal., 57 (2019), 2266–2299. https://doi.org/10.1137/19M1237041 doi: 10.1137/19M1237041
![]() |
[23] |
F. del Teso, J. Endal, J. L. Vázquez, On the two-phase fractional Stefan problem, Adv. Nonlinear Stud., 20 (2020), 437–458. https://doi.org/10.1515/ans-2020-2081 doi: 10.1515/ans-2020-2081
![]() |
[24] |
F. del Teso, J. Endal, J. L. Vázquez, The one-phase fractional Stefan problem, Math. Mod. Meth. Appl. Sci., 31 (2021), 83–131. https://doi.org/10.1142/S0218202521500032 doi: 10.1142/S0218202521500032
![]() |
[25] | F. Demengel, G. Demengel, Functional spaces for the theory of elliptic partial differential equations, London: Springer, 2012. https://doi.org/10.1007/978-1-4471-2807-6 |
[26] | G. Duvaut, Résolution d'un problème de Stefan (fusion d'un bloc de glace à zéro degré), C. R. Acad. Sci. Paris Sér. A-B, 276 (1973), A1461–A1463. |
[27] |
J. Fernández Bonder, A. Silva, J. F. Spedaletti, Gamma convergence and asymptotic behavior for eigenvalues of nonlocal problems, Discrete Contin. Dyn. Syst., 41 (2021), 2125–2140. https://doi.org/10.3934/dcds.2020355 doi: 10.3934/dcds.2020355
![]() |
[28] |
A. Friedman, The Stefan problem in several space variables, Trans. Amer. Math. Soc., 133 (1968), 51–87. https://doi.org/10.1090/S0002-9947-1968-0227625-7 doi: 10.1090/S0002-9947-1968-0227625-7
![]() |
[29] | A. Henrot, Extremum problems for eigenvalues of elliptic operators, Basel: Birkhäuser Verlag, 2006. https://doi.org/10.1007/3-7643-7706-2 |
[30] | K. Ishige, T. Kawakami, Refined asymptotic expansions of solutions to fractional diffusion equations, 2021, arXiv: 2109.14193. |
[31] | S. L. Kamenomostskaja, On Stefan's problem, Mat. Sb. (N.S.), 53 (1961), 489–5C. |
[32] | N. Kenmochi, Solvability of nonlinear evolution equations with time-dependent constraints and applications, Bulletin of the Faculty of Education, Chiba University, 1981. |
[33] | O. A. Ladyženskaja, V. A. Solonnikov, N. N. Ural'ceva, Linear and quasi-linear equations of parabolic type, Providence: American Mathematical Society, 1968. |
[34] |
X. Li, Analytical solutions to a fractional generalized two phase Lame-Clapeyron-Stefan problem, International Journal of Numerical Methods for Heat & Fluid Flow, 24 (2014), 1251–1259. https://doi.org/10.1108/HFF-03-2013-0102 doi: 10.1108/HFF-03-2013-0102
![]() |
[35] | J.-L. Lions, Quelques méthodes de résolution des problèmes aux limites non linéaires, Paris: Gauthier-Villars, 1969. |
[36] | C. W. Lo, J. F. Rodrigues, On a class of nonlocal obstacle type problems related to the distributional Riesz fractional derivative, 2021, arXiv: 2101.06863. |
[37] |
S. W. McCue, B. Wu, J. M. Hill, Classical two-phase Stefan problem for spheres, Proc. R. Soc. A, 464 (2008), 2055–2076. https://doi.org/10.1098/rspa.2007.0315 doi: 10.1098/rspa.2007.0315
![]() |
[38] | O. A. Oleĭnik, A method of solution of the general Stefan problem, Soviet Math. Dokl., 1 (1960), 1350–1354. |
[39] | R. T. Rockafellar, Integrals which are convex functionals. II, Pacific J. Math., 39 (1971), 439–469. |
[40] | J. F. Rodrigues, The Stefan problem revisited, In: Mathematical models for phase change problems, Basel: Birkhäuser, 1989,129–190. https://doi.org/10.1007/978-3-0348-9148-6_8 |
[41] | J. F. Rodrigues, Variational methods in the Stefan problem, In: Phase transitions and hysteresis, Berlin, Heidelberg: Springer, 1994,147–212. http://dx.doi.org/10.1007/BFb0073397 |
[42] | S. Roscani, K. Ryszewska, L. Venturato, A one-phase space – fractional Stefan problem with no liquid initial domain, 2021, arXiv: 2111.06690. |
[43] | S. D. Roscani, D. A. Tarzia, A generalized Neumann solution for the two-phase fractional Lamé-Clapeyron-Stefan problem, Advances in Mathematical Sciences and Applications, 24 (2014), 237–249. |
[44] |
K. Ryszewska, A space-fractional Stefan problem, Nonlinear Anal., 199 (2020), 112027. https://doi.org/10.1016/j.na.2020.112027 doi: 10.1016/j.na.2020.112027
![]() |
[45] |
T.-T. Shieh, D. Spector, On a new class of fractional partial differential equations, Adv. Calc. Var., 8 (2014), 321–366. https://doi.org/10.1515/acv-2014-0009 doi: 10.1515/acv-2014-0009
![]() |
[46] |
T.-T. Shieh, D. Spector, On a new class of fractional partial differential equations II, Adv. Calc. Var., 11 (2017), 289–307. https://doi.org/10.1515/acv-2016-0056 doi: 10.1515/acv-2016-0056
![]() |
[47] |
M. Silhavy, Fractional vector analysis based on invariance requirements (critique of coordinate approaches), Continuum Mech. Thermodyn., 32 (2020), 207–288. https://doi.org/10.1007/s00161-019-00797-9 doi: 10.1007/s00161-019-00797-9
![]() |
[48] |
J. Simon, Compact sets in the space Lp(0,T;B), Annali di Matematica pura ed applicata, 146 (1987), 65–96. https://doi.org/10.1007/BF01762360 doi: 10.1007/BF01762360
![]() |
[49] |
B. E. Stoth, Convergence of the two-phase Stefan problem to the one-phase problem, Quart. Appl. Math., 55 (1997), 113–126. https://doi.org/10.1090/qam/1433755 doi: 10.1090/qam/1433755
![]() |
[50] | D. A. Tarzia, Sur le problème de Stefan à deux phases, C. R. Acad. Sci. Paris Sér. A, 288 (1979), 941–944. |
[51] | D. A. Tarzia, Étude de l'inéquation variationnelle proposée par Duvaut pour le problème de Stefan à deux phases. I, Boll. Un. Mat. Ital. B (6), 1 (1982), 865–883. |
[52] | D. A. Tarzia, Étude de l'inéquation variationnelle proposée par Duvaut pour le problème de Stefan à deux phases. II, Boll. Un. Mat. Ital. B (6), 2 (1983), 589–603. |
[53] | A. Visintin, Introduction to Stefan-type problems, In: Handbook of differential equations: evolutionary equations. Vol. IV, Amsterdam: Elsevier/North-Holland, 1971,377–484. http://dx.doi.org/10.1016/S1874-5717(08)00008-X |
[54] |
V. R. Voller, An exact solution of a limit case Stefan problem governed by a fractional diffusion equation, Int. J. Heat Mass Trans., 53 (2010), 5622–5625. https://doi.org/10.1016/j.ijheatmasstransfer.2010.07.038 doi: 10.1016/j.ijheatmasstransfer.2010.07.038
![]() |
[55] | E. Zeidler, Nonlinear functional analysis and its applications. II/A: Linear monotone operators, New York: Springer, 1990. https://doi.org/10.1007/978-1-4612-0985-0 |
Constructors | Syntax | Semantics |
top class | ⊤ | ΔI |
bottom class | ⊥ | ∅ |
class name | A | AI |
negation | ¬B | ΔI∖BI |
conjunction | C⊓D | CI∩DI |
disjunction | C⊔D | CI∪DI |
existential restriction | ∃R.C | {a∈ΔI|∃b.(a,b)∈rI∧b∈CI} |
universal restriction | ∀R.C | {a∈ΔI|∀b.(a,b)∈rI→b∈CI} |
at-least restriction | ≥nS.C | {x∈ΔI|♯{y:(x,y)∈SI∧y∈CI≥n} |
at-most restriction | ≤nS.C | {x∈ΔI|♯{y:(x,y)∈SI∧y∈CI≤n} |
property name | R | RI⊆ΔI×ΔI |
inverse property | R− | {(x,y)∈ΔI×ΔI|(y,x)∈RI} |
transitivity | Trans(R) | (x,y),(y,z)∈RI→(x,z)∈RI |
property inclusion | R⊑S | RI⊆SI |
class inclusion | C⊑D | CI⊆DI |
class equivalence | C ≡D | CI=DI |
Input: O, unsatisfiable class C Output: MinA(O,C) |
1 Σ:=O 2 for each axiom α∈O do 3 if Σ∖α⊨C⊑⊥ then 4 Σ:=Σ∖α 5 return Σ |
Input: O:an ontology; C:an unsatisfiable class Output: MC: C-module of O |
1 MC←∅,O′←O 2 while O′!=∅ do 3 α← SelectAxiom(O′) 4 if LocalityTest(α, {C}∪Sig(MC)) then 5 O′←O′∖{α} # α is processed 6 else 7 MC←MC∪{α} # move α into MC 8 O′←O∖MC # reset O′ to the complement of MC 9 end if 10 end while 11 return MC |
♯ | MC | O′2 | New elements in S ∪ Sig(MC) | α | loc.? |
1 | ∅ | α1−α5 | Cystic-Fibrosis, Genetic-Disorder | α1 | No |
2 | α1 | α2−α5 | Fibrosis, located-In, Pancreas, has-Origin, Genetic-Origin | α2 | No |
3 | α1,α2 | α3−α5 | Genetic-Fibrosis | α3 | No |
4 | α1−α3 | α4,α5 | — | α4 | No |
5 | α1−α4 | α5 | — | α5 | Yes |
6 | α1−α4 | — | — | — |
Input: O:ontology; C:an unsatisfiable class Output: MinAs of C |
1 CS=∅ 2 if C∈CS then 3 return null 4 CS←CS∪{C} 5 MinAs ← DOBP_IsaDisjoint(O,C) 6 MinAs ← MinAs ∪ DOBP_ExistBot(O,C) 7 MinAs ← MinAs ∪ DOBP_ExistAll(O,C) 8 MinAs ← MinAs ∪ DOBP_ExistDomain(O,C) 9 return MinAs |
Input: O:ontology Output: MinAs |
1 CS←O,M=∅ 2 for C in CS 3 MC←ExtractModule(O,C) 4 M=M∪MC 5 end for 6 for C in CS 7 MinAs ← DOBP_IsaDisjoint(M,C) 8 MinAs ← MinAs ∪ DOBP_ExistBot(M,C) 9 MinAs ← MinAs ∪ DOBP_ExistAll(M,C) 10 MinAs ← MinAs ∪ DOBP_ExistDomain(M,C) 11 end for 12 return MinAs |
ID. | Name | Exp. | ♯C | ♯P | ♯onto. | ♯u.c. |
O1 | NIF_Dysfunction | SHOIF(D) | 2749 | 60 | 3511 | 25 |
O2 | amphibian_anatomy | SH | 700 | 2 | 708 | 14 |
O3 | cell | ALCH | 814 | 32 | 645 | 13 |
O4 | cellular_component | ALCH | 1111 | 32 | 761 | 34 |
O5 | brenda | ALCH | 3138 | 3 | 3957 | 11 |
O6 | Cellular09 | SH | 2370 | 4 | 4552 | 20 |
O7 | Cellular12 | SR | 3121 | 7 | 5818 | 12 |
O8 | cereal | ALCH | 869 | 2 | 1433 | 12 |
O9 | cereal_anatomy | SR | 1271 | 4 | 2281 | 16 |
O10 | envo | SH | 1226 | 3 | 1445 | 18 |
O11 | envo_xp | SH | 1779 | 8 | 2218 | 30 |
O12 | event | SH | 3829 | 4 | 7380 | 31 |
O13 | fix | ALCH | 1163 | 2 | 1784 | 19 |
O14 | fly | SHI | 6322 | 3 | 11014 | 12 |
O15 | fly_anatomy | SRI | 7798 | 21 | 19574 | 15 |
ID. | O1 | O2 | O3 | O4 | O5 | O6 | O7 | O8 | O9 | O10 | O11 | O12 | O13 | O14 | O15 |
MAX | 282 | 18 | 6 | 15 | 26 | 151 | 21 | 53 | 60 | 48 | 90 | 42 | 93 | 142 | 585 |
MIN | 135 | 14 | 2 | 6 | 24 | 28 | 11 | 30 | 22 | 12 | 21 | 19 | 25 | 138 | 342 |
AVG | 271.6 | 17.6 | 5.7 | 11.4 | 25.8 | 86.1 | 16.6 | 45.2 | 45.5 | 29.1 | 53.2 | 33.3 | 53.4 | 141.2 | 467.9 |
STDEV | 28.0 | 1.1 | 1.1 | 1.6 | 0.6 | 34.4 | 3.0 | 7.2 | 10.4 | 9.6 | 18.6 | 3.8 | 22.3 | 1.3 | 116.0 |
ID. | ♯onto. | ♯u.c. | M | TM | TDOBP | Module-DOBP | DOBP | ♯MinAs |
O1 | 3511 | 25 | 327 | 3.995 | 2.151 | 6.146 | 20.579 | 25 |
O2 | 708 | 14 | 40 | 1.766 | 0.79 | 2.556 | 4.475 | 14 |
O3 | 645 | 13 | 45 | 2.302 | 0.607 | 2.909 | 1.595 | 13 |
O4 | 761 | 34 | 105 | 2.486 | 1.441 | 3.927 | 9.042 | 34 |
O5 | 3957 | 11 | 44 | 3.006 | 0.505 | 3.511 | 2.728 | 11 |
O6 | 4552 | 20 | 210 | 4.41 | 7.329 | 11.739 | 612.6 | 119 |
O7 | 5818 | 12 | 34 | 3.112 | 0.72 | 3.832 | 61.969 | 13 |
O8 | 1433 | 12 | 108 | 2.263 | 1.182 | 3.445 | 9.129 | 12 |
O9 | 2281 | 16 | 150 | 2.954 | 2.278 | 5.232 | 39.772 | 22 |
O10 | 1445 | 18 | 80 | 2.186 | 1.501 | 3.687 | 8.656 | 25 |
O11 | 2218 | 30 | 188 | 2.647 | 8.11 | 10.757 | 239.882 | 134 |
O12 | 7380 | 31 | 163 | 4.513 | 2.824 | 7.337 | 887.284 | 62 |
O13 | 1784 | 19 | 280 | 2.6 | 1.265 | 3.865 | 2.768 | 19 |
O14 | 11014 | 12 | 160 | 5.322 | 1.306 | 6.628 | 67.826 | 12 |
O15 | 19574 | 15 | 660 | 9.224 | 3.595 | 12.819 | 1803.287 | 15 |
1 ♯onto. denotes the number of axioms in an ontology. 2 ♯uc. denotes the number of unsatisfiable classes in an ontology. |
Constructors | Syntax | Semantics |
top class | ⊤ | ΔI |
bottom class | ⊥ | ∅ |
class name | A | AI |
negation | ¬B | ΔI∖BI |
conjunction | C⊓D | CI∩DI |
disjunction | C⊔D | CI∪DI |
existential restriction | ∃R.C | {a∈ΔI|∃b.(a,b)∈rI∧b∈CI} |
universal restriction | ∀R.C | {a∈ΔI|∀b.(a,b)∈rI→b∈CI} |
at-least restriction | ≥nS.C | {x∈ΔI|♯{y:(x,y)∈SI∧y∈CI≥n} |
at-most restriction | ≤nS.C | {x∈ΔI|♯{y:(x,y)∈SI∧y∈CI≤n} |
property name | R | RI⊆ΔI×ΔI |
inverse property | R− | {(x,y)∈ΔI×ΔI|(y,x)∈RI} |
transitivity | Trans(R) | (x,y),(y,z)∈RI→(x,z)∈RI |
property inclusion | R⊑S | RI⊆SI |
class inclusion | C⊑D | CI⊆DI |
class equivalence | C ≡D | CI=DI |
Input: O, unsatisfiable class C Output: MinA(O,C) |
1 Σ:=O 2 for each axiom α∈O do 3 if Σ∖α⊨C⊑⊥ then 4 Σ:=Σ∖α 5 return Σ |
Input: O:an ontology; C:an unsatisfiable class Output: MC: C-module of O |
1 MC←∅,O′←O 2 while O′!=∅ do 3 α← SelectAxiom(O′) 4 if LocalityTest(α, {C}∪Sig(MC)) then 5 O′←O′∖{α} # α is processed 6 else 7 MC←MC∪{α} # move α into MC 8 O′←O∖MC # reset O′ to the complement of MC 9 end if 10 end while 11 return MC |
♯ | MC | O′2 | New elements in S ∪ Sig(MC) | α | loc.? |
1 | ∅ | α1−α5 | Cystic-Fibrosis, Genetic-Disorder | α1 | No |
2 | α1 | α2−α5 | Fibrosis, located-In, Pancreas, has-Origin, Genetic-Origin | α2 | No |
3 | α1,α2 | α3−α5 | Genetic-Fibrosis | α3 | No |
4 | α1−α3 | α4,α5 | — | α4 | No |
5 | α1−α4 | α5 | — | α5 | Yes |
6 | α1−α4 | — | — | — |
Input: O:ontology; C:an unsatisfiable class Output: MinAs of C |
1 CS=∅ 2 if C∈CS then 3 return null 4 CS←CS∪{C} 5 MinAs ← DOBP_IsaDisjoint(O,C) 6 MinAs ← MinAs ∪ DOBP_ExistBot(O,C) 7 MinAs ← MinAs ∪ DOBP_ExistAll(O,C) 8 MinAs ← MinAs ∪ DOBP_ExistDomain(O,C) 9 return MinAs |
Input: O:ontology Output: MinAs |
1 CS←O,M=∅ 2 for C in CS 3 MC←ExtractModule(O,C) 4 M=M∪MC 5 end for 6 for C in CS 7 MinAs ← DOBP_IsaDisjoint(M,C) 8 MinAs ← MinAs ∪ DOBP_ExistBot(M,C) 9 MinAs ← MinAs ∪ DOBP_ExistAll(M,C) 10 MinAs ← MinAs ∪ DOBP_ExistDomain(M,C) 11 end for 12 return MinAs |
ID. | Name | Exp. | ♯C | ♯P | ♯onto. | ♯u.c. |
O1 | NIF_Dysfunction | SHOIF(D) | 2749 | 60 | 3511 | 25 |
O2 | amphibian_anatomy | SH | 700 | 2 | 708 | 14 |
O3 | cell | ALCH | 814 | 32 | 645 | 13 |
O4 | cellular_component | ALCH | 1111 | 32 | 761 | 34 |
O5 | brenda | ALCH | 3138 | 3 | 3957 | 11 |
O6 | Cellular09 | SH | 2370 | 4 | 4552 | 20 |
O7 | Cellular12 | SR | 3121 | 7 | 5818 | 12 |
O8 | cereal | ALCH | 869 | 2 | 1433 | 12 |
O9 | cereal_anatomy | SR | 1271 | 4 | 2281 | 16 |
O10 | envo | SH | 1226 | 3 | 1445 | 18 |
O11 | envo_xp | SH | 1779 | 8 | 2218 | 30 |
O12 | event | SH | 3829 | 4 | 7380 | 31 |
O13 | fix | ALCH | 1163 | 2 | 1784 | 19 |
O14 | fly | SHI | 6322 | 3 | 11014 | 12 |
O15 | fly_anatomy | SRI | 7798 | 21 | 19574 | 15 |
ID. | O1 | O2 | O3 | O4 | O5 | O6 | O7 | O8 | O9 | O10 | O11 | O12 | O13 | O14 | O15 |
MAX | 282 | 18 | 6 | 15 | 26 | 151 | 21 | 53 | 60 | 48 | 90 | 42 | 93 | 142 | 585 |
MIN | 135 | 14 | 2 | 6 | 24 | 28 | 11 | 30 | 22 | 12 | 21 | 19 | 25 | 138 | 342 |
AVG | 271.6 | 17.6 | 5.7 | 11.4 | 25.8 | 86.1 | 16.6 | 45.2 | 45.5 | 29.1 | 53.2 | 33.3 | 53.4 | 141.2 | 467.9 |
STDEV | 28.0 | 1.1 | 1.1 | 1.6 | 0.6 | 34.4 | 3.0 | 7.2 | 10.4 | 9.6 | 18.6 | 3.8 | 22.3 | 1.3 | 116.0 |
ID. | ♯onto. | ♯u.c. | M | TM | TDOBP | Module-DOBP | DOBP | ♯MinAs |
O1 | 3511 | 25 | 327 | 3.995 | 2.151 | 6.146 | 20.579 | 25 |
O2 | 708 | 14 | 40 | 1.766 | 0.79 | 2.556 | 4.475 | 14 |
O3 | 645 | 13 | 45 | 2.302 | 0.607 | 2.909 | 1.595 | 13 |
O4 | 761 | 34 | 105 | 2.486 | 1.441 | 3.927 | 9.042 | 34 |
O5 | 3957 | 11 | 44 | 3.006 | 0.505 | 3.511 | 2.728 | 11 |
O6 | 4552 | 20 | 210 | 4.41 | 7.329 | 11.739 | 612.6 | 119 |
O7 | 5818 | 12 | 34 | 3.112 | 0.72 | 3.832 | 61.969 | 13 |
O8 | 1433 | 12 | 108 | 2.263 | 1.182 | 3.445 | 9.129 | 12 |
O9 | 2281 | 16 | 150 | 2.954 | 2.278 | 5.232 | 39.772 | 22 |
O10 | 1445 | 18 | 80 | 2.186 | 1.501 | 3.687 | 8.656 | 25 |
O11 | 2218 | 30 | 188 | 2.647 | 8.11 | 10.757 | 239.882 | 134 |
O12 | 7380 | 31 | 163 | 4.513 | 2.824 | 7.337 | 887.284 | 62 |
O13 | 1784 | 19 | 280 | 2.6 | 1.265 | 3.865 | 2.768 | 19 |
O14 | 11014 | 12 | 160 | 5.322 | 1.306 | 6.628 | 67.826 | 12 |
O15 | 19574 | 15 | 660 | 9.224 | 3.595 | 12.819 | 1803.287 | 15 |
1 ♯onto. denotes the number of axioms in an ontology. 2 ♯uc. denotes the number of unsatisfiable classes in an ontology. |