| CookingClass |
| appearance as argument number 1 |
|
|
| (subclass CookingClass EducationalProcess) | Offers.kif 242-242 | CookingClass is a subclass of educational process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?CLASS CookingClass) (exists (?PROC) (and (instance ?PROC Cooking) (subProcess ?PROC ?CLASS)))) |
Offers.kif 244-249 | If X is an instance of CookingClass, then there exists Y such that Y is an instance of cooking and Y is a subprocess of X |
|
|