<?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">A Journey into Ontology Approximation: From Non-Horn to Horn (Abstract)</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Anneke</forename><surname>Haga</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Universität Bremen</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Carsten</forename><surname>Lutz</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Universität Bremen</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Johannes</forename><surname>Marti</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Universiteit van Amsterdam</orgName>
								<address>
									<country key="NL">Netherlands</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Frank</forename><surname>Wolter</surname></persName>
							<affiliation key="aff2">
								<orgName type="institution">University of Liverpool</orgName>
								<address>
									<country key="GB">UK</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Journey into Ontology Approximation: From Non-Horn to Horn (Abstract)</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">9B551D96F1FDB85661DDE178A1F70964</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T21:45+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>Despite prominent standardization efforts such as OWL, a large variety of description logics (DLs) continues to be used as ontology languages. In fact, ontology designers choose a DL suitable for their purposes based on many factors including expressive power, computational properties, and tool support <ref type="bibr" target="#b0">[1]</ref>. Since ontology engineering frequently involves (partial) reuse of existing ontologies, this raises the problem of converting an ontology written in some source DL L S into a desired target DL L T . A particularly important case is ontology approximation where L T is a fragment of L S , studied for example in <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b4">5,</ref><ref type="bibr" target="#b9">10,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b11">12]</ref> In practice, ontology approximation is often done in an ad hoc way by dropping all statements from the source ontology O S that are not expressible in L T , or at least the inexpressible parts thereof. It is well-known that this results in incomplete approximations, that is, there will be knowledge in O S that could be expressed in L T , but is not entailed by the resulting approximated ontology. The degree and nature of the resulting incompleteness is typically neither understood nor analyzed. One reason for this unsatisfactory situation might be the fact that it is by no means easy to construct complete approximations and, even worse, finite complete approximations are not guaranteed to exist. This was studied in depth in <ref type="bibr" target="#b1">[2]</ref> where ontologies formulated in expressive Horn DLs such as Horn-SHIF and ELI are approximated in tractable Horn DLs such as EL. For example, it is shown there that finite complete ELI-to-EL approximations do not exist even in extremely simple cases that frequently occur in practice. This gives rise to a new research agenda for ontology approximation that consists in mapping out the structure of complete infinite ontology approximations to guide informed decisions when manually constructing incomplete finite approximations in practice. It also enables a better understanding of the degree and nature of incompleteness.</p><p>In the paper that this abstract reports about <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8]</ref>, we consider L S -to-L T ontology approximation where L S is a non-Horn DL such as ALC and L T is a tractable Horn DL such as EL. We believe that these are extremely natural cases of ontology approximation, given that Horn vs. non-Horn is nowadays the most important classification criterion for DLs <ref type="bibr" target="#b0">[1]</ref>. Non-Horn DLs include expressive features such as negation and disjunction and require 'reasoning by cases' which is computationally costly, but also have considerably higher expressive power than Horn DLs. Horn DLs, in contrast, enjoy favourable properties such as the existence of universal models and of 'consequence-based' reasoning algorithms that avoid reasoning by cases <ref type="bibr" target="#b5">[6]</ref>. It turns out, though, that non-Horn-to-Horn approximation is a challenging endeavour.</p><p>We start with the fundamental case of ELU-to-EL approximation. Given an ELU ontology O S , we aim to find a (potentially infinite) EL ontology O T such that for all EL concepts C, D in the signature of The last two lines of O T illustrate that EL consequences of ELU ontologies can be rather non-obvious.</p><formula xml:id="formula_0">O S , O S |= C D iff O T |= C D.</formula><p>We first prove that finite approximations need not exist in the ELU-to-EL case and that depth bounded approximations may be non-elementary in size. Our main result is then a concrete approximation scheme that makes explicit the structure of complete infinite approximations and aims to keep as much structure of the source ontology as possible. An interesting and, given the results in <ref type="bibr" target="#b1">[2]</ref>, surprising feature of our scheme is that it can be expected to often deliver finite approximations in practical cases. We perform a case study based on the Manchester ontology corpus that confirms this expectation. We also show that if O S is an acyclic ELU ontology, then a finite EL approximation always exists (though it need not be acyclic).</p><p>We then proceed to the cases of ELU ⊥ -to-EL ⊥ and ALC-to-EL ⊥ approximations which turn out to be closely related to each other. They also turn out to be significantly different from the ELU-to-EL case in that finite approximations do not exist in extremely simple (and practical) cases, much like in the Horn approximation cases studied in <ref type="bibr" target="#b1">[2]</ref>. Also, finite approximations of acyclic ontologies are no longer guaranteed to exist. While this is not good news, it is remarkable that the addition of the ⊥ symbol to the source DL has such a dramatic effect. We again provide an (infinite) approximation scheme.</p><p>Finally, we propose a notion of approximation that is tailored towards applications in ontology-mediated querying <ref type="bibr" target="#b3">[4]</ref> and show that it is intimately related to the subsumption-based approximations that we had studied before. Remarkably, if we concentrate on atomic queries (AQs), then we obtain finite approximations even in the ALC-to-EL ⊥ case. Compared to the related work presented in <ref type="bibr" target="#b8">[9]</ref>, we do not require the preservation of all query answers, but only of a maximal subset thereof, and our method is applicable to all ontologies formulated in the source DL chosen rather than to a syntactically restricted class. We also observe an interesting application to the rewritability of ontology-mediated queries OMQ, that is, we use our results to prove that it is decidable wether an OMQ from the OMQ language (ALC, ALCQ) is rewritable into an equivalent OMQ from the language (EL ⊥ , AQ). Here, ALCQ denotes the query language that consists of all ALC concepts and AQ denotes the class of atomic queries of the form A(x).</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Example 1 .</head><label>1</label><figDesc>Consider the ELU ontology O S = { Job MainJob SideJob ∃job.SideJob ∃job.(MainJob PartTime) }. Then the following is an EL approximation of O S : O T = { ∃job.SideJob ∃job.(MainJob PartTime) ∃job.Job ∃job.MainJob ∃job.(Job PartTime) ∃job.(MainJob PartTime) }.</figDesc></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. Supported by the DFG Collaborative Research Center 1320 EASE -Everyday Activity Science and Engineering.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">An Introduction to Description Logic</title>
		<author>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2017">2017</date>
			<publisher>Cambridge University Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Ontology approximation in Horn description logics</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bötcher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
		<idno>.org</idno>
	</analytic>
	<monogr>
		<title level="m">Proc. of IJCAI</title>
				<meeting>of IJCAI</meeting>
		<imprint>
			<publisher>ijcai</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="1574" to="1580" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Expressive approximations in DL-Lite ontologies</title>
		<author>
			<persName><forename type="first">E</forename><surname>Botoeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Calvanese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rodriguez-Muro</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of AIMSA. LNCS</title>
				<meeting>of AIMSA. LNCS</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">6304</biblScope>
			<biblScope unit="page" from="21" to="31" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Ontologies and databases: The DL-Lite approach</title>
		<author>
			<persName><forename type="first">D</forename><surname>Calvanese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>De Giacomo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Lembo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lenzerini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Poggi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rodriguez-Muro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Rosati</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Reasoning Web. LNCS</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">5689</biblScope>
			<biblScope unit="page" from="255" to="356" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">EL-ifying ontologies</title>
		<author>
			<persName><forename type="first">D</forename><surname>Carral</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Feier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Hitzler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of IJCAR</title>
				<meeting>of IJCAR</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="464" to="479" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">15 years of consequence-based reasoning</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">T</forename><surname>Cucala</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Description Logic, Theory Combination, and All That -Essays Dedicated to Franz Baader on the Occasion of His 60th Birthday. LNCS</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">11560</biblScope>
			<biblScope unit="page" from="573" to="587" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">A journey into ontology approximation: From Non-Horn to Horn</title>
		<author>
			<persName><forename type="first">A</forename><surname>Haga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Marti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of IJCAI. ijcai.org</title>
				<meeting>of IJCAI. ijcai.org</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">A journey into ontology approximation: From Non-Horn to Horn</title>
		<author>
			<persName><forename type="first">A</forename><surname>Haga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Marti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wolter</surname></persName>
		</author>
		<idno>CoRR abs/2001.07754</idno>
		<ptr target="https://arxiv.org/abs/2001.07754" />
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Datalog rewritability of disjunctive datalog programs and non-Horn ontologies</title>
		<author>
			<persName><forename type="first">M</forename><surname>Kaminski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Nenov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.artint.2016.03.006</idno>
		<ptr target="https://doi.org/10.1016/j.artint.2016.03.006" />
	</analytic>
	<monogr>
		<title level="j">Artif. Intell</title>
		<imprint>
			<biblScope unit="volume">236</biblScope>
			<biblScope unit="page" from="90" to="118" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Approximating OWL-DL ontologies</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Z</forename><surname>Pan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Thomas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AAAI</title>
				<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="1434" to="1439" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Soundness preserving approximation for tbox reasoning</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Ren</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Z</forename><surname>Pan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of AAAI</title>
				<meeting>of AAAI</meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Pagoda: Pay-as-you-go ontology query answering using a datalog reasoner</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Nenov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kaminski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Artif. Intell. Res</title>
		<imprint>
			<biblScope unit="volume">54</biblScope>
			<biblScope unit="page" from="309" to="367" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

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