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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ContainerEmpty
ContainerEmpty
more pictures...

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


(documentation ContainerEmpty EnglishLanguage "ContainerEmpty is the Attribute of a Container that is empty.") Mid-level-ontology.kif 1621-1622
(externalImage ContainerEmpty "http://upload.wikimedia.org/wikipedia/commons/ 1/ 10/ Glass_empty.jpg") pictureList.kif 9955-9955
(externalImage ContainerEmpty "http://upload.wikimedia.org/wikipedia/commons/ 2/ 2a/ Containeur_ouvert_%281%29.jpg") pictureList.kif 10717-10717
(externalImage ContainerEmpty "http://upload.wikimedia.org/wikipedia/commons/ 8/ 88/ Containerlader%C3%A4ume_Schiff-2.jpg") pictureList.kif 10716-10716
(externalImage ContainerEmpty "http://upload.wikimedia.org/wikipedia/commons/ b/ ba/ Empty_refrigerator.jpg") pictureList.kif 10719-10719
(externalImage ContainerEmpty "http://upload.wikimedia.org/wikipedia/commons/ c/ cc/ Interior_Reefercontainer.JPG") pictureList.kif 10718-10718
(instance ContainerEmpty RelationalAttribute) Mid-level-ontology.kif 1620-1620 ContainerEmpty関係属性instance では %n

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


(contraryAttribute ContainerFull ContainerEmpty) Mid-level-ontology.kif 1638-1638 ContainerFullContainerEmptydisjoint では %n
(termFormat ChineseLanguage ContainerEmpty "空容器") domainEnglishFormat.kif 16908-16908
(termFormat ChineseTraditionalLanguage ContainerEmpty "空容器") domainEnglishFormat.kif 16907-16907
(termFormat EnglishLanguage ContainerEmpty "container empty") domainEnglishFormat.kif 16906-16906

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


(=>
    (attribute ?C ContainerEmpty)
    (instance ?C Container))
Mid-level-ontology.kif 1624-1626
(=>
    (attribute ?C ContainerEmpty)
    (not
        (exists (?H ?S)
            (and
                (instance ?H HoleRegion)
                (hole ?H ?C)
                (partiallyFills ?S ?C)))))
Mid-level-ontology.kif 1628-1635

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 2830-2855


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