<?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">Extending Fuzzy Description Logics with a Possibilistic Layer</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Fernando</forename><surname>Bobillo</surname></persName>
							<email>fbobillo@decsai.ugr.es</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Artificial Intelligence</orgName>
								<orgName type="institution">University of Granada</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Miguel</forename><surname>Delgado</surname></persName>
							<email>mdelgado@ugr.es</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Artificial Intelligence</orgName>
								<orgName type="institution">University of Granada</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Juan</forename><surname>Gómez-Romero</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science and Artificial Intelligence</orgName>
								<orgName type="institution">University of Granada</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">Extending Fuzzy Description Logics with a Possibilistic Layer</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">1D50DE1602C2CA3C1ACE1CA291A25885</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T03:04+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>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Classical ontologies are not suitable to represent imprecise nor uncertain pieces of information. As a solution we will combine fuzzy Description Logics with a possibilistic layer. Then, we will show how to perform reasoning by relying on classical existing reasoners.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Description Logics (DLs for short) are a family of logics for representing structured knowledge which have proved to be very useful as ontology languages. Nevertheless, it has been widely pointed out that classical ontologies are not appropriate to deal with imprecise, vague and uncertain knowledge, which is inherent to several real-world domains and Semantic Web tasks (e.g. the integration or merging of ontologies). Fuzzy and possibilistic logics have proved to be suitable formalisms to handle imprecise/vague and uncertain knowledge respectively. Fuzzy and possibilistic logics are orthogonal, the former handling degrees of truth and the latter handling degrees of certainty.</p><p>There exist several fuzzy and possibilistic extensions of DLs in the literature (see <ref type="bibr" target="#b0">[1]</ref> for an overview). These extensions are appropriate to handle either vagueness or uncertainty, but handling both of them has not received such attention. An exception is <ref type="bibr" target="#b1">[2]</ref>, where every fuzzy set is represented using two crisp sets (its support and core) and then axioms are extended with necessity degrees. Although for some applications this representation may be enough (and the own authors suggest to consider more α-cuts), there is a loss of information which we will overcome here. Another related work combines fuzzy vagueness and probabilistic uncertainty with description logic programs <ref type="bibr" target="#b2">[3]</ref>.</p><p>We propose to build a layer to deal with uncertain knowledge on top of a fuzzy Knowledge Base (KB) defined as in <ref type="bibr" target="#b3">[4]</ref>, by annotating the axioms with possibility and necessity degrees, and to reduce it to a possibilistic layer over a crisp ontology. Interestingly, this makes possible to perform reasoning tasks relying on existing classical reasoners e.g. Pellet (http://pellet.owldl.com).</p><p>Syntax. A possibilistic fuzzy knowledge base pf K is a fuzzy KB where each fuzzy axiom τ (see <ref type="bibr" target="#b3">[4]</ref> for details) is equipped with a possibility or necessity degree, (τ, Π α) or (τ, N α) respectively with α ∈ (0, 1]. If no degree is specified, N 1 es assumed. Necessity degrees express to what extent a formula is necessary true, whereas possibility degrees express to what extent a formula is possible.</p><p>Semantics. Let I be the set of all (fuzzy) interpretations. A possibilistic interpretation is a mapping π : I → [0, 1] such that π(I) = 1 for some I ∈ I. The intuition here is that π(I) represents the degree to which the world I is possible.</p><p>I is impossible if π(I) = 0 and fully possible if π(I) = 1. The possibility of an axiom τ is defined as P oss(τ ) = sup{π(I) | I ∈ I, I |= τ } (where sup ∅ = 0), and the necessity is defined as N ec(τ ) = 1 − P oss(¬τ ). A possibilistic interpretation π satisfies a possibilistic axiom (τ, Πγ), denoted π |= (τ, Πγ), iff P oss(τ ) ≥ γ and a possibilistic axiom (τ, N γ), denoted π |= (τ, N γ), iff N ec(τ ) ≥ γ.</p><p>Reasoning. B. Hollunder showed that reasoning within a possibilistic DL can be reduced to reasoning within a classical DL <ref type="bibr" target="#b4">[5]</ref>. We will reduce here our possibilistic fuzzy DL to a possibilistic DL. A fuzzy KB f K can be reduced to a crisp KB K(f K) and every axiom τ ∈ f K is reduced to K(τ ), which can be an axiom or a set of axioms <ref type="bibr" target="#b3">[4]</ref>. Adding degrees of certainty to f K formulae is equivalent to adding degrees of certainty to their reductions, as long as we also consider axioms preserving the semantics of the whole process (which are assumed to be necessarily true and do not have any degree of certainty associated). For every axiom (τ, Πγ) ∈ pf K, P oss(τ ) ≥ γ iff P oss(K(τ )) ≥ γ. Similarly, (τ, N γ) ∈ pf K, N ec(τ ) ≥ γ iff N ec(K(τ )) ≥ γ.</p><p>Example 1. The axiom ( tom : High ≥ 0.5 , N 0.2) means that it is possible with degree 0.2 that tom can be considered a High person with (at least) degree 0.5. It is reduced into ( tom : High ≥0.5 , N 0.2), meaning that it is possible with degree 0.2 that tom belongs to the crisp set High ≥0.5 . The final crisp KB would also need some additional axioms (consequence of the reduction of the fuzzy KB): High ≥0.5 High &gt;0 , High &gt;0.5 High ≥0.5 and High ≥1 High &gt;0.5 .</p><p>Final remarks. <ref type="bibr" target="#b3">[4]</ref> reduces a fuzzy KB to a crisp KB and reasoning is performed by computing a consistency test on the crisp KB. Our case is more difficult and needs to perform several entailment tests. Moreover, how to represent the possibilistic DL using a classical DL remains an open issue.</p></div>		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgements. This research has been partially supported from Ministerio de Educación y Ciencia (under project TIN2006-15041-C04-01 and a FPU scholarship which holds F. Bobillo) and Consejería de Innovación, Ciencia y Empresa, Junta de Andalucía (under a scholarship which holds J. Gómez-Romero).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">An overview of uncertainty and vagueness in description logics for the semantic web</title>
		<author>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Straccia</surname></persName>
		</author>
		<idno>INFSYS RR-1843-06-07</idno>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
		<respStmt>
			<orgName>Institut für Informationssysteme, Technische Universität Wien</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Possibilistic Uncertainty and Fuzzy Features in Description Logic. A Preliminary Discussion</title>
		<author>
			<persName><forename type="first">D</forename><surname>Dubois</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mengin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Prade</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Fuzzy Logic and the Semantic Web. Volume 1 of Capturing Intelligence</title>
				<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="101" to="113" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Description Logic Programs under Probabilistic Uncertainty and Fuzzy Vagueness</title>
		<author>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Straccia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of ECSQARU</title>
				<meeting>ECSQARU</meeting>
		<imprint>
			<date type="published" when="2007">2007. 2007</date>
		</imprint>
	</monogr>
	<note>To appear</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">A crisp representation for fuzzy SHOIN with fuzzy nominals and general concept inclusions</title>
		<author>
			<persName><forename type="first">F</forename><surname>Bobillo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Delgado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gómez-Romero</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of URSW 2006</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting>URSW 2006</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">218</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">An alternative proof method for possibilistic logic and its application to terminological logics</title>
		<author>
			<persName><forename type="first">B</forename><surname>Hollunder</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of UAI&apos;</title>
				<meeting>UAI&apos;</meeting>
		<imprint>
			<date type="published" when="1994">1994</date>
			<biblScope unit="volume">94</biblScope>
			<biblScope unit="page" from="327" to="335" />
		</imprint>
	</monogr>
</biblStruct>

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