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 4614-4615
(subclass Strainer PorousContainer) Mid-level-ontology.kif 4613-4613 Strainer is a subclass of porous container

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


(termFormat ChineseLanguage Strainer "滤器") domainEnglishFormat.kif 64387-64387
(termFormat ChineseTraditionalLanguage Strainer "濾器") domainEnglishFormat.kif 64388-64388
(termFormat EnglishLanguage Strainer "strainer") domainEnglishFormat.kif 64386-64386

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 4617-4632


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