![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
FluidContainer
|
|
|
| appearance as argument number 1 |
|
|
| (subclass FluidContainer Container) | Mid-level-ontology.kif 5275-5275 | Fluid container is a subclass of container |
| (documentation FluidContainer EnglishLanguage "A Container which is used to store Fluids, i.e. Liquids and Gases.") | Mid-level-ontology.kif 5276-5277 | Fluid container is a subclass of container |
| (externalImage FluidContainer "http://upload.wikimedia.org/wikipedia/commons/ 0/ 01/ Bucket.agr.jpg") | pictureList.kif 55-55 | Fluid container is a subclass of container |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?TANK FluidContainer) (hasPurpose ?TANK (exists (?STUFF) (and (contains ?TANK ?STUFF) (attribute ?STUFF Fluid))))) |
Mid-level-ontology.kif 5279-5285 | If X is an instance of fluid container, then X has the purpose there exists Y such that X contains Y and fluid is an attribute of Y |
| consequent |
|
|
| (=> (instance ?BA BleedingAir) (hasPurpose ?BA (exists (?FC ?A) (and (instance ?FC FluidContainer) (instance ?A Air) (holdsDuring (ImmediatePastFn (WhenFn ?BA)) (contains ?FC ?A)) (holdsDuring (ImmediateFutureFn (WhenFn ?BA)) (not (contains ?FC ?A))))))) |
Cars.kif 1393-1407 | If X is an instance of bleeding air, then X has the purpose there exist Y, Z such that Y is an instance of fluid container, Z is an instance of air, Y contains Z holds during immediately before the time of existence of X, and Y doesn't contain Z holds during immediately after the time of existence of X |
| (=> (instance ?X WaterSport) (exists (?W) (and (or (instance ?W WaterArea) (and (instance ?W FluidContainer) (exists (?WATER) (and (instance ?WATER Water) (located ?WATER ?W))))) (eventLocated ?X ?W)))) |
Sports.kif 1239-1251 | If X is an instance of water sport, then there exists Y such that Y is an instance of water area or Y is an instance of fluid container, there exists Z such that Z is an instance of water, Z is located at Y, and X is located at Y |