<?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">Lower and Upper Approximations for Depleting Modules of Description Logic Ontologies</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">William</forename><surname>Gatens</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Liverpool</orgName>
								<address>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Boris</forename><surname>Konev</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Liverpool</orgName>
								<address>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Frank</forename><surname>Wolter</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Liverpool</orgName>
								<address>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Lower and Upper Approximations for Depleting Modules of Description Logic Ontologies</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">B0BDD1EA58801FDA085C9941E6590696</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T04:26+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>
			<abstract/>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>It is known that no algorithm can extract the minimal depleting Σ-module from ontologies in expressive description logics <ref type="bibr">(DLs)</ref>. Thus research has focused on algorithms that approximate minimal depleting modules 'from above' by computing a depleting module that is not necessarily minimal. The first contribution of this paper is an implementation (AMEX) of such a depleting module extraction algorithm for expressive acyclic DL ontologies that uses a QBF solver for checking conservative extensions relativised to singleton interpretations. To evaluate AMEX and other module extraction algorithms we propose an algorithm approximating minimal depleting modules 'from below' (which also uses a QBF solver). We present experiments based on NCI (the National Cancer Institute Thesaurus) that indicate that our lower approximation often coincides with (or is very close to) the upper approximation computed by AMEX, thus proving for the first time that an approximation algorithm for minimal depleting modules can be almost optimal on a large ontology in a non-tractable DL.</p><p>We use standard notation from logic and description logic (DL), details can be found in <ref type="bibr">[1]</ref>. In a DL, concepts are constructed from countably infinite sets N C of concept names and N R of role names using the concept constructors defined by the DL. A signature Σ is a finite subset of N C ∪N R . The Σ-reduct I| Σ of an interpretation I is obtained from I by setting ∆ I| Σ = ∆ I , and X I| Σ = X I for all X ∈ Σ, and X I| Σ = ∅ for all X ∈ Σ. Let T 1 and T 2 be TBoxes and Σ a signature. Then T 1 and T 2 are Σ-inseparable, in symbols</p><formula xml:id="formula_0">T 1 ≡ Σ T 2 , if {I| Σ | I |= T 1 } = {I| Σ | I |= T 2 }. Definition 1. Let M ⊆ T be TBoxes and Σ a signature. Then M is a depleting Σ- module of T if T \ M ≡ Σ∪sig(M) ∅.</formula><p>Every depleting module M of T is inseparable from T for its signature and, in particular, T ≡ Σ M. It follows from results in <ref type="bibr" target="#b9">[10]</ref> that T |= ϕ iff M |= ϕ holds for any second-order sentence ϕ using symbols from Σ only. Thus, a TBox and its depleting Σ-module can be equivalently replaced by each not only in applications using entailed CIs between Σ-concepts but also in data access applications with data given in Σ. For further discussion of the properties of depleting modules see <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b9">10]</ref>.</p><p>Approximating Depleting Modules While the inseparability-based notion of a module has its theoretic appeal, unfortunately, checking if a subset M of T is a depleting Σ-module of T for some given signature Σ is undecidable already for general TBoxes formulated in EL and for acyclic ALC-TBoxes <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b12">13]</ref>. Therefore, we introduce lower and upper approximations of depleting Σ-modules.</p><p>Assume that T 1 and T 2 are TBoxes and Σ a signature. Then T 1 and </p><formula xml:id="formula_1">T 2 are 1-Σ- inseparable, in symbols T 1 ≡ 1 Σ T 2 , if {I| Σ | ∆ I = 1 and I |= T 1 } = {I| Σ | ∆ I = 1 and I |= T 2 }. If</formula><formula xml:id="formula_2">Σ a signature. Then M is a 1-depleting Σ-module of T if T \ M ≡ 1 Σ∪sig(M) ∅.</formula><p>In contrast to Σ-inseparability which is undecidable, 1-Σ-inseparability can be decided by reduction to the validity of quantified Boolean formulas (QBF). By definition, every depleting Σ-module of T is a 1-depleting Σ-module of T , so 1-depleting Σ-modules are a good candidate for approximating depleting modules from below.</p><p>Theorem 1. Given an ALCQI-TBox T and signature Σ, the unique minimal 1-depleting Σ-module of T can be computed in polynomial time with each call to a QBF solver treated as a constant time oracle call.</p><p>Our upper approximation of depleting Σ-modules is also based on 1-Σ-inseparability but uses an additional syntactic dependency check to ensure that a depleting module is extracted. Let T be an acyclic TBox and Σ a signature. We say that T has a direct Σ-dependency if there exists {A, X} ⊆ Σ with A ≺ + T X, where ≺ + T is the transitive closure of the relation ≺ T ⊆ N C ×(N C ∪N R ) defined by setting A ≺ T X iff there exists an axiom of the form A C or A ≡ C in T such that X occurs in C. Although one can construct TBoxes T and depleting Σ-modules M of T such that T \ M contains direct Σ ∪sig(M)-dependencies (see <ref type="bibr" target="#b9">[10]</ref>), for typical depleting Σ-modules M, the set T \ M should not contain direct Σ ∪ sig(M)-dependencies because such dependencies indicate a semantic link between two distinct symbols in Σ ∪ sig(M).</p><p>Theorem 2. Given an acyclic ALCQI TBox T and signature Σ, the unique minimal depleting Σ-module s.t. T \ M contains no direct Σ ∪ sig(M)-dependencies can be computed in polynomial time with each call to the QBF solver being treated as a constant time oracle call.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Experiments and Evaluation To evaluate how close depleting module extraction algorithms can approximate minimal depleting modules we compared</head><p>our new system AMEX, in which the inseparability check is implemented by reduction to the validity of QBF and uses the QBF solver sKizzo <ref type="bibr" target="#b1">[2]</ref>; -⊥ * locality-based module extraction <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b14">15]</ref> as implemented in the OWL-API library version 3.2.4.1806 (called STAR-modules for ease of pronunciation); a hybrid approach in which one iterates AMEX and STAR-module extraction. This results in a depleting module contained in both the AMEX and the STAR-module; the algorithm computing the minimal 1-depleting module. The inseparability check was again implemented using the reduction to the validity of QBF and uses sKizzo. We used fragments of the NCI Thesaurus version 08.09d taken from the Bioportal <ref type="bibr" target="#b19">[20]</ref>. The results given in Table <ref type="table" target="#tab_0">1</ref> show the average sizes of the modules extracted by the four algorithms from the set of CIs NCI ( ), the set of CEs NCI (≡) and the union of both NCI over 200 random signatures for each signature size combination of 100 to 1000 concept names and 0%, 50%, and 100% of role names. In addition, in each case we give the number of signatures (out of 200) in which there is a difference between the hybrid module and the minimal 1-depleting module. It can be seen that in NCI and NCI ( ) the hybrid module almost always coincides with the minimal 1-depleting module (and therefore with the minimal depleting module). in NCI (≡), in 50% of all cases the hybrid module coincides with the minimal 1-depleting module. On average the minimal 1-depleting module is less than 0.3% smaller than the hybrid module. in all three TBoxes, hybrid modules are only slightly smaller than AMEX-modules.</p><p>in NCI (≡), AMEX-modules are significantly smaller than STAR-modules.</p><p>in NCI ( ), STAR-modules are slightly smaller than AMEX modules.</p><p>in NCI , AMEX-modules are still significantly smaller than STAR-modules, but less so than in NCI (≡). In the full version of the paper <ref type="bibr" target="#b4">[5]</ref> we also apply the hybrid approach and the lower approximation to the full NCI Thesaurus version 08.09d, which additionally contains role inclusions, domain and range restrictions, and disjointness axioms. The results are very similar to the results for NCI : hybrid modules are on average significantly smaller than STAR modules and are often identical to the minimal 1-depleting module.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conclusion</head><p>We have shown that for the NCI Thesaurus one can compute efficiently depleting modules that are consistently very close to the minimal depleting modules and often coincide with the latter. The experiments also show that for TBoxes with many axioms of the form A ≡ C, AMEX-modules can be significantly smaller than STAR-modules and that a hybrid approach can lead to significantly smaller modules than 'pure' STAR-modules. This is only the first step towards a novel systematic evaluation of the quality of upper approximations of modules using lower approximations. It would be of great interest to compute lower approximations for a more comprehensive set of cyclic ontologies and compare them with the upper approximations given by STAR-modules and by the hybrid approach. It is also interesting to investigate n-depleting modules (based on inseparability for interpretations of size at most n) with n &gt; 1. These modules can still be extracted by using QBF solvers and the same algorithm; the cost is much higher, though, since the length of the encoding into a QBF is exponential in n.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>T 1 and T 2 are Σ-inseparable, then they are 1-Σ-inseparable. Modules of NCI and its fragments</figDesc><table><row><cell>Role%</cell><cell></cell><cell></cell><cell>0%</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>50%</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>100%</cell><cell></cell><cell></cell></row><row><cell>|Σ|</cell><cell>Star</cell><cell>AMEX</cell><cell>Hybrid</cell><cell>1-dep</cell><cell>Diff/200</cell><cell>Star</cell><cell>AMEX</cell><cell>Hybrid</cell><cell>1-dep</cell><cell>Diff/200</cell><cell>Star</cell><cell>AMEX</cell><cell>Hybrid</cell><cell>1-dep</cell><cell>Diff/200</cell></row></table><note>Definition 2. Let M ⊆ T be TBoxes and</note></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<idno>23 623.47 102 500 4994.77 1003.76 1003.75 1002.95 108 4983.10 1002.14 1002.04 1001.32 101 4986.77 999.87 999.87 999.08 101 750 5539.78 1310.33 1310.31 1309.38 124 5531.60 1313.51 1311.54 1310.67 90 5525.28 1307.71 1307.71 1306.85 106 1000 5886.91 1573.06 1573.14 1572.11 122 5901.34 1577.34 1572.14 1571.10 102 5903.37 1576.95 1571.18 1570.08 103</idno>
	</analytic>
	<monogr>
		<title level="m">The Description Logic Handbook: Theory, implementation and applications</title>
				<editor>
			<persName><forename type="first">D</forename><surname>Baader</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Calvanes</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Mcguiness</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Nardi</surname></persName>
		</editor>
		<editor>
			<persName><surname>Patel-Schneider</surname></persName>
		</editor>
		<meeting><address><addrLine>Cambridge, UK</addrLine></address></meeting>
		<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2003">2003</date>
			<biblScope unit="volume">100</biblScope>
			<biblScope unit="page" from="17" to="972" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">sKizzo: a QBF decision procedure based on propositional skolemization and symbolic reasoning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Benedetti</surname></persName>
		</author>
		<idno>04-11-03</idno>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
	<note type="report_type">Technical Report</note>
	<note>ITC-irst</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Modular reuse of ontologies: theory and practice</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">Cuenca</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Kazakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Artificial Intelligence Research (JAIR)</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="b3">
	<analytic>
		<title level="a" type="main">Extracting modules from ontologies: A logic-based approach</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">Cuenca</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Kazakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Modular Ontologies</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="159" to="186" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Lower and upper approximations for depleting modules of description logic ontologies</title>
		<author>
			<persName><forename type="first">W</forename><surname>Gatens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Konev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ECAI&apos;14</title>
				<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
	<note>to appear</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Module extraction for acyclic ontologies</title>
		<author>
			<persName><forename type="first">W</forename><surname>Gatens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Konev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2013">2013</date>
			<publisher>WoMO</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">The OWL API: A Java API for OWL ontologies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Horridge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bechhofer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Semantic Web</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="11" to="21" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Conjunctive query inseparability of OWL 2 QL TBoxes</title>
		<author>
			<persName><forename type="first">B</forename><surname>Konev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Kontchakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ludwig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zakharyaschev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AAAI</title>
				<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="221" to="226" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Formal properties of modularisation</title>
		<author>
			<persName><forename type="first">B</forename><surname>Konev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Walther</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Modular Ontologies</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="25" to="66" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Model-theoretic inseparability and modularity of description logic ontologies</title>
		<author>
			<persName><forename type="first">B</forename><surname>Konev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Walther</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">203</biblScope>
			<biblScope unit="page" from="66" to="103" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Minimal module extraction from DL-Lite ontologies using QBF solvers</title>
		<author>
			<persName><forename type="first">R</forename><surname>Kontchakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Pulina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Selmer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zakharyaschev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IJCAI</title>
				<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="836" to="841" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Logic-based ontology comparison and module extraction, with an application to DL-Lite</title>
		<author>
			<persName><forename type="first">R</forename><surname>Kontchakov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zakharyaschev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">174</biblScope>
			<biblScope unit="issue">15</biblScope>
			<biblScope unit="page" from="1093" to="1141" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Deciding inseparability and conservative extensions in the description logic EL</title>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Symbolic Computing</title>
		<imprint>
			<biblScope unit="volume">45</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="194" to="228" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Reachability modules for the description logic SRIQ</title>
		<author>
			<persName><forename type="first">R</forename><surname>Nortje</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Britz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Meyer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">LPAR</title>
		<imprint>
			<biblScope unit="page" from="636" to="652" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<title level="m" type="main">Which kind of module should I extract?</title>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zakharyaschev</surname></persName>
		</author>
		<ptr target=".org" />
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
	<note>DL. CEUR-WS</note>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Web ontology segmentation: Extraction, transformation, evaluation</title>
		<author>
			<persName><forename type="first">J</forename><surname>Seidenberg</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Modular Ontologies</title>
				<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="211" to="243" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m">Modular Ontologies: Concepts, Theories and Techniques for Knowledge Modularization</title>
				<editor>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Parent</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Spaccapietra</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">5445</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Module extraction and incremental classification: A pragmatic approach for ontologies</title>
		<author>
			<persName><forename type="first">B</forename><surname>Suntisrivaraporn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC</title>
				<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="230" to="244" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Empirical study of logic-based modules: Cheap is cheerful</title>
		<author>
			<persName><forename type="first">C</forename><surname>Vescovo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Klinov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Schneider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Tsarkov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC</title>
				<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="84" to="100" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">BioPortal&apos;</title>
		<author>
			<persName><forename type="first">P</forename><surname>Whetzel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Shah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Alexander</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Nyulas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Tudorache</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Musen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nucleic Acids Research</title>
		<imprint>
			<biblScope unit="page" from="541" to="545" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

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