Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Container
Container(container)
Dumpster, Tabernacle, aglet, aiglet, automobile_trunk, bag, basket, bin, bin_liner, bowl, bread-bin, breadbox, bucket, bunker, butt_pack, canister, cannister, capsule, cartridge_clip, cartridge_holder, case, cast, clip, coal_scuttle, compositor's_case, cot, cylinder, dispenser, display_case, drawstring_bag, drip_pan, duffel, duffel_bag, duffle, duffle_bag, dust_bag, empty, fanny_pack, fingerstall, flowerpot, golf_bag, grab_bag, graduated_cylinder, handbasket, jacket, kibble, luggage_compartment, magazine, mailer, manger...

appearance as argument number 1
-------------------------


(subclass Container Holder) Mid-level-ontology.kif 5055-5055 Container is a subclass of holder
(documentation Container EnglishLanguage "Any Holder whose purpose is to contain something else. Note that Container is more specific in meaning than Holder, because a Container must have a HoleRegion that is at least partially filled by the thing contained.") Mid-level-ontology.kif 5056-5059 Container is a subclass of holder
(externalImage Container "http://upload.wikimedia.org/wikipedia/commons/ 2/ 20/ Ceramic_planter_from_the_Ming_Dynasty.jpg") pictureList.kif 34-34 Container is a subclass of holder
(externalImage Container "http://upload.wikimedia.org/wikipedia/commons/ 9/ 9d/ Baskets_four_styles.jpg") pictureList.kif 35-35 Container is a subclass of holder
(externalImage Container "http://upload.wikimedia.org/wikipedia/commons/ 1/ 11/ Safe.jpg") pictureList.kif 1716-1716 Container is a subclass of holder

appearance as argument number 2
-------------------------


(subclass ProjectileShell Container) Mid-level-ontology.kif 1184-1184 Projectile shell is a subclass of container
(subclass Holster Container) Mid-level-ontology.kif 2186-2186 Holster is a subclass of container
(subclass Wastebasket Container) Mid-level-ontology.kif 2198-2198 Wastebasket is a subclass of container
(subclass Oven Container) Mid-level-ontology.kif 2917-2917 Oven is a subclass of container
(subclass Refrigerator Container) Mid-level-ontology.kif 2943-2943 Refrigerator is a subclass of container
(subclass PotOrPan Container) Mid-level-ontology.kif 2948-2948 Pot or pan is a subclass of container
(subclass SafeContainer Container) Mid-level-ontology.kif 3321-3321 Safe container is a subclass of container
(subclass ChestOrCabinet Container) Mid-level-ontology.kif 4796-4796 Chest or cabinet is a subclass of container
(subclass Coffin Container) Mid-level-ontology.kif 4800-4800 Coffin is a subclass of container
(subclass Compartment Container) Mid-level-ontology.kif 4810-4810 Compartment is a subclass of container
(subclass Mailbox Container) Mid-level-ontology.kif 4822-4822 Mailbox is a subclass of container
(subclass Bag Container) Mid-level-ontology.kif 5065-5065 Bag is a subclass of container
(subclass Box Container) Mid-level-ontology.kif 5083-5083 Box is a subclass of container
(subclass PorousContainer Container) Mid-level-ontology.kif 5126-5126 Porous container is a subclass of container
(subclass Envelope Container) Mid-level-ontology.kif 5265-5265 Envelope is a subclass of container
(subclass TravelContainer Container) Mid-level-ontology.kif 5270-5270 Travel container is a subclass of container
(subclass FluidContainer Container) Mid-level-ontology.kif 5275-5275 Fluid container is a subclass of container
(subclass Pericardium Container) Mid-level-ontology.kif 12888-12888 Pericardial sac is a subclass of container
(subclass ProductPackage Container) Economy.kif 5504-5504 Product package is a subclass of container
(subclass TumbleDryer Container) HouseholdAppliances.kif 647-647 Tumble dryer is a subclass of container
(subclass ClothesWashingMachine Container) HouseholdAppliances.kif 655-655 Clothes washing machine is a subclass of container
(subclass RefrigerationAppliance Container) HouseholdAppliances.kif 787-787 Refrigeration appliance is a subclass of container
(subclass ShipContainer Container) Transportation.kif 2826-2826 Ship container is a subclass of container
(subclass Freezer Container) Society.kif 631-631 Freezer is a subclass of container
(subclass Can Container) Society.kif 695-695 Can is a subclass of container

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

antecedent
-------------------------


(=>
    (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

consequent
-------------------------


(=>
    (attribute ?C ContainerEmpty)
    (instance ?C Container))
Mid-level-ontology.kif 2156-2158 If container empty is an attribute of X, then X is an instance of container
(=>
    (attribute ?C ContainerFull)
    (instance ?C Container))
Mid-level-ontology.kif 2174-2176 If container full is an attribute of X, then X is an instance of container
(=>
    (instance ?L Lid)
    (exists (?C)
        (and
            (instance ?C Container)
            (part ?L ?C)
            (capability Closing instrument ?L)
            (capability Opening instrument ?L)
            (top ?L ?C))))
Mid-level-ontology.kif 4665-4673 If X is an instance of lid, then there exists Y such that Y is an instance of container, X is a part of Y, X is capable of doing closing as a instrument, X is capable of doing opening as a instrument, and the top of Y is X
(=>
    (instance ?C Compartment)
    (exists (?O)
        (and
            (instance ?O Container)
            (not
                (equal ?C ?O))
            (part ?C ?O))))
Mid-level-ontology.kif 4814-4820 If X is an instance of compartment, then there exists Y such that Y is an instance of container, equal X, Y, and X is a part of Y
(=>
    (instance ?POUR Pouring)
    (exists (?LIQUID ?CONTAINER1 ?CONTAINER2)
        (and
            (origin ?POUR ?CONTAINER1)
            (destination ?POUR ?CONTAINER2)
            (instance ?CONTAINER1 Container)
            (instance ?CONTAINER2 Container)
            (not
                (equal ?CONTAINER1 ?CONTAINER2))
            (patient ?POUR ?LIQUID)
            (attribute ?LIQUID Liquid)
            (instance ?LIQUID Substance))))
Mid-level-ontology.kif 19458-19469 If X is an instance of pouring, then All of the following hold: (1) there exist Y, Z (2) W such that X originates at Z (3) X ends up at W (4) Z is an instance of container (5) W is an instance of container (6) equal Z (7) W (8) Y is a patient of X (9) liquid is an attribute of Y (10) Y is an instance of substance
(=>
    (instance ?HS HeatSealer)
    (hasPurpose ?HS
        (exists (?CLOSE ?PLAST ?CONT ?HEAT)
            (and
                (instance ?CONT Container)
                (instance ?PLAST Plastic)
                (instance ?CLOSE Closing)
                (instance ?HEAT Heating)
                (instrument ?CLOSE ?HS)
                (instrument ?CLOSE ?PLAST)
                (agent ?HEAT ?HS)
                (patient ?HEAT ?PLAST)
                (result ?HEAT ?CLOSE)
                (patient ?CLOSE ?CONT)))))
Economy.kif 5512-5526 If X is an instance of heat sealer, 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 container (3) Z is an instance of plastic (4) Y is an instance of closing (5) V is an instance of heating (6) X is an instrument for Y (7) Z is an instrument for Y (8) X is an agent of V (9) Z is a patient of V (10) Y is a result of V (11) W is a patient of Y
(=>
    (instance ?DEVICE VacuumCleaner)
    (exists (?CONTAINER)
        (and
            (part ?DEVICE ?CONTAINER)
            (instance ?CONTAINER Container))))
HouseholdAppliances.kif 684-689 If X is an instance of vacuum cleaner, then there exists Y such that X is a part of Y and Y is an instance of container
(=>
    (instance ?DEVICE VacuumCleaner)
    (hasPurpose ?DEVICE
        (exists (?PROC ?CONTAINER ?STUFF)
            (and
                (instance ?PROC Inserting)
                (instrument ?PROC ?DEVICE)
                (instance ?CONTAINER Container)
                (agent ?PROC ?STUFF)
                (destination ?PROC ?CONTAINER)
                (part ?DEVICE ?CONTAINER)))))
HouseholdAppliances.kif 693-703 If X is an instance of vacuum cleaner, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of inserting (3) X is an instrument for Y (4) Z is an instance of container (5) W is an agent of Y (6) Y ends up at Z (7) X is a part of Z
(=>
    (rainfallIntensity ?AREA ?TIME ?RATE)
    (exists (?RAIN ?CLTN ?R ?BUCKET ?TOP ?BOTTOM ?RAINFALL)
        (and
            (instance ?RAIN Raining)
            (eventLocated ?RAIN ?AREA)
            (during
                (WhenFn ?RAIN) ?TIME)
            (instance ?CLTN CollectionOfObjects)
            (objectTransferred ?RAIN ?CLTN)
            (instance ?R Water)
            (member ?R ?CLTN)
            (instance ?BUCKET Container)
            (bottom ?BOTTOM ?BUCKET)
            (attribute ?BOTTOM Flat)
            (located ?BUCKET ?AREA)
            (holdsDuring
                (BeginFn ?TIME)
                (attribute ?BUCKET ContainerEmpty))
            (holdsDuring
                (EndFn ?TIME)
                (and
                    (located ?CLTN ?BUCKET)
                    (top ?TOP ?CLTN)
                    (depth ?TOP ?BOTTOM ?RAINFALL)
                    (equal ?RAINFALL
                        (MultiplicationFn ?TIME ?RATE)))))))
Weather.kif 4098-4123 If the rate of rain in X during Y is Z, then All of the following hold: (1) there exist W, V,, , U,, , T,, , S,, , R (2) Q such that W is an instance of raining (3) W is located at X (4) the time of existence of W takes place during Y (5) V is an instance of collection (6) the object transferred in W is V (7) U is an instance of water (8) U is a member of V (9) T is an instance of container (10) the bottom of T is R (11) flat is an attribute of R (12) T is located at X (13) container empty is an attribute of T holds during the beginning of Y (14) V is located at T (15) the top of V is S (16) the depth from S to R is Q (17) equal Q (18) Y (19) Z holds during the end of Y


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners