![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Swallowing
|
|
|
| appearance as argument number 1 |
|
|
| (subclass GroceryStore RetailStore) | Mid-level-ontology.kif 9135-9135 | Grocery store is a subclass of retail store |
| (documentation GroceryStore EnglishLanguage "A RetailStore that sells Food, and perhaps other items as well.") | Mid-level-ontology.kif 9136-9137 | Grocery store is a subclass of retail store |
| (externalImage GroceryStore "http://upload.wikimedia.org/wikipedia/en/b/ b9/ Storeisle.png") | pictureList.kif 2686-2686 | Grocery store is a subclass of retail store |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?STORE GroceryStore) (exists (?SELL ?FOOD) (and (instance ?SELL Selling) (agent ?SELL ?STORE) (patient ?SELL ?FOOD) (instance ?FOOD (FoodForFn Animal))))) |
Mid-level-ontology.kif 9139-9146 | If X is an instance of grocery store, then there exist Y, Z such that Y is an instance of selling, X is an agent of Y, Z is a patient of Y, and Z is an instance of food for animal |
| consequent |
|
|
| (=> (instance ?GSC GroceryStoreChain) (and (instance ?GSC CollectionOfObjects) (member ?GS ?GSC) (instance ?GS GroceryStore))) |
Society.kif 501-506 | If X is an instance of GroceryStoreChain, then X is an instance of collection, Y is a member of X, and Y is an instance of grocery store |