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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Bottle
Bottle(bottle)
beer_bottle, bottle, canteen, catsup_bottle, feeding_bottle, flask, ketchup_bottle, nursing_bottle, water_bottle, whiskey_bottle, wine_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 5134-5135
(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 5133-5133 Bottle is a subclass of fluid container

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


(termFormat ChineseLanguage Bottle "瓶子") domainEnglishFormat.kif 11744-11744
(termFormat ChineseTraditionalLanguage Bottle "瓶子") domainEnglishFormat.kif 11743-11743
(termFormat EnglishLanguage Bottle "bottle") domainEnglishFormat.kif 11742-11742

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 5143-5153
(=>
    (and
        (instance ?BOTTLE Bottle)
        (contains ?BOTTLE ?STUFF))
    (attribute ?STUFF Liquid))
Mid-level-ontology.kif 5137-5141


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