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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Colander
Colander

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


(documentation Colander EnglishLanguage "A Colander is a PorousContainer. It is a Device for Removing Liquid Substance from the Solid Substance of a Mixture.") Mid-level-ontology.kif 5012-5013
(subclass Colander PorousContainer) Mid-level-ontology.kif 5011-5011

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


(termFormat ChineseLanguage Colander "滤盆") domainEnglishFormat.kif 64362-64362
(termFormat ChineseTraditionalLanguage Colander "濾盆") domainEnglishFormat.kif 64363-64363
(termFormat EnglishLanguage Colander "colander") domainEnglishFormat.kif 64361-64361

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


(=>
    (instance ?C Colander)
    (hasPurpose ?C
        (exists (?MIX ?SUB ?SOLID ?REMOVE)
            (and
                (instance ?MIX Mixture)
                (instance ?SUB Substance)
                (part ?SUB ?MIX)
                (attribute ?SUB Liquid)
                (instance ?REMOVE Removing)
                (patient ?REMOVE ?SUB)
                (instance ?SOLID Substance)
                (part ?SOLID ?MIX)
                (attribute ?SOLID Solid)
                (result ?REMOVE ?SOLID)
                (instrument ?REMOVE ?C)))))
Mid-level-ontology.kif 5015-5030


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