Description Logic Flashcards

(11 cards)

1
Q

Intersection constructor (⊓): what does C ⊓ D mean?

A

C ⊓ D is the class of individuals that are instances of both C and D (logical AND).

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

Union constructor (⊔): what does C ⊔ D mean?

A

C ⊔ D is the class of individuals that are instances of C or D or both (logical OR).

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

Complement constructor (¬): what does ¬C mean?

A

¬C is the class of individuals not belonging to C (logical NOT).

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

Existential restriction: what does ∃R.C represent?

A

∃R.C is the class of individuals that have at least one R-successor in C (some R.C).

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

Universal restriction: what does ∀R.C represent?

A

∀R.C is the class of individuals whose every R-successor is in C (only R.C).

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

Cardinality restrictions: what do ≥n R, ≤n R, =n R mean?

A

≥n R: individuals with at least n R-successors; ≤n R: at most n; =n R: exactly n.

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

Concept inclusion axiom: what does C ⊑ D represent?

A

Every instance of C is also an instance of D (C is a subclass of D).

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

Concept equivalence axiom: what does C ≡ D represent?

A

C and D have exactly the same instances (C and D are equivalent).

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

Role inclusion axiom: what does R ⊑ S represent?

A

Every R-related pair is also S-related; R is a subrole of S.

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

Role equivalence axiom: what does R ≡ S represent?

A

R and S have exactly the same relation pairs; roles are interchangeable.

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

Role transitivity axiom: what does R⁺ ⊑ R represent?

A

The transitive closure of R is a subrole of R, making R transitive.

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