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


KB Term:  Term intersection
English Word: 

Sigma KEE - Container
Container

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


(subclass Container Holder) Mid-level-ontology.kif 5055-5055
(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
(externalImage Container "http://upload.wikimedia.org/wikipedia/commons/ 2/ 20/ Ceramic_planter_from_the_Ming_Dynasty.jpg") pictureList.kif 34-34
(externalImage Container "http://upload.wikimedia.org/wikipedia/commons/ 9/ 9d/ Baskets_four_styles.jpg") pictureList.kif 35-35
(externalImage Container "http://upload.wikimedia.org/wikipedia/commons/ 1/ 11/ Safe.jpg") pictureList.kif 1716-1716

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


(subclass ProjectileShell Container) Mid-level-ontology.kif 1184-1184
(subclass Holster Container) Mid-level-ontology.kif 2186-2186
(subclass Wastebasket Container) Mid-level-ontology.kif 2198-2198
(subclass Oven Container) Mid-level-ontology.kif 2917-2917
(subclass Refrigerator Container) Mid-level-ontology.kif 2943-2943
(subclass PotOrPan Container) Mid-level-ontology.kif 2948-2948
(subclass SafeContainer Container) Mid-level-ontology.kif 3321-3321
(subclass ChestOrCabinet Container) Mid-level-ontology.kif 4796-4796
(subclass Coffin Container) Mid-level-ontology.kif 4800-4800
(subclass Compartment Container) Mid-level-ontology.kif 4810-4810
(subclass Mailbox Container) Mid-level-ontology.kif 4822-4822
(subclass Bag Container) Mid-level-ontology.kif 5065-5065
(subclass Box Container) Mid-level-ontology.kif 5083-5083
(subclass PorousContainer Container) Mid-level-ontology.kif 5126-5126
(subclass Envelope Container) Mid-level-ontology.kif 5265-5265
(subclass TravelContainer Container) Mid-level-ontology.kif 5270-5270
(subclass FluidContainer Container) Mid-level-ontology.kif 5275-5275
(subclass Pericardium Container) Mid-level-ontology.kif 12888-12888
(subclass ProductPackage Container) Economy.kif 5504-5504
(subclass TumbleDryer Container) HouseholdAppliances.kif 647-647
(subclass ClothesWashingMachine Container) HouseholdAppliances.kif 655-655
(subclass RefrigerationAppliance Container) HouseholdAppliances.kif 787-787
(subclass ShipContainer Container) Transportation.kif 2826-2826
(subclass Freezer Container) Society.kif 631-631
(subclass Can Container) Society.kif 695-695

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

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


(=>
    (attribute ?C ContainerEmpty)
    (instance ?C Container))
Mid-level-ontology.kif 2156-2158
(=>
    (attribute ?C ContainerFull)
    (instance ?C Container))
Mid-level-ontology.kif 2174-2176
(=>
    (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
(=>
    (instance ?C Compartment)
    (exists (?O)
        (and
            (instance ?O Container)
            (not
                (equal ?C ?O))
            (part ?C ?O))))
Mid-level-ontology.kif 4814-4820
(=>
    (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
(=>
    (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
(=>
    (instance ?DEVICE VacuumCleaner)
    (exists (?CONTAINER)
        (and
            (part ?DEVICE ?CONTAINER)
            (instance ?CONTAINER Container))))
HouseholdAppliances.kif 684-689
(=>
    (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
(=>
    (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


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-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners