DL Flashcards
what 2 elements make up the description logic KB?
description logic KB:
- TBOX - terminology
- ABOX - assertions about individuals
which 2 relationships between concepts are used in the TBOX?
TBOX
- concept inclusion
- concept equivalence
which 2 types of assertional axioms are used in the ABOX?
ABOX
- concept assertions - individual a is an instance of class C
- role assertions - individual a is related to individual b through role r
what is the tableau algorithm?
how does it work?
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)
which strategy can be used for all ALC reasoning task?
all ALC reasoning taks can be turned into a task of finding a model of the ABOX and TBOX
what can we always do when the tableau algorithm terminates and the tableau is open?
costruct a canonical model of the input