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 4991-4992
(subclass Strainer PorousContainer) Mid-level-ontology.kif 4990-4990 Strainer is a subclass of porous container

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


(termFormat ChineseLanguage Strainer "滤器") domainEnglishFormat.kif 64357-64357
(termFormat ChineseTraditionalLanguage Strainer "濾器") domainEnglishFormat.kif 64358-64358
(termFormat EnglishLanguage Strainer "strainer") domainEnglishFormat.kif 64356-64356

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 4994-5009


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