![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| contains |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (relatedInternalConcept tangentialProperPart contains) | Geography.kif 701-701 | tangential proper part is internally related to contains |
| (termFormat EnglishLanguage contains "contains") | domainEnglishFormat.kif 16932-16932 | tangential proper part is internally related to contains |
| (termFormat ChineseTraditionalLanguage contains "包含") | domainEnglishFormat.kif 16933-16933 | tangential proper part is internally related to contains |
| (termFormat ChineseLanguage contains "包含") | domainEnglishFormat.kif 16934-16934 | tangential proper part is internally related to contains |
| (format EnglishLanguage contains "%1 %n{doesn't} contain%p{s} %2") | english_format.kif 808-808 | tangential proper part is internally related to contains |
| (format JapaneseLanguage contains "%1 は %2 を contain%p{s} %n{ない}") | english_format.kif 809-809 | tangential proper part is internally related to contains |
| antecedent |
|
|
| consequent |
|
|
| (=> (and (hole ?HOLE ?OBJ1) (properlyFills ?OBJ2 ?HOLE)) (contains ?OBJ1 ?OBJ2)) |
Merge.kif 1108-1112 | If X is a hole in Y and Z properly fills X, then Y contains Z |
| (=> (and (instance ?INSERT Inserting) (patient ?INSERT ?OBJ1) (destination ?INSERT ?OBJ2)) (and (holdsDuring (BeginFn (WhenFn ?INSERT)) (not (contains ?OBJ2 ?OBJ1))) (holdsDuring (EndFn (WhenFn ?INSERT)) (contains ?OBJ2 ?OBJ1)))) |
Merge.kif 11700-11707 | If X is an instance of inserting, Y is a patient of X, and X ends up at Z, then Z doesn't contain Y holds during the beginning of the time of existence of X and Z contains Y holds during the end of the time of existence of X |
| (=> (instance ?S ShotShell) (hasPurpose ?S (exists (?X) (and (contains ?S ?X) (properPart ?X ?S) (or (instance ?X FirearmShot) (instance ?X ShotgunSlug)))))) |
Mid-level-ontology.kif 1118-1127 | If X is an instance of shot shell, then X has the purpose there exists Y such that X contains Y, Y is a proper part of X, and Y is an instance of firearm shot or Y is an instance of shotgun slug |
| (=> (and (instance ?SS ShotShell) (instance ?SL ShotgunSlug) (contains ?SS ?SL)) (not (exists (?S2) (and (or (instance ?S2 ShotgunSlug) (instance ?S2 FirearmShot)) (not (equal ?SL ?S2)) (contains ?SS ?S2))))) |
Mid-level-ontology.kif 1169-1182 | If X is an instance of shot shell, Y is an instance of shotgun slug, and X contains Y, then there doesn't exist Z such that Z is an instance of shotgun slug or Z is an instance of firearm shot, equal Y, Z, and X contains Z |
| (=> (instance ?C GunChamber) (hasPurpose ?C (exists (?B) (and (instance ?B BulletCartridge) (contains ?C ?B))))) |
Mid-level-ontology.kif 1364-1370 | If X is an instance of gun chamber, then X has the purpose there exists Y such that Y is an instance of bullet cartridge and X contains Y |
| (=> (instance ?GUN RevolverGun) (exists (?CY ?COLL ?C ?BC) (and (part ?CY ?GUN) (instance ?CY GunCylinder) (part ?COLL ?CY) (instance ?COLL CollectionOfObjects) (member ?C ?COLL) (instance ?C GunChamber) (contains ?C ?BC) (instance ?BC BulletCartridge) (not (exists (?BC2) (and (instance ?BC2 BulletCartridge) (not (equal ?BC ?BC2)) (contains ?C ?BC2))))))) |
Mid-level-ontology.kif 2110-2128 | If X is an instance of revolver gun, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that Y is a part of X (3) Y is an instance of gun cylinder (4) Z is a part of Y (5) Z is an instance of collection (6) W is a member of Z (7) W is an instance of gun chamber (8) W contains V (9) V is an instance of bullet cartridge (10) there doesn't exist U such that U is an instance of bullet cartridge (11) equal V (12) U (13) W contains U |
| (=> (instance ?H Holster) (hasPurpose ?H (exists (?P) (and (instance ?P Pistol) (contains ?H ?P))))) |
Mid-level-ontology.kif 2190-2196 | If X is an instance of holster, then X has the purpose there exists Y such that Y is an instance of pistol and X contains Y |
| (=> (instance ?TUB BathTub) (hasPurpose ?TUB (exists (?WATER) (and (instance ?WATER Water) (contains ?TUB ?WATER))))) |
Mid-level-ontology.kif 2653-2659 | If X is an instance of tub, then X has the purpose there exists Y such that Y is an instance of water and X contains Y |
| (=> (attribute ?X WaterBed) (exists (?MATTRESS ?WATER) (and (component ?MATTRESS ?X) (contains ?MATTRESS ?WATER) (instance ?WATER Water)))) |
Mid-level-ontology.kif 4760-4766 | If waterbed is an attribute of X, then there exist Y, Z such that Y is a component of X, Y contains Z, and Z is an instance of water |
| (=> (instance ?CONTAINER Container) (hasPurpose ?CONTAINER (exists (?OBJ) (contains ?CONTAINER ?OBJ)))) |
Mid-level-ontology.kif 5061-5063 | If X is an instance of container, then X has the purpose there exists Y such that X contains Y |
| (=> (instance ?BAG Bag) (hasPurpose ?BAG (exists (?T ?OBJ) (and (instance ?T Transfer) (instance ?OBJ Object) (contains ?BAG ?OBJ) (instrument ?T ?BAG) (patient ?T ?OBJ))))) |
Mid-level-ontology.kif 5072-5081 | If X is an instance of bag, then X has the purpose there exist Y, Z such that Y is an instance of transfer, Z is an instance of object, X contains Z, X is an instrument for Y, and Z is a patient of Y |
| (=> (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 |
| (=> (instance ?BOTTLE Bottle) (hasPurpose ?BOTTLE (exists (?STUFF) (and (contains ?BOTTLE ?STUFF) (attribute ?STUFF Liquid))))) |
Mid-level-ontology.kif 5291-5297 | If X is an instance of bottle, then X has the purpose there exists Y such that X contains Y and liquid is an attribute of Y |
| (=> (instance ?CUP DrinkingCup) (hasPurpose ?CUP (exists (?STUFF) (and (contains ?CUP ?STUFF) (instance ?STUFF Beverage))))) |
Mid-level-ontology.kif 5316-5322 | If X is an instance of drinking cup, then X has the purpose there exists Y such that X contains Y and Y is an instance of beverage |
| (=> (and (wears ?P ?T) (instance ?T TieClothing)) (exists (?N) (and (instance ?N Neck) (part ?N ?P) (contains ?T ?N)))) |
Mid-level-ontology.kif 6181-6189 | If X wears Y and Y is an instance of tie, then there exists Z such that Z is an instance of neck, Z is a part of X, and Y contains Z |
| (=> (and (wears ?H ?T) (instance ?T Trousers)) (exists (?L) (and (instance ?L Leg) (part ?L ?H) (contains ?T ?L)))) |
Mid-level-ontology.kif 6264-6272 | If X wears Y and Y is an instance of trousers, then there exists Z such that Z is an instance of leg, Z is a part of X, and Y contains Z |
| (=> (and (wears ?P ?S) (instance ?S Sock)) (exists (?F) (and (instance ?F Foot) (part ?F ?P) (contains ?S ?F)))) |
Mid-level-ontology.kif 6342-6350 | If X wears Y and Y is an instance of sock, then there exists Z such that Z is an instance of foot, Z is a part of X, and Y contains Z |
| (=> (and (wears ?P ?S) (instance ?S Sleeve)) (exists (?A) (and (instance ?A Arm) (part ?A ?P) (contains ?S ?A)))) |
Mid-level-ontology.kif 6368-6376 | If X wears Y and Y is an instance of sleeve, then there exists Z such that Z is an instance of arm, Z is a part of X, and Y contains Z |
| (=> (instance ?NS NasalSeptum) (exists (?NC) (and (instance ?NC NasalCavity) (contains ?NC ?NS)))) |
Mid-level-ontology.kif 7222-7227 | If X is an instance of septum, then there exists Y such that Y is an instance of nasal cavity and Y contains X |
| (=> (instance ?B Bloating) (exists (?P ?S ?I ?G) (and (experiencer ?B ?P) (instance ?G Gas) (or (and (part ?I ?P) (instance ?I Intestine) (contains ?I ?G)) (and (part ?S ?P) (instance ?S Stomach) (contains ?S ?G)))))) |
Mid-level-ontology.kif 7546-7560 | If X is an instance of bloating, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that Y experiences X (3) V is an instance of gas (4) W is a part of Y (5) W is an instance of intestine (6) W contains V or Z is a part of Y (7) Z is an instance of stomach (8) Z contains V |
| (=> (instance ?M MobileStructure) (hasPurpose ?M (exists (?H) (and (instance ?H Human) (contains ?M ?H))))) |
Mid-level-ontology.kif 7902-7908 | If X is an instance of mobile structure, then X has the purpose there exists Y such that Y is an instance of human and X contains Y |
| (=> (instance ?P PortableRestroom) (hasPurpose ?P (exists (?T ?M) (and (instance ?T Toilet) (contains ?P ?T) (instance ?M Translocation) (patient ?M ?P))))) |
Mid-level-ontology.kif 7939-7947 | If X is an instance of portable restroom, then X has the purpose there exist Y, Z such that Y is an instance of toilet, X contains Y, Z is an instance of translocation, and X is a patient of Z |
| (=> (instance ?T Tomb) (hasPurpose ?T (exists (?P) (and (attribute ?P Dead) (contains ?T ?P))))) |
Mid-level-ontology.kif 8162-8168 | If X is an instance of tomb, then X has the purpose there exists Y such that dead is an attribute of Y and X contains Y |
| (=> (instance ?D Diuretic) (hasPurpose ?D (exists (?R ?L ?H ?LOC) (and (instance ?H Human) (instance ?R Removing) (instance ?L Liquid) (experiencer ?R ?H) (moves ?R ?L) (origin ?L ?H) (not (contains ?H ?LOC)) (destination ?R ?LOC))))) |
Mid-level-ontology.kif 11455-11468 | If X is an instance of diuretic, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W (2) V such that W is an instance of human (3) Y is an instance of removing (4) Z is an instance of liquid (5) W experiences Y (6) Z moves during Y (7) Z originates at W (8) W doesn't contain V (9) Y ends up at V |
| (=> (instance ?C SpinalCord) (exists (?S) (and (instance ?S SpinalColumn) (contains ?S ?C)))) |
Mid-level-ontology.kif 12441-12446 | If X is an instance of spinal cord, then there exists Y such that Y is an instance of spinal column and Y contains X |
| Display limited to 25 items. Show next 25 | ||
| Display limited to 25 items. Show next 25 |