Change: Complex Class Relation

created on March 9, 2013, 8:35 p.m. by Hevok & updated on March 9, 2013, 8:35 p.m. by Hevok

Constructors are building Blocks in Attribute Language with Complement (ALC). Together with the Class Inclusion or Class Equivalence on can build complex Classes.

For example a Professor is a Person and also a University Employee or a Person who is not a Student. The same can be expressed in First Order Logic. If X is a Professor it holds for all X, then X is also a Person and a University Employee or a Person and not a Student.

ALC:

Professor ⊑ (Person ⊓ UniversityEmployee) ⊓ (Person ⊓ ¬Student)

FOC:

(∀x)(Professor(x) → ((Person Λ UniversityEmployee(x)) V (Person(x) Λ ¬Student(x)))
bryan-singer-xmen-first-class.jpg

Categories: Concept

Comment: Created entry.

See entry | Admin

Comment on This Data Unit