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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Strainer
Strainer(strainer)

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


(documentation Strainer EnglishLanguage "A Strainer is a PorousContainer. It is a Device for Removing Solid Substance from the Liquid of a Mixture.") Mid-level-ontology.kif 4541-4542
(subclass Strainer PorousContainer) Mid-level-ontology.kif 4540-4540 Strainer is a subclass of porous container

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


(termFormat ChineseLanguage Strainer "滤器") domainEnglishFormat.kif 64366-64366
(termFormat ChineseTraditionalLanguage Strainer "濾器") domainEnglishFormat.kif 64367-64367
(termFormat EnglishLanguage Strainer "strainer") domainEnglishFormat.kif 64365-64365

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


(=>
    (instance ?S Strainer)
    (hasPurpose ?S
        (exists (?MIX ?SUB ?LIQUID ?REMOVE)
            (and
                (instance ?MIX Mixture)
                (instance ?SUB Substance)
                (instance ?LIQUID Substance)
                (part ?SUB ?MIX)
                (attribute ?SUB Solid)
                (instance ?REMOVE Removing)
                (part ?LIQUID ?MIX)
                (attribute ?LIQUID Liquid)
                (patient ?REMOVE ?SUB)
                (result ?REMOVE ?LIQUID)
                (instrument ?REMOVE ?S)))))
Mid-level-ontology.kif 4544-4559


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