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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Bottle
Bottle

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


(documentation Bottle EnglishLanguage "A Container whose top is narrower than its bottom, which has no handle, and which is intended to store Liquids.") Mid-level-ontology.kif 4757-4758
(externalImage Bottle "http://articulatesoftware.com/SUMOpictures/people/ baby/ bottle.png") pictureList.kif 284-284
(externalImage Bottle "http://upload.wikimedia.org/wikipedia/commons/d/dc/ Bottle.agr.jpg") pictureList.kif 48-48
(subclass Bottle FluidContainer) Mid-level-ontology.kif 4756-4756

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


(termFormat ChineseLanguage Bottle "瓶子") domainEnglishFormat.kif 11750-11750
(termFormat ChineseTraditionalLanguage Bottle "瓶子") domainEnglishFormat.kif 11749-11749
(termFormat EnglishLanguage Bottle "bottle") domainEnglishFormat.kif 11748-11748

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


(=>
    (and
        (instance ?BOTTLE Bottle)
        (bottom ?BOTTOM ?BOTTLE)
        (top ?TOP ?BOTTLE)
        (instance ?U UnitOfLength)
        (width ?BOTTOM
            (MeasureFn ?WIDTH1 ?U))
        (width ?TOP
            (MeasureFn ?WIDTH2 ?U)))
    (lessThan ?WIDTH2 ?WIDTH1))
Mid-level-ontology.kif 4766-4776
(=>
    (and
        (instance ?BOTTLE Bottle)
        (contains ?BOTTLE ?STUFF))
    (attribute ?STUFF Liquid))
Mid-level-ontology.kif 4760-4764


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