DecafAttribute |
appearance as argument number 1 |
(documentation DecafAttribute EnglishLanguage "DecafAttribute describes a naturally caffeinated food which has its Caffeine removed.") | Food.kif 421-422 | |
(instance DecafAttribute PreparedFoodAttribute) | Food.kif 420-420 |
appearance as argument number 2 |
(relatedInternalConcept CaffeinatedAttribute DecafAttribute) | Food.kif 406-406 | |
(termFormat EnglishLanguage DecafAttribute "decaf") | Food.kif 423-423 |
antecedent |
(=> (and (attribute ?F DecafAttribute) (instance ?F Food)) (not (exists (?C) (and (instance ?C Caffeine) (piece ?C ?F))))) |
Food.kif 437-445 | |
(=> (and (instance ?F Food) (attribute ?F DecafAttribute) (piece ?C ?F) (instance ?C Caffeine)) (exists (?R) (and (instance ?R Removing) (destination ?R ?F) (patient ?R ?C)))) |
Food.kif 425-435 |