(=>
(and
(instance ?S Student)
(instance ?GRADSCHOOL GraduateSchool)
(subOrganization ?GRADSCHOOL ?SCHOOL)
(attends ?S ?GRADSCHOOL)
(expectedDegree ?S
(MasterDegreeFn ?FIELDOFSTUDY1 ?GRADSCHOOL)))
(exists (?D)
(and
(possesses ?S ?D)
(instance ?D
(BachelorDegreeFn ?FIELDOFSTUDY2 ?SCHOOL))))) |
LinkedInDegrees.kif 363-374 |
If X is an instance of student, Y is an instance of graduate school, Y is a part of the organization Z, Y attends X, and expected degree X, master's degree W, and Y, then there exists V such that X possesses V, V is an instance of bachelor's degree U, and Z |