PlantProduct |
appearance as argument number 1 |
(documentation PlantProduct EnglishLanguage "A PlantProduct is the subclass of Products manufactured using a part or the whole of a Plant.") | Economy.kif 5188-5189 | |
(subclass PlantProduct Product) | Economy.kif 5186-5186 | PlantProduct 是 产品 的 subclass |
appearance as argument number 2 |
(subclass Malt PlantProduct) | Economy.kif 4160-4160 | Malt 是 PlantProduct 的 subclass |
(subclass Sugar PlantProduct) | Economy.kif 4157-4157 | 糖 是 PlantProduct 的 subclass |
(termFormat EnglishLanguage PlantProduct " plant product") | Economy.kif 5187-5187 |
antecedent |
(=> (instance ?P PlantProduct) (exists (?M ?A ?B) (and (instance ?M Manufacture) (result ?M ?P) (patient ?M ?A) (or (instance ?A Plant) (and (part ?B ?A) (instance ?B AnatomicalStructure)))))) |
Economy.kif 5191-5202 |