Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  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
-------------------------


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

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


(contraryAttribute ContainerFull ContainerEmpty) Mid-level-ontology.kif 1704-1704 Container full is the opposite of container empty
(termFormat ChineseLanguage ContainerEmpty "空容器") domainEnglishFormat.kif 16923-16923 Container full is the opposite of container empty
(termFormat ChineseTraditionalLanguage ContainerEmpty "空容器") domainEnglishFormat.kif 16922-16922 Container full is the opposite of container empty
(termFormat EnglishLanguage ContainerEmpty "container empty") domainEnglishFormat.kif 16921-16921 Container full is the opposite of container empty

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


(=>
    (attribute ?C ContainerEmpty)
    (instance ?C Container))
Mid-level-ontology.kif 1690-1692
(=>
    (attribute ?C ContainerEmpty)
    (not
        (exists (?H ?S)
            (and
                (instance ?H HoleRegion)
                (hole ?H ?C)
                (partiallyFills ?S ?C)))))
Mid-level-ontology.kif 1694-1701

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 Collection)
            (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 2812-2837


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 is open source software produced by Articulate Software and its partners