How Fuzzy is my Fuzzy Description Logic? - Semantic Scholar

25 downloads 0 Views 764KB Size Report
precomplement ⊖ x := x ⇒ 0. • t-conorm x ⊕ y := 1 − ((1 − x) ⊗ (1 − y)). [Hájek 2001, 2005]. Manchester, June 28, 2012. How Fuzzy is my Fuzzy Description Logic ...
Institute of Theoretical Computer Science Chair of Automata Theory

HOW FUZZY IS MY FUZZY DESCRIPTION LOGIC? Stefan Borgwardt

Felix Distel

Manchester, June 28, 2012

˜ Rafael Penaloza

Overview

• fuzzy DLs can deal with vagueness: h¬Small v ∃parent.¬Smalli

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

2

Overview

• fuzzy DLs can deal with vagueness: h¬Small v ∃parent.¬Small ≥ 0.4i What is the largest degree x to which ¬Small u ∀parent.Small is satisfiable?

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

2

Overview

• fuzzy DLs can deal with vagueness: h¬Small v ∃parent.¬Small ≥ 0.4i What is the largest degree x to which ¬Small u ∀parent.Small is satisfiable?

• some fuzzy DLs cannot deal with vagueness: The answer is always x = 0.

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

2

Overview

• fuzzy DLs can deal with vagueness: h¬Small v ∃parent.¬Small ≥ 0.1i What is the largest degree x to which ¬Small u ∀parent.Small is satisfiable?

• some fuzzy DLs cannot deal with vagueness: The answer is always x = 0.

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

2

Overview

• fuzzy DLs can deal with vagueness: h¬Small v ∃parent.¬Small ≥ 0.1i, hTall v ¬Small ≥ 1i What is the largest degree x to which ¬Small u ∀parent.Small is satisfiable?

• some fuzzy DLs cannot deal with vagueness: The answer is always x = 0.

• it’s not that bad: What is the largest degree x to which Tall v ∃parent.¬Small always holds?

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

2

Overview

• fuzzy DLs can deal with vagueness: h¬Small v ∃parent.¬Small ≥ 0.1i, hTall v ¬Small ≥ 1i What is the largest degree x to which ¬Small u ∀parent.Small is satisfiable?

• some fuzzy DLs cannot deal with vagueness: The answer is always x = 0.

• it’s not that bad: What is the largest degree x to which Tall v ∃parent.¬Small always holds? x = 0.1

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

2

Mathematical fuzzy logic t-norm ⊗ : [0, 1] × [0, 1] → [0, 1] generalizes ∧ : {0, 1} × {0, 1} → {0, 1}:

• • • • •

associative commutative monotone unit 1 (continuous)

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

3

Mathematical fuzzy logic t-norm ⊗ : [0, 1] × [0, 1] → [0, 1] generalizes ∧ : {0, 1} × {0, 1} → {0, 1}:

• • • • •

associative commutative monotone unit 1 (continuous)

derived operators:

• residuum x ⇒ y (x ⊗ y ≤ z iff y ≤ x ⇒ z) • precomplement x := x ⇒ 0 • t-conorm x ⊕ y := 1 − ((1 − x) ⊗ (1 − y))

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

3

Mathematical fuzzy logic t-norm ⊗ : [0, 1] × [0, 1] → [0, 1] generalizes ∧ : {0, 1} × {0, 1} → {0, 1}:

• • • • •

associative commutative monotone unit 1 (continuous)

derived operators:

• residuum x ⇒ y (x ⊗ y ≤ z iff y ≤ x ⇒ z) • precomplement x := x ⇒ 0 • t-conorm x ⊕ y := 1 − ((1 − x) ⊗ (1 − y)) ´ [Hajek 2001, 2005]

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

3

⊗-ALC and ⊗-SHOI name concept name

syntax A ∈ NC

semantics AI : ∆I → [0, 1]

role name

r ∈ NR

r I : ∆I × ∆I → [0, 1]

individual name

a ∈ NI

a I ∈ ∆I

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

4

⊗-ALC and ⊗-SHOI name concept name

syntax A ∈ NC

semantics AI : ∆I → [0, 1]

role name

r ∈ NR

r I : ∆I × ∆I → [0, 1]

individual name conjunction

a ∈ NI CuD

a I ∈ ∆I C I (x) ⊗ DI (x)

disjunction

CtD

C I (x) ⊕ DI (x)

¬C

C I (x)

C→D >/⊥

C I (x) ⇒ DI (x) 1/0

existential restriction

∃r.C

supy∈∆I r I (x, y) ⊗ C I (y)

value restriction

∀r.C

infy∈∆I r I (x, y) ⇒ C I (y)

negation implication top / bottom

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

4

⊗-ALC and ⊗-SHOI name concept name

syntax A ∈ NC

semantics AI : ∆I → [0, 1]

role name

r ∈ NR

r I : ∆I × ∆I → [0, 1]

individual name conjunction

a ∈ NI CuD

a I ∈ ∆I C I (x) ⊗ DI (x)

disjunction

CtD

C I (x) ⊕ DI (x)

¬C

C I (x)

C→D >/⊥

C I (x) ⇒ DI (x) 1/0

existential restriction

∃r.C

supy∈∆I r I (x, y) ⊗ C I (y)

value restriction

∀r.C

infy∈∆I r I (x, y) ⇒ C I (y)

ha : C, `i

C I (aI ) ≥ `

negation implication top / bottom

concept assertion role assertion general concept inclusion (GCI)

Manchester, June 28, 2012

h(a, b) : r, `i

r I (aI , bI ) ≥ `

hC v D, `i

C I (x) ⇒ DI (x) ≥ `

How Fuzzy is my Fuzzy Description Logic?

4

⊗-ALC and ⊗-SHOI name concept name

syntax A ∈ NC

semantics AI : ∆I → [0, 1]

role name

r ∈ NR

r I : ∆I × ∆I → [0, 1]

individual name conjunction

a ∈ NI CuD

a I ∈ ∆I C I (x) ⊗ DI (x)

disjunction

CtD

C I (x) ⊕ DI (x)

¬C

C I (x)

C→D >/⊥

C I (x) ⇒ DI (x) 1/0

existential restriction

∃r.C

supy∈∆I r I (x, y) ⊗ C I (y)

value restriction

∀r.C

infy∈∆I r I (x, y) ⇒ C I (y)

ha : C, `i

C I (aI ) ≥ `

negation implication top / bottom

concept assertion role assertion general concept inclusion (GCI)

h(a, b) : r, `i

r I (aI , bI ) ≥ `

hC v D, `i

C I (x) ⇒ DI (x) ≥ `

⊗-SHOI = ⊗-ALC + transitive roles, role hierarchy, nominals, inverse roles Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

4

Fundamental continuous t-norms ¨ Godel: x ⊗ y = min(x, y)

0.8

x ⊗y

0.6

0.4

0.2

1 0.8

0

0.6

0 0.2

0.4

0.4 0.6 x

Manchester, June 28, 2012

y

0.2 0.8

10

How Fuzzy is my Fuzzy Description Logic?

5

Fundamental continuous t-norms ¨ Godel: x ⊗ y = min(x, y) Product: x ⊗ y = x · y

0.8

x ⊗y

0.6

0.4

0.2

1 0.8

0

0.6

0 0.2

0.4

0.4 0.6 x

Manchester, June 28, 2012

y

0.2 0.8

10

How Fuzzy is my Fuzzy Description Logic?

5

Fundamental continuous t-norms ¨ Godel: x ⊗ y = min(x, y) Product: x ⊗ y = x · y Łukasiewicz: x ⊗ y = max(0, x + y − 1)

0.8

x ⊗y

0.6

0.4

0.2

1 0.8

0

0.6

0 0.2

0.4

0.4 0.6 x

Manchester, June 28, 2012

y

0.2 0.8

10

How Fuzzy is my Fuzzy Description Logic?

5

Other continuous t-norms All continuous t-norms are (isomorphic to) ordinal sums of the fundamental t-norms.

x 0 Manchester, June 28, 2012

0.3

0.7

How Fuzzy is my Fuzzy Description Logic?

1

6

Other continuous t-norms All continuous t-norms are (isomorphic to) ordinal sums of the fundamental t-norms. y 1

0.7

0.3

x

0 0 Manchester, June 28, 2012

0.3

0.7

How Fuzzy is my Fuzzy Description Logic?

1

6

Other continuous t-norms All continuous t-norms are (isomorphic to) ordinal sums of the fundamental t-norms. y 1

0.7

0.3

x

0 0 Manchester, June 28, 2012

0.3

0.7

How Fuzzy is my Fuzzy Description Logic?

1

6

Other continuous t-norms All continuous t-norms are (isomorphic to) ordinal sums of the fundamental t-norms. y 1 ¨ Godel 0.7

Łukasiewicz

0.3 Product x

0 0 Manchester, June 28, 2012

0.3

0.7

How Fuzzy is my Fuzzy Description Logic?

1

6

Other continuous t-norms All continuous t-norms are (isomorphic to) ordinal sums of the fundamental t-norms. y 1 ¨ Godel

¨ Godel

0.7

Łukasiewicz

0.3 ¨ Godel

Product

x

0 0 Manchester, June 28, 2012

0.3

0.7

How Fuzzy is my Fuzzy Description Logic?

1

6

Other continuous t-norms All continuous t-norms are (isomorphic to) ordinal sums of the fundamental t-norms.

0.8

x ⊗y

0.6

0.4

0.2

1 0.8

0

0.6

0 0.2

0.4

0.4 0.6 x

Manchester, June 28, 2012

y

0.2 0.8

10

How Fuzzy is my Fuzzy Description Logic?

6

Zero divisors

⊗ has zero divisors if x ⊗ y = 0 for some x, y > 0. ( 1 if x = 0 ¨ Godel negation: x = 0 if x > 0

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

7

Zero divisors

⊗ has zero divisors if x ⊗ y = 0 for some x, y > 0. ( 1 if x = 0 ¨ Godel negation: x = 0 if x > 0 Lemma: ⊗ has no zero divisors iff ¨ ⊗ has Godel negation

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

7

Zero divisors

⊗ has zero divisors if x ⊗ y = 0 for some x, y > 0. ( 1 if x = 0 ¨ Godel negation: x = 0 if x > 0 Lemma: ⊗ has no zero divisors iff ¨ ⊗ has Godel negation iff ⊗ does not “start with Łukasiewicz”

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

7

Consistency witnessed interpretation I: For every role r, concept C, and x ∈ ∆I , (∃r.C)I (x) = max r I (x, y) ⊗ C I (y) and y∈∆I

Manchester, June 28, 2012

(∀r.C)I (x) = min r I (x, y) ⇒ C I (y).

How Fuzzy is my Fuzzy Description Logic?

y∈∆I

8

Consistency witnessed interpretation I: For every role r, concept C, and x ∈ ∆I , (∃r.C)I (x) = max r I (x, y) ⊗ C I (y) and y∈∆I

(∀r.C)I (x) = min r I (x, y) ⇒ C I (y). y∈∆I

(witnessed) consistency of a finite set O of axioms:

NEL [u, >, ∃, ¬]

constructors IAL [u, >, ⊥, ∃, ∀, →]

ELC [u, >, ∃, ]

crisp (` = 1)

Z G

Z G

Π Ł G

≥`

Z G

Z G

G G

assertions

(undecidable) (decidable)

Manchester, June 28, 2012

=` Z G G G (Z . . . all t-norms with zero divisors)

How Fuzzy is my Fuzzy Description Logic?

G G

8

Consistency witnessed interpretation I: For every role r, concept C, and x ∈ ∆I , (∃r.C)I (x) = max r I (x, y) ⊗ C I (y) and y∈∆I

(∀r.C)I (x) = min r I (x, y) ⇒ C I (y). y∈∆I

(witnessed) consistency of a finite set O of axioms:

NEL [u, >, ∃, ¬]

constructors IAL [u, >, ⊥, ∃, ∀, →]

ELC [u, >, ∃, ]

crisp (` = 1)

Z G

Z G

Π Ł G

≥`

Z G

Z G

G G

assertions

(undecidable) (decidable)

=` Z G G G (Z . . . all t-norms with zero divisors)

G G

˜ ˜ [Baader, Penaloza 2011], [Cerami, Straccia 2011], [Borgwardt, Penaloza 2012] ´ [Bobillo, Delgado, Gomez-Romero, Straccia 2009] Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

8

T-norms without zero divisors ( ¨ Godel negation x =

Manchester, June 28, 2012

1 0

if x = 0 if x > 0

How Fuzzy is my Fuzzy Description Logic?

9

T-norms without zero divisors ( ¨ Godel negation x =

1 0

if x = 0 if x > 0 does not distinguish between values > 0.

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

9

T-norms without zero divisors ( ¨ Godel negation x =

1 0

if x = 0 if x > 0 does not distinguish between values > 0.

We will show that every consistent O has a crisp model (using only 0 and 1). ( 1 if x > 0 1(x) := x = 0 if x = 0

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

9

T-norms without zero divisors ( ¨ Godel negation x =

1 0

if x = 0 if x > 0 does not distinguish between values > 0.

We will show that every consistent O has a crisp model (using only 0 and 1). ( 1 if x > 0 1(x) := x = 0 if x = 0

• 1( x) = x = 1(x)

Manchester, June 28, 2012

X

How Fuzzy is my Fuzzy Description Logic?

9

T-norms without zero divisors ( ¨ Godel negation x =

1 0

if x = 0 if x > 0 does not distinguish between values > 0.

We will show that every consistent O has a crisp model (using only 0 and 1). ( 1 if x > 0 1(x) := x = 0 if x = 0

• 1( x) = x = 1(x) X • 1(x ⊗ y) = 1(x) ⊗ 1(y) since x ⊗ y = 0 iff x = 0 or y = 0

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

X

9

T-norms without zero divisors ( ¨ Godel negation x =

1 0

if x = 0 if x > 0 does not distinguish between values > 0.

We will show that every consistent O has a crisp model (using only 0 and 1). ( 1 if x > 0 1(x) := x = 0 if x = 0

• • • •

1( x) = x = 1(x) X 1(x ⊗ y) = 1(x) ⊗ 1(y) since x ⊗ y = 0 iff x = 0 or y = 0 1(x ⊕ y) = 1(x) ⊕ 1(y) X 1(x ⇒ y) = 1(x) ⇒ 1(y) X

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

X

9

T-norms without zero divisors ( ¨ Godel negation x =

1 0

if x = 0 if x > 0 does not distinguish between values > 0.

We will show that every consistent O has a crisp model (using only 0 and 1). ( 1 if x > 0 1(x) := x = 0 if x = 0

• • • • • •

1( x) = x = 1(x) X 1(x ⊗ y) = 1(x) ⊗ 1(y) since x ⊗ y = 0 iff x = 0 or y = 0 1(x ⊕ y) = 1(x) ⊕ 1(y) X 1(x ⇒ y) = 1(x) ⇒ 1(y) X 1(sup{x | x ∈ X }) = sup{1(x) | x ∈ X } X 1(min{x | x ∈ X }) = min{1(x) | x ∈ X } X

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

X

9

Crisp models Let I be a witnessed model of O and x, y ∈ ∆I . aJ := aI ,

Manchester, June 28, 2012

 AJ (x) := 1 AI (x) ,

r J (x, y) := 1 r I (x, y)

How Fuzzy is my Fuzzy Description Logic?



10

Crisp models Let I be a witnessed model of O and x, y ∈ ∆I . aJ := aI ,

 AJ (x) := 1 AI (x) ,

r J (x, y) := 1 r I (x, y)

C J (x) = 1 C I (x)

Manchester, June 28, 2012





How Fuzzy is my Fuzzy Description Logic?

10

Crisp models Let I be a witnessed model of O and x, y ∈ ∆I . aJ := aI ,

 AJ (x) := 1 AI (x) ,

r J (x, y) := 1 r I (x, y)

C J (x) = 1 C I (x)

ha : C, `i ∈ O hC v D, `i ∈ O





C J (aJ ) = 1 ≥ ` since C I (aI ) ≥ ` > 0  C J (x) ⇒ DJ (x) = 1 C I (x) ⇒ DI (x) = 1 ≥ ` since C I (x) ⇒ DI (x) ≥ ` > 0

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

10

Crisp models Let I be a witnessed model of O and x, y ∈ ∆I . aJ := aI ,

 AJ (x) := 1 AI (x) ,

r J (x, y) := 1 r I (x, y)

C J (x) = 1 C I (x)

ha : C, `i ∈ O hC v D, `i ∈ O





C J (aJ ) = 1 ≥ ` since C I (aI ) ≥ ` > 0  C J (x) ⇒ DJ (x) = 1 C I (x) ⇒ DI (x) = 1 ≥ ` since C I (x) ⇒ DI (x) ≥ ` > 0

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

10

Crisp models Let I be a witnessed model of O and x, y ∈ ∆I . aJ := aI ,

 AJ (x) := 1 AI (x) ,

r J (x, y) := 1 r I (x, y)

C J (x) = 1 C I (x)

ha : C, `i ∈ O hC v D, `i ∈ O





C J (aJ ) = 1 ≥ ` since C I (aI ) ≥ ` > 0  C J (x) ⇒ DJ (x) = 1 C I (x) ⇒ DI (x) = 1 ≥ ` since C I (x) ⇒ DI (x) ≥ ` > 0

O has a model iff crisp(O) has a crisp model. replace every ` in O by 1(`)

ë

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

10

Results

Deciding consistency in ⊗-SHOI is EXPTIME-complete.

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

11

Results

Deciding consistency in ⊗-SHOI is EXPTIME-complete. ⊗-SHOI and its sublogics have the finite model property.

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

11

Results

Deciding consistency in ⊗-SHOI is EXPTIME-complete. ⊗-SHOI and its sublogics have the finite model property. Contradicts previous result that Π-ALC does not have the finite model property. [Bobillo, Bou, Straccia 2011]

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

11

Results

Deciding consistency in ⊗-SHOI is EXPTIME-complete. ⊗-SHOI and its sublogics have the finite model property. Contradicts previous result that Π-ALC does not have the finite model property. [Bobillo, Bou, Straccia 2011] The fuzzy DL ⊗-SHOI is not fuzzy if ⊗ does not have zero divisors!

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

11

It’s not that bad

Also (`-)satisfiability in ⊗-SHOI is in EXPTIME.

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

12

It’s not that bad

Also (`-)satisfiability in ⊗-SHOI is in EXPTIME. However, for entailment (subsumption and instance checking), it is not as easy.

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

12

It’s not that bad

Also (`-)satisfiability in ⊗-SHOI is in EXPTIME. However, for entailment (subsumption and instance checking), it is not as easy. Subsumption: Does C I (x) ⇒ DI (x) ≥ ` hold in all models I of O?

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

12

It’s not that bad

Also (`-)satisfiability in ⊗-SHOI is in EXPTIME. However, for entailment (subsumption and instance checking), it is not as easy. Subsumption: Does C I (x) ⇒ DI (x) ≥ ` hold in all models I of O? Crisp models are not enough!

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

12

It’s not that bad

Also (`-)satisfiability in ⊗-SHOI is in EXPTIME. However, for entailment (subsumption and instance checking), it is not as easy. Subsumption: Does C I (x) ⇒ DI (x) ≥ ` hold in all models I of O? Crisp models are not enough! Consider O = {h> v A, 0.5i}, C = > , D = A, and ` = 1. In every crisp model J of O, AJ (x) = 1 holds. However, AI (x) = ` is also possible. Thus, AI (x) ≥ 1 in every crisp model, but not in every model.

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

12

It’s not that bad

Also (`-)satisfiability in ⊗-SHOI is in EXPTIME. However, for entailment (subsumption and instance checking), it is not as easy. Subsumption: Does C I (x) ⇒ DI (x) ≥ ` hold in all models I of O? Crisp models are not enough! Consider O = {h> v A, 0.5i}, C = > , D = A, and ` = 1. In every crisp model J of O, AJ (x) = 1 holds. However, AI (x) = ` is also possible. Thus, AI (x) ≥ 1 in every crisp model, but not in every model.

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

12

Conclusions • consistency/satisfiability w.r.t. witnessed models in ⊗-SHOI is decidable

NEL [u, >, ∃, ¬]

constructors IAL [u, >, ⊥, ∃, ∀, →]

ELC [u, >, ∃, ]

crisp (` = 1)

Z G

Z G

Π Ł G

≥`

Z G

Z G

G G

=`

Z G

G G

G G

assertions

(undecidable) (decidable)

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

13

Conclusions • consistency/satisfiability w.r.t. witnessed models in ⊗-SHOI is decidable

assertions

(undecidable) (decidable) crisp (` = 1)

Manchester, June 28, 2012

NEL [u, >, ∃, ¬]

constructors IAL [u, >, ⊥, ∃, ∀, →]

ELC [u, >, ∃, ]

Z Z

Z Z

Π Ł G

≥`

Z Z

Z Z

G G

=`

Z G

G G

G G

How Fuzzy is my Fuzzy Description Logic?

13

Conclusions • consistency/satisfiability w.r.t. witnessed models in ⊗-SHOI is decidable

assertions

(undecidable) (decidable) crisp (` = 1)

NEL [u, >, ∃, ¬]

constructors IAL [u, >, ⊥, ∃, ∀, →]

ELC [u, >, ∃, ]

Z Z

Z Z

Π Ł G

≥`

Z Z

Z Z

G G

=`

Z G

G G

G G

• similar results for general models (without ∀) ˜ [Borgwardt, Distel, Penaloza DL’12]

• subsumption/instance checking still open • decidability of consistency still unknown for some fuzzy DLs

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

13

Thank You

´ Fernando Bobillo, Miguel Delgado, Juan Gomez-Romero, and Umberto Straccia. ¨ Fuzzy description logics under Godel semantics. International Journal of Approximate Reasoning, 50(3):494–514, 2009. ´ Bou, and Umberto Straccia. Fernando Bobillo, Felix On the failure of the finite model property in some fuzzy description logics. Fuzzy Sets and Systems, 172(1):1–12, 2011. ˜ Stefan Borgwardt and Rafael Penaloza. Undecidability of fuzzy description logics. In Proc. KR’12. AAAI Press, 2012. ˜ Stefan Borgwardt, Felix Distel, and Rafael Penaloza. ¨ Godel negation makes unwitnessed consistency crisp. In Yevgeny Kazakov, Domenico Lembo, and Frank Wolter, editors, Proc. DL’12, volume 846 of CEUR Workshop Proceedings, pages 103–113, 2012.

Manchester, June 28, 2012

How Fuzzy is my Fuzzy Description Logic?

14