![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
synonymousExternalConcept
|
|
|
| appearance as argument number 1 |
|
|
| (instance Vegetarian Attribute) | Food.kif 3560-3560 | Vegetarian is an instance of attribute |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage Vegetarian "vegetarian") | domainEnglishFormat.kif 65688-65688 |
| antecedent |
|
|
| (=> (attribute ?F Vegetarian) (not (exists (?M) (and (instance ?M Meat) (part ?M ?F))))) |
Food.kif 3561-3567 | If vegetarian is an attribute of X, then there doesn't exist Y such that Y is an instance of meat and Y is a part of X |
| consequent |
|
|
| (=> (attribute ?F Vegan) (and (attribute ?F Vegetarian) (not (exists (?D) (and (instance ?D DairyArtifact) (part ?D ?F)))))) |
Food.kif 3570-3578 | If vegan is an attribute of X, then vegetarian is an attribute of X and there doesn't exist Y such that Y is an instance of dairy product and Y is a part of X |