(=>
(attribute ?X AeronauticalEngineer)
(exists (?SKILL)
(and
(hasSkill ?SKILL ?X)
(forall (?P)
(=>
(instance ?P ?SKILL)
(or
(exists (?CONS ?OBJ ?PT)
(and
(instance ?CONS Making)
(or
(instance ?OBJ Aircraft)
(and
(instance ?OBJ ?PT)
(typicalPart ?PT Aircraft)))
(result ?CONS ?OBJ)
(subProcess ?P ?CONS)))
(exists (?DESIGN ?PLAN ?OBJ ?PT)
(and
(instance ?DESIGN Designing)
(or
(instance ?OBJ Aircraft)
(and
(instance ?OBJ ?PT)
(typicalPart ?PT Aircraft)))
(result ?DESIGN ?PLAN)
(represents ?PLAN ?OBJ)
(subProcess ?P ?DESIGN))))))))) |
Biography.kif 203-232 |
|