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



KB Term:  Term intersection
English Word: 

Sigma KEE - ContainerEmpty
ContainerEmpty(container empty)
more pictures...
bare, empty, stripped

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


(instance ContainerEmpty RelationalAttribute) Mid-level-ontology.kif 2152-2152 Container empty is an instance of relational attribute
(documentation ContainerEmpty EnglishLanguage "ContainerEmpty is the Attribute of a Container that is empty.") Mid-level-ontology.kif 2153-2154 Container empty is an instance of relational attribute
(externalImage ContainerEmpty "http://upload.wikimedia.org/wikipedia/commons/ 1/ 10/ Glass_empty.jpg") pictureList.kif 9954-9954 Container empty is an instance of relational attribute
(externalImage ContainerEmpty "http://upload.wikimedia.org/wikipedia/commons/ 8/ 88/ Containerlader%C3%A4ume_Schiff-2.jpg") pictureList.kif 10714-10714 Container empty is an instance of relational attribute
(externalImage ContainerEmpty "http://upload.wikimedia.org/wikipedia/commons/ 2/ 2a/ Containeur_ouvert_%281%29.jpg") pictureList.kif 10715-10715 Container empty is an instance of relational attribute
(externalImage ContainerEmpty "http://upload.wikimedia.org/wikipedia/commons/ c/ cc/ Interior_Reefercontainer.JPG") pictureList.kif 10716-10716 Container empty is an instance of relational attribute
(externalImage ContainerEmpty "http://upload.wikimedia.org/wikipedia/commons/ b/ ba/ Empty_refrigerator.jpg") pictureList.kif 10717-10717 Container empty is an instance of relational attribute

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


(contraryAttribute ContainerFull ContainerEmpty) Mid-level-ontology.kif 2170-2170 Container full is the opposite of container empty
(termFormat EnglishLanguage ContainerEmpty "container empty") domainEnglishFormat.kif 16908-16908 Container full is the opposite of container empty
(termFormat ChineseTraditionalLanguage ContainerEmpty "空容器") domainEnglishFormat.kif 16909-16909 Container full is the opposite of container empty
(termFormat ChineseLanguage ContainerEmpty "空容器") domainEnglishFormat.kif 16910-16910 Container full is the opposite of container empty

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


(=>
    (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 ContainerEmpty)
    (not
        (exists (?H ?S)
            (and
                (instance ?H HoleRegion)
                (hole ?H ?C)
                (partiallyFills ?S ?C)))))
Mid-level-ontology.kif 2160-2167 If container empty is an attribute of X, then there don't exist Y, Z such that Y is an instance of hole, Y is a hole in X, and Z partially fills X

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


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