DL Flashcards

1
Q

what 2 elements make up the description logic KB?

A

description logic KB:

  1. TBOX - terminology
  2. ABOX - assertions about individuals
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

which 2 relationships between concepts are used in the TBOX?

A

TBOX

  1. concept inclusion
  2. concept equivalence
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

which 2 types of assertional axioms are used in the ABOX?

A

ABOX

  1. concept assertions - individual a is an instance of class C
  2. role assertions - individual a is related to individual b through role r
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the tableau algorithm?

how does it work?

A

tableau algorithm is a refutation proof system
> perform a search through the tree of possible models of the input until it succeeds (=delivers proof) iff the input is inconsistent (=there is no model)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

which strategy can be used for all ALC reasoning task?

A

all ALC reasoning taks can be turned into a task of finding a model of the ABOX and TBOX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what can we always do when the tableau algorithm terminates and the tableau is open?

A

costruct a canonical model of the input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly