<?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 Distribution Semantics for non-DL-Safe Probabilistic Hybrid Knowledge Bases</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Marco</forename><surname>Alberti</surname></persName>
							<email>marco.alberti@unife.it</email>
							<affiliation key="aff0">
								<orgName type="department">Dipartimento di Matematica e Informatica</orgName>
								<orgName type="institution">University of Ferrara</orgName>
								<address>
									<addrLine>Via ; Saragat 1</addrLine>
									<postCode>I-44122</postCode>
									<settlement>Ferrara</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Evelina</forename><surname>Lamma</surname></persName>
							<email>evelina.lamma@unife.it</email>
							<affiliation key="aff1">
								<orgName type="department">Dipartimento di Ingegneria</orgName>
								<orgName type="institution">University of Ferrara</orgName>
								<address>
									<addrLine>Via ; Saragat 1</addrLine>
									<postCode>I-44122</postCode>
									<settlement>Ferrara</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Fabrizio</forename><surname>Riguzzi</surname></persName>
							<email>fabrizio.riguzzi@unife.it</email>
							<affiliation key="aff0">
								<orgName type="department">Dipartimento di Matematica e Informatica</orgName>
								<orgName type="institution">University of Ferrara</orgName>
								<address>
									<addrLine>Via ; Saragat 1</addrLine>
									<postCode>I-44122</postCode>
									<settlement>Ferrara</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Riccardo</forename><surname>Zese</surname></persName>
							<email>riccardo.zese@unife.it</email>
							<affiliation key="aff1">
								<orgName type="department">Dipartimento di Ingegneria</orgName>
								<orgName type="institution">University of Ferrara</orgName>
								<address>
									<addrLine>Via ; Saragat 1</addrLine>
									<postCode>I-44122</postCode>
									<settlement>Ferrara</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Distribution Semantics for non-DL-Safe Probabilistic Hybrid Knowledge Bases</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">F6E5CFF4F7FA72BEB63B1E3F7F5D620D</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T01:19+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Hybrid Knowledge Bases</term>
					<term>MKNF</term>
					<term>Distribution Semantics</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Logic Programming languages and Description Logics are based on different domain closure assumptions, closed and the open world assumption, respectively. Since many domains require both these assumptions, the combination of LP and DL have become of foremost importance. An especially successful approach is based on Minimal Knowledge with Negation as Failure (MKNF), whose semantics is used to define Hybrid KBs, composed of logic programming rules and description logic axioms. Following such idea, we have proposed an approach for defining DL-safe Probabilistic Hybrid Knowledge Bases, where each disjunct in the head of LP clauses and each DL axiom is annotated with a probability value, following the well known distribution semantics. In this paper, we show that this semantics can be unintuitive for non-DL-safe PHKBs, and we propose a new semantics that coincides with the previous one if the PHKB is DL-safe.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Usually, complex domains are modeled using either Logic Programming (LP) languages or Description Logic (DL) languages. These languages share many similarities because they are both based on first order logic. On the other hand, the main and remarkable difference is the domain closure assumption: closedworld assumption for LP and open-world assumption for DLs. However, the management of many domains, such as in legal reasoning <ref type="bibr" target="#b0">[1]</ref>, requires different closure assumptions.</p><p>The combination of LP and DL have been proposed by several authors and one of the most effective approaches is called Minimal Knowledge with Negation as Failure (MKNF) <ref type="bibr" target="#b14">[15]</ref>. MKNF was then applied to define hybrid knowledge bases (HKBs) <ref type="bibr" target="#b17">[18]</ref>, which are defined as the combination of a logic program and a DL KB.</p><p>A large number of works in LP show how many domains, especially those derived from the real world, are often characterized by uncertain information, and present approaches and semantics for allowing probabilistic reasoning, leading to the dawn of the Probabilistic Logic Programming (PLP) field. One of the most widespread approach is the distribution semantics <ref type="bibr" target="#b23">[24]</ref>, where a program defines a probability distribution over normal Logic Programs, called worlds, from which the probability of a query is obtained. The distribution semantics underlies many languages such as Probabilistic Logic Programs <ref type="bibr" target="#b9">[10]</ref>, Logic Programs with Annotated Disjunctions (LPADs) <ref type="bibr" target="#b26">[27]</ref>, CP-logic <ref type="bibr" target="#b24">[25]</ref> and ProbLog <ref type="bibr" target="#b10">[11]</ref>.</p><p>Similarly, DLs also need to manage uncertainty. The combination with probability theory have been proposed by several works exploiting graphical models: <ref type="bibr" target="#b8">[9]</ref> and <ref type="bibr" target="#b7">[8]</ref> exploit Bayesian networks while <ref type="bibr" target="#b13">[14]</ref> combines DLs with Markov networks. Other approaches exploit Nilsson's probabilistic logic <ref type="bibr" target="#b18">[19]</ref>: <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b16">17,</ref><ref type="bibr" target="#b6">7]</ref> reason with intervals of probability values. Others make use of databases techniques to store and recover information such as <ref type="bibr" target="#b11">[12]</ref>.</p><p>In <ref type="bibr" target="#b4">[5]</ref> we defined DISPONTE (for "DIstribution Semantics for Probabilistic ONTologiEs"), which applies the distribution semantics to DLs, allowing to associate probability values to axioms of a KB. The probability of queries is computed as for PLP languages.</p><p>In <ref type="bibr" target="#b1">[2]</ref> we proposed an approach for defining DL-safe Probabilistic Hybrid KBs (PHKBs) under the distribution semantics combining LPADs with DLs under DISPONTE semantics. In a PHKB, if the logic program is stratified, each program has a unique model, thus query's probability is the sum of probabilities of each program that implies the query.</p><p>A similar approach is the one of <ref type="bibr" target="#b19">[20]</ref> where a sigma-algebra over complex relational models is used to allow existentials in ontologies and to define probability values on such information. The proposals makes use of semantic trees to define its semantics, such trees model the sequence of random variables and specify the trace of a generative process with its associated probabilities. The semantics so defined can be applied to different languages, allowing the integration of existence, identity, roles and ontologies into a clean semantic framework. We believe our approach leads to the definition of the same sigma-algebra and semantics, we leave for future work a detailed comparison with this work.</p><p>In this paper, we show that the semantics proposed in <ref type="bibr" target="#b1">[2]</ref> can be unintuitive for non-DL-safe PHKBs, and we propose a new semantics that behaves as, arguably, expected. We also show that the new semantics coincides with the previous one if the PHKB is DL-safe.</p><p>The paper is structured as follows. In Section 2, we provide some background notions and define MKNF HKBs. In Section 3, we introduce our probabilistic extension to hybrid MKNF knowledge bases, and in Section 4 we define their semantics. Section 5 concludes the paper.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Background</head><p>This section introduces the necessary background to understand PHKBs. In particular, Section 2.1 introduces HKBs as the combination of DLs with LP. Then, Sections 2.3 and 2.2 present probabilistic DLs and probabilistic LPs, which are combined in PHKBs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">MKNF Hybrid Knowledge Bases</head><p>The logic of Minimal Knowledge with Negation as Failure (MKNF) was introduced in <ref type="bibr" target="#b14">[15]</ref>. An MKNF Hybrid Knowledge Base (HKB) <ref type="bibr" target="#b17">[18]</ref> is a pair K = O, P where O is a DL knowledge base and P is a set of LP rules of the form h ← a 1 , . . . , a n , ∼b 1 , . . . , ∼b m , where a i and b i are atoms; ∼ represents default negation; a negative literal is a default negated atom.</p><p>DLs are a fragment of First Order Logic (FOL) used to model ontologies <ref type="bibr" target="#b3">[4]</ref>, thus they can be directly translated into FOL by exploiting a function π, which maps axioms to first order formulas. A DL knowledge base (KB) is defined using concepts, roles and individuals. A HKB is positive if no negative literals occur in it. Note that we simplify the definition in <ref type="bibr" target="#b17">[18]</ref> by disallowing disjunctions, which we do not need, in LP rule heads.</p><p>Given a HKB K = O, P , an atom in P is a DL-atom if its predicate occurs in O, a non-DL-atom otherwise. An LP rule is DL-safe if each of its variables occurs in at least one positive non-DL-atom in the body; a HKB is DL-safe if all its LP-rules are DL-safe. If there exists at least one LP rule that is not DL-safe, we say that the HKB is non-DL-safe.</p><p>A Hybrid Knowledge Base is given semantics by transforming it into an MKNF formula. More precisely, the transform π defined for DLs is extended as follows to support LP rules (where π(O) is the translation of O by means of π):</p><formula xml:id="formula_0">-if C is a rule of the form h ← a 1 , . . . , a n , ∼b 1 , . . . , ∼b m and X is the vector of all variables in C, π(C) = ∀X(K a 1 ∧ . . . ∧ K a n ∧ not b 1 ∧ . . . ∧ . . . not b m ⊃ K h) -π(P) = C∈P π(C) -π( O, P ) = K π(O) ∧ π(P)</formula><p>The syntax of MKNF is the syntax of first order logic augmented with modal operators K and not . In the following, ∆ is the Herbrand universe of the signature at hand. An MKNF structure is a triple (I, M, N ) where I as a first-order interpretation over ∆ and M and N are sets of first order interpretations over ∆. Entailment of a closed formula by an MKNF structure is defined as follows:</p><formula xml:id="formula_1">(I, M, N ) |= p ⇔ p ∈ I (I, M, N ) |= ¬ϕ ⇔ (I, M, N ) |= φ (I, M, N ) |= ϕ 1 ∧ ϕ 2 ⇔ (I, M, N ) |= ϕ 1 and (I, M, N ) |= ϕ 2 (I, M, N ) |= ∃x : ϕ ⇔ (I, M, N ) |= ϕ[α/x] for some α ∈ ∆ (I, M, N ) |= K ϕ ⇔(J, M, N ) |= ϕ for all J ∈ M (I, M, N ) |= not ϕ ⇔(J, M, N ) |= ϕ for some J ∈ N An MKNF interpretation is a set M of interpretations over ∆. An interpre- tation M is an MKNF model of a closed formula ϕ iff -(I, M, M ) |= ϕ for all I ∈ M -for all M ⊃ M , for some I ∈ M (I , M , M ) |= ϕ</formula><p>A formula ϕ entails a formula φ, written ϕ |= MKNF φ, iff for all MKNF models M of ϕ and for all I ∈ M (I, M, M ) |= φ.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Probabilistic Logic Programs</head><p>We consider Logic Programs with Annotated Disjunctions (LPADs) <ref type="bibr" target="#b25">[26]</ref>, which consist of a finite set of annotated disjunctive clauses r i of the form h i1 : Π i1 ; . . . ; h ini : Π ini ← b i1 , . . . , b imi . Here, b i1 , . . . , b imi are logical literals which form the body of r i , denoted by body(r i ), while h i1 , . . . h ini are logical atoms and {Π i1 , . . . , Π ini } are real numbers in the interval [0, 1] such that</p><formula xml:id="formula_2">ni k=1 Π ik ≤ 1. If n i = 1 and Π i1 = 1 the clause is a non-disjunctive clause. If ni k=1 Π ik &lt; 1,</formula><p>the head of the annotated disjunctive clause implicitly contains an extra atom null that does not appear in the body of any clause and whose annotation is 1 − ni k=1 Π ik . The grounding of an LPAD P is denoted by ground(P). An atomic choice is a triple (r i , θ j , k) where r i ∈ P, θ j is a substitution that grounds r i and k ∈ {1, . . . , n i } identifies a head atom of r i . It corresponds to an assignment X ij = k, where X ij is a multi-valued random variable which corresponds to C i θ j .</p><p>A set of atomic choices κ is consistent if only one head is selected from a ground clause. In this case it is called a composite choice. The probability P (κ) of a composite choice κ is (ri,θj ,k)∈κ Π ik . A selection σ is a set of atomic choices that, for each clause r i θ j in ground(P), contains an atomic choice (r i , θ j , k). It identifies a world w σ of P, i.e., a normal logic program defined as</p><formula xml:id="formula_3">w σ = {(h ik ← body(r i ))θ j |(r i , θ j , k) ∈ σ}.</formula><p>We consider only sound LPADs, where each possible world has a total wellfounded model, so w σ |= q means that the query q is true in the well-founded model of the program w σ . The probability of a query q given a world w σ is P (q|w σ ) = 1 if w σ |= q and 0 otherwise. The probability of q is then:</p><formula xml:id="formula_4">P (q) = wσ∈L T P (q, w σ ) = wσ∈L T P (q|w σ )P (w σ ) = wσ∈L T :wσ|=q P (w σ )<label>(1)</label></formula><p>Given an LPAD P, W P is the set of all P's possible worlds. A composite choice, or a set of composite choices, determine sets of worlds. In particular, given a composite choice κ, the set of worlds determined by κ is the set of worlds identified by total choices that are subsets of κ, i.e., ω κ = {w σ | κ ⊆ σ}. Given a set K of composite choices, the set of worlds determined by K is ω K = κ∈K ω κ ; two sets K 1 and K 2 of composite choices are equivalent if ω K1 = ω K2 .</p><p>We assign probabilities to sets of worlds, rather than to individual worlds, as follows. Given an LPAD P, let Ω P be the set of sets of worlds determined by countable sets of countable composite choices. As shown in <ref type="bibr" target="#b20">[21]</ref>, Ω P is a σalgebra over W P , so a probability measure µ : Ω K → [0, 1] can be defined over Ω P .</p><p>A set of composite choices is pairwise incompatible if any two choices from the set are incompatible; the probability of a pairwise incompatible set of composite choices is the sum of the probabilities of its elements.</p><p>Given a ground query q, a composite choice κ is an explanation for q if w |= q for all w ∈ ω κ . A set K of composite choices is covering for</p><formula xml:id="formula_5">q if {w | w |= q} ⊆ ω K .</formula><p>The author of <ref type="bibr" target="#b20">[21]</ref> shows that for each countable set K of countable composite choices, there exists a pairwise incompatible countable set K of countable composite choices that is equivalent to K, in the sense that they identify the same set of worlds.</p><p>For sound LPADs each query q has a countable covering set K of countable infinite explanations <ref type="bibr" target="#b20">[21]</ref>; since there exists a pairwise incompatible set K that is equivalent to K, we can define the probability of q as µ(K ).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Probabilistic Description Logics</head><p>DISPONTE <ref type="bibr" target="#b4">[5]</ref> applies the distribution semantics to probabilistic ontologies, allowing the definition of probabilistic knowledge bases O, that are sets of certain and probabilistic axioms. Certain axioms are regular DL axioms, while probabilistic axioms take the form Π :: a, where Π is a real number in [0, 1] and a is a DL axiom.</p><p>An atomic choice for an axiom a is a pair (a, i), where i is 1 if a is selected and 2 otherwise. Composite choices, set of composite choices and the other concepts from the previous subsection can be defined similarly. A world, here, is obtained by including in it all certain axioms and a subset of the uncertain axioms. The probability of the world is given by the product of the probability Π for the included axioms and 1 − Π for the excluded ones. The probability of a query is then the sum of the probabilities of the worlds where the query holds (see Eq. 1).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Probabilistic Hybrid Knowledge Bases</head><p>A Probabilistic Hybrid Knowledge Base (PHKB) is a pair K = O, P where O is a DISPONTE knowledge base and P is an LPAD without function symbols.</p><p>In <ref type="bibr" target="#b1">[2]</ref>, a PHKB's semantics is given by first grounding it over all the constants in the PHKB. A world is the deterministic ground HKB obtained by selecting, for each clause h i1 : Π i1 ; . . . ; h ini : Π ini ← b i1 , . . . , b imi , one of the disjuncts in the head and some of the DL axioms. The world's probability is the product of the probabilities of the selected head disjuncts and the selected axioms. In terms of the definitions given in Section 2.2, that is the probability of the set of worlds whose only element is the world at hand. Definition 1. Given a world w, the probability of a query q is defined as P (q|w) = 1 if w |= MKNF K q and 0 otherwise.</p><p>The probability of the query is its marginal probability:</p><formula xml:id="formula_6">P (q) = w P (w)P (q|w)<label>(2)</label></formula><p>Example 1. The following KB K models the insurgence of a protest against animal testing: P = (C 1 ) protest : 0.6 ← activist(X), ∼cruelT oAnimals(X). activist(kevin). (C 2 ) activist(nadia) : 0.3. O = ∃hasAnimal.pet ¬cruelT oAnimals (kevin, fluffy) : hasAnimal (E 1 ) 0.4 :: fluffy : cat cat pet This KB has 16 worlds and the query protest is true in four of them, those containing activist(nadia) and protest ← activist(nadia), ∼cruelT oAnimals(nadia), plus other two, those in which activist(nadia) is absent and fluffy : cat and protest ← activist(kevin), ∼cruelT oAnimals(kevin) are present.</p><p>So the probability of protest is 0.3 • 0.6 + 0.7 • 0.4 • 0.6 = 0.18 + 0.168 = 0.438.</p><p>This semantics is defined regardless of the PHKB's DL-safety, but it can give unintuitive results for non-DL-safe PHKBs, essentially because a non-DL-safe HKB may not have the same MKNF models of its grounding over its constants. Consider, for example, the following non-DL-safe HKB. In a model of K's, no individual is a dog in all interpretations, so each individual is a person. This means that in all interpretations, the guard that john commands is a person, and due to the first axiom, a soldier; in other words, in each interpretation john commands a soldier, and is a commander. Thus, K |= K commander(john).</p><p>However, the grounding over the known individuals yields the following clause:</p><formula xml:id="formula_7">P = person(john) ←∼dog(john).</formula><p>so the only individual known to be a person is john, and (except in the worlds where john commands himself) the guard that john commands cannot be inferred to be a soldier . So the grounding of the HKB does not entail K soldier (john).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Semantics for non-DL-safe PHKBs</head><p>In this section, we propose a generalization of the semantics that is given by grounding the PHKB not only over the constants occurring in it, but also on the countable supply of constants provided by the standard name assumption <ref type="bibr" target="#b17">[18]</ref>. We call ∆ the resulting countable set of constants.</p><p>Intuitively, a possible world is obtained by selecting one annotated disjunct for each ground clause in P, and some of the axioms in O, as in the semantics proposed in <ref type="bibr" target="#b1">[2]</ref>, but since worlds are obtained from infinite choice and so their probability is 0, in order to have a non-zero probability for a query we assign probabilities to sets of worlds, rather than to individual worlds.</p><p>We do so by extending to PHKBs the semantics for LPADs with function symbols recalled in Section 2.2. In particular, we extend the notion of atomic choice to axioms: an atomic choice for an axiom a determines whether a is selected, and is of the form (a, ∅, i), where i is 1 if a is selected and 2 otherwise. The second element, ∅, of the triple is there so atomic choices for rules and axioms are syntactically uniform.</p><p>A selection σ determines the world w σ , i.e., the HKB composed of:</p><p>-one rule for each grounding substitution θ of each rule r in P, where (r, θ, i) ∈ σ, whose head is the i-th disjunct of r/θ and whose body is r/θ's body; -the axioms a for which (a, ∅, 1) is in the selection.</p><p>Given a PHKB K, W K is the set of all K's possible worlds. A composite choice, or a set of composite choices, determine sets of worlds, as for LPADs. Given a PHKB K, let Ω K be the set of sets of worlds determined by finite or countable sets of finite or countable composite choices; a probability measure µ :</p><formula xml:id="formula_8">Ω K → [0, 1] is defined over Ω K .</formula><p>If a query q has a countable covering set K of countable explanations, then there exists a pairwise incompatible set K with the same property, and whose probability µ(K ) is defined; that is defined as q's probability given K. Definition 2. Let K be a PHKB and K be a (finite or countable) covering set of (finite or countable) explanations for a query q. Then q's probability given K P K (q) is the probability of a pairwise incompatible set K of explanations equivalent to K, which is guaranteed to exist. In the last axiom there is an (unknown) individual that is a guard and that john commands. Let us call her u.</p><p>K |= K commander(john) is entailed by the worlds where the clause with substitution X/u for the first disjunct is selected. So {{(C 1 , X/u, 1)}} is a (finite) covering set of (finite) explanations. Its probability is 0.5.</p><p>Next, we show that the semantics proposed here generalizes the one presented in <ref type="bibr" target="#b1">[2]</ref> for the PHKBs allowed there, i.e., DL-safe PHKBs without function symbols.</p><p>Proposition 1. Given a DL-safe PHKB without function symbols, the probability of any query is the same under the semantics in Definition 1 and the one in Definition 2.</p><p>Proof. A DL-safe KB is equivalent to its grounding over the constants that occur in it, and if function symbols are not allowed there are finitely many worlds; each world that entails the query is identified by a selection. The set of such selections is a pairwise incompatible covering set of explanations for the query, and its probability is identical to the one given Definition 1.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions</head><p>In this paper, we define a semantics for Probabilistic Hybdrid Knowledge Bases, which is equivalent to that given in <ref type="bibr" target="#b1">[2]</ref>, but that is applicable also for non-DLsafe PHKBs. We also show that in case of a DL-safe PHKB the two semantics coincide.</p><p>For the future we plan to provide a reasoner for such semantics. The idea is to follow <ref type="bibr" target="#b2">[3]</ref>, where is defined the SLG(O) procedure for HKBs under the well founded semantics. SLG(O) integrates a DL reasoner into the SLG procedure in the form of an oracle in order to manage the DL part of the HKBs. The oracle returns the LP atoms that would have to be true for the query to succeed.</p><p>We intend to follow a similar approach for PHKBs, integrating the TRILL probabilistic DL reasoner <ref type="bibr" target="#b28">[29,</ref><ref type="bibr" target="#b27">28]</ref> with the PITA algorithm <ref type="bibr" target="#b22">[23]</ref> for PLP reason-ing. We also plan to develop a web application for using the system, similarly to what we have done for TRILL 3 [6] and PITA 4 <ref type="bibr" target="#b21">[22]</ref>.</p><p>Moreover, we plan to perform a detailed comparison with alternative approaches for existential constructs in probabilistic logics, such as the one of <ref type="bibr" target="#b19">[20]</ref>.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>It is a tuple containing a TBox T containing concept inclusion axioms C D, where C and D are concepts possibly built using other concepts and roles, an ABox A containing concept membership axioms a : C and role membership axioms (a, b) : R, where C is a concept, R is a role and a, b are individuals, and possibly a RBox R containing transitivity axioms T rans(R) and role inclusion axioms R S, where R, S are roles. A DL KB is usually assigned a semantics in terms of interpretations I = (∆ I , • I ), where ∆ I is a non-empty domain and • I is the interpretation function. This function assigns an element in ∆ I to each a ∈ I, a subset of ∆ I to each C ∈ C and a subset of ∆ I × ∆ I to each R ∈ R.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Example 2 .</head><label>2</label><figDesc>Let K = O, P , where P =person(X) ←∼dog(X). O =guard person soldier ∃commands.soldier commander john : ∃commands.guard</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Example 3 .</head><label>3</label><figDesc>Consider a probabilistic version of Example 2: let K = O, P , where P =person(X) : 0.5 ←∼dog(X). O =guard person soldier ∃commands.soldier commander john : ∃commands.guard</figDesc></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Normative systems represented as hybrid knowledge bases</title>
		<author>
			<persName><forename type="first">M</forename><surname>Alberti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">S</forename><surname>Gomes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Gonçalves</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Leite</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Slota</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Computational Logic in Multi-Agent Systems -12th International Workshop, CLIMA XII</title>
		<title level="s">Proceedings. Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">J</forename><surname>Leite</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Torroni</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Ågotnes</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Boella</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Van Der Torre</surname></persName>
		</editor>
		<meeting><address><addrLine>Barcelona, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>Springer, Berlng</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">6814</biblScope>
			<biblScope unit="page" from="330" to="346" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Probabilistic hybrid knowledge bases under the distribution semantics</title>
		<author>
			<persName><forename type="first">M</forename><surname>Alberti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lamma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Riguzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Zese</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">AI*IA 2016: Advances in Artificial Intelligence, 21st Congress of the Italian Association for Artificial Intelligence</title>
		<title level="s">Pisa. Lecture Notes in Artificial Intelligence</title>
		<editor>
			<persName><forename type="first">G</forename><surname>Adorni</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Cagnoni</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Gori</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Maratea</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer, Berlng</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="volume">10037</biblScope>
			<biblScope unit="page" from="364" to="376" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Query-driven procedures for hybrid MKNF knowledge bases</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J</forename><surname>Alferes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Knorr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Swift</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Trans. Comput. Logic</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">43</biblScope>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">F</forename><surname>Baader</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Calvanese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">L</forename><surname>Mcguinness</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Nardi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">F</forename><surname>Patel-Schneider</surname></persName>
		</author>
		<title level="m">The Description Logic Handbook: Theory, Implementation, and Applications</title>
				<meeting><address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A distribution semantics for probabilistic ontologies</title>
		<author>
			<persName><forename type="first">E</forename><surname>Bellodi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lamma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Riguzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Albani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">7th International Workshop on Uncertainty Reasoning for the Semantic Web. CEUR Workshop Proceedings</title>
				<meeting><address><addrLine>Aachen, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>Sun SITE Central Europe</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">778</biblScope>
			<biblScope unit="page" from="75" to="86" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">A web system for reasoning with probabilistic OWL</title>
		<author>
			<persName><forename type="first">E</forename><surname>Bellodi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lamma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Riguzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Zese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Cota</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Software: Practice and Experience</title>
				<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
	<note>to appear</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Tightly coupled probabilistic description logic programs for the semantic web</title>
		<author>
			<persName><forename type="first">A</forename><surname>Calì</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Predoiu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal on Data Semantics XII</title>
		<imprint>
			<biblScope unit="page" from="95" to="130" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Bayesian description logics</title>
		<author>
			<persName><forename type="first">İ</forename><forename type="middle">İ</forename><surname>Ceylan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Peñaloza</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Informal Proceedings of the 27th International Workshop on Description Logics</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">M</forename><surname>Bienvenu</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Ortiz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Rosati</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Simkus</surname></persName>
		</editor>
		<meeting><address><addrLine>Vienna, Austria; Aachen</addrLine></address></meeting>
		<imprint>
			<publisher>Sun SITE Central Europe</publisher>
			<date type="published" when="2014">July 17-20, 2014. 2014</date>
			<biblScope unit="volume">1193</biblScope>
			<biblScope unit="page" from="447" to="458" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Tractable reasoning with bayesian description logics</title>
		<author>
			<persName><forename type="first">C</forename><surname>Amato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Fanizzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Scalable Uncertainty Management, Second International Conference, SUM 2008</title>
		<title level="s">Proceedings. Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">S</forename><surname>Greco</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</editor>
		<meeting><address><addrLine>Naples, Italy; Berlin</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">October 1-3, 2008. 2008</date>
			<biblScope unit="volume">5291</biblScope>
			<biblScope unit="page" from="146" to="159" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Probabilistic logic programs and their semantics</title>
		<author>
			<persName><forename type="first">E</forename><surname>Dantsin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Russian Conference on Logic Programming</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1991">1991</date>
			<biblScope unit="volume">592</biblScope>
			<biblScope unit="page" from="152" to="164" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">ProbLog: A probabilistic Prolog and its application in link discovery</title>
		<author>
			<persName><forename type="first">L</forename><surname>De Raedt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kimmig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Toivonen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">20th International Joint Conference on Artificial Intelligence</title>
				<editor>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Veloso</surname></persName>
		</editor>
		<meeting><address><addrLine>Hyderabad, India; Palo Alto, California USA</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="2462" to="2467" />
		</imprint>
	</monogr>
	<note>IJCAI-07</note>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A probabilistic extension to ontology language OWL</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Ding</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Peng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">37th Hawaii International Conference on System Sciences (HICSS-37 2004), CD-ROM / Abstracts Proceedings</title>
				<meeting><address><addrLine>Big Island, HI, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2004-01-08">5-8 January 2004. 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A probabilistic extension of SHOQ(D) for probabilistic ontologies in the semantic web</title>
		<author>
			<persName><forename type="first">R</forename><surname>Giugno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P-Shoq ; D</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Logics in Artificial Intelligence, European Conference, JELIA 2002</title>
		<title level="s">Proceedings. Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">S</forename><surname>Flesca</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Greco</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Leone</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Ianni</surname></persName>
		</editor>
		<meeting><address><addrLine>Cosenza, Italy</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2002">2002</date>
			<biblScope unit="volume">2424</biblScope>
			<biblScope unit="page" from="86" to="97" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Conjunctive query answering in probabilistic datalog+/-ontologies</title>
		<author>
			<persName><forename type="first">G</forename><surname>Gottlob</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">I</forename><surname>Simari</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">5th International Conference on Web Reasoning and Rule Systems (RR 2011)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">S</forename><surname>Rudolph</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Gutierrez</surname></persName>
		</editor>
		<meeting><address><addrLine>Galway, Ireland; Berlin</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">6902</biblScope>
			<biblScope unit="page" from="77" to="92" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Nonmonotonic databases and epistemic queries</title>
		<author>
			<persName><forename type="first">V</forename><surname>Lifschitz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">12th International Joint Conference on Artificial Intelligence</title>
				<editor>
			<persName><forename type="first">J</forename><surname>Mylopoulos</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Reiter</surname></persName>
		</editor>
		<meeting><address><addrLine>Sydney, Australia; San Francisco, CA, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan Kaufmann</publisher>
			<date type="published" when="1991">1991</date>
			<biblScope unit="page" from="381" to="386" />
		</imprint>
	</monogr>
	<note>IJCAI-91</note>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Probabilistic default reasoning with conditional constraints</title>
		<author>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Ann. Math. Artif. Intell</title>
		<imprint>
			<biblScope unit="volume">34</biblScope>
			<biblScope unit="issue">1-3</biblScope>
			<biblScope unit="page" from="35" to="88" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Expressive probabilistic description logics</title>
		<author>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artif. Intell</title>
		<imprint>
			<biblScope unit="volume">172</biblScope>
			<biblScope unit="issue">6-7</biblScope>
			<biblScope unit="page" from="852" to="883" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Reconciling description logics and rules</title>
		<author>
			<persName><forename type="first">B</forename><surname>Motik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Rosati</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. ACM</title>
		<imprint>
			<biblScope unit="volume">57</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page">62</biblScope>
			<date type="published" when="2010-06">Jun 2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Probabilistic logic</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">J</forename><surname>Nilsson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artif. Intell</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="71" to="87" />
			<date type="published" when="1986">1986</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Logical generative models for probabilistic reasoning about existence, roles and identity</title>
		<author>
			<persName><forename type="first">D</forename><surname>Poole</surname></persName>
		</author>
		<ptr target="http://www.aaai.org/Library/AAAI/2007/aaai07-201.php" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-Second AAAI Conference on Artificial Intelligence</title>
				<meeting>the Twenty-Second AAAI Conference on Artificial Intelligence<address><addrLine>Vancouver, British Columbia, Canada</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2007">July 22-26, 2007. 2007</date>
			<biblScope unit="page" from="1271" to="1277" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">The distribution semantics for normal programs with function symbols</title>
		<author>
			<persName><forename type="first">F</forename><surname>Riguzzi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int. J. Approx. Reason</title>
		<imprint>
			<biblScope unit="volume">77</biblScope>
			<biblScope unit="page" from="1" to="19" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Probabilistic logic programming on the web</title>
		<author>
			<persName><forename type="first">F</forename><surname>Riguzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bellodi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lamma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Zese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Cota</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Softw.-Pract. Exper</title>
		<imprint>
			<biblScope unit="volume">46</biblScope>
			<biblScope unit="issue">10</biblScope>
			<biblScope unit="page" from="1381" to="1396" />
			<date type="published" when="2016-10">October 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">The PITA system: Tabling and answer subsumption for reasoning under uncertainty</title>
		<author>
			<persName><forename type="first">F</forename><surname>Riguzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Swift</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Theor. Pract. Log. Prog</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">4-5</biblScope>
			<biblScope unit="page" from="433" to="449" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">A statistical learning method for logic programs with distribution semantics</title>
		<author>
			<persName><forename type="first">T</forename><surname>Sato</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">12th International Conference on Logic Programming</title>
				<editor>
			<persName><forename type="first">L</forename><surname>Sterling</surname></persName>
		</editor>
		<meeting><address><addrLine>Tokyo, Japan; Cambridge, Massachusetts</addrLine></address></meeting>
		<imprint>
			<publisher>MIT Press</publisher>
			<date type="published" when="1995">1995</date>
			<biblScope unit="page" from="715" to="729" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">CP-logic: A language of causal probabilistic events and its relation to logic programming</title>
		<author>
			<persName><forename type="first">J</forename><surname>Vennekens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Denecker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bruynooghe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Theor. Pract. Log. Prog</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="245" to="308" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Logic programs with annotated disjunctions</title>
		<author>
			<persName><forename type="first">J</forename><surname>Vennekens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Verbaeten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bruynooghe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Logic Programming, 24th International Conference, ICLP 2004</title>
		<title level="s">Proceedings. Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">B</forename><surname>Demoen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Lifschitz</surname></persName>
		</editor>
		<meeting><address><addrLine>Saint-Malo, France; Berlin</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="volume">3131</biblScope>
			<biblScope unit="page" from="195" to="209" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Logic Programs With Annotated Disjunctions</title>
		<author>
			<persName><forename type="first">J</forename><surname>Vennekens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Verbaeten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bruynooghe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Logic Programming: 20th International Conference, ICLP 2004</title>
		<title level="s">Proceedings. LNCS</title>
		<editor>
			<persName><forename type="first">B</forename><surname>Demoen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Lifschitz</surname></persName>
		</editor>
		<meeting><address><addrLine>Saint-Malo, France; Berlin Heidelberg; Berlin Heidelberg, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">September 6-10, 2004. 2004</date>
			<biblScope unit="volume">3132</biblScope>
			<biblScope unit="page" from="431" to="445" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Probabilistic Semantic Web</title>
		<author>
			<persName><forename type="first">R</forename><surname>Zese</surname></persName>
		</author>
		<ptr target="http://ebooks.iospress.nl/volume/probabilistic-semantic-web-reasoning-and-learning" />
	</analytic>
	<monogr>
		<title level="m">Studies on the Semantic Web</title>
				<meeting><address><addrLine>Amsterdam</addrLine></address></meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="volume">28</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Tableau reasoning for description logics and its extension to probabilities</title>
		<author>
			<persName><forename type="first">R</forename><surname>Zese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bellodi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Riguzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Cota</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lamma</surname></persName>
		</author>
		<idno type="DOI">10.1007/s10472-016-9529-3f</idno>
		<ptr target="http://dx.doi.org/10.1007/s10472-016-9529-3f" />
	</analytic>
	<monogr>
		<title level="j">Ann. Math. Artif. Intell</title>
		<imprint>
			<biblScope unit="page" from="1" to="30" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

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