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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Insoluble
Insoluble

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


(documentation Insoluble ChineseLanguage "如果一种 &Substance 有 Insoluble SolubilityAttribute 的话,那么它就不能和另外一个 Substance 结合成为一种均匀混合物。") Geography.kif 7346-7347
(documentation Insoluble EnglishLanguage "If a &Substance has the SolubilityAttribute of being Insoluble, then it cannot be combined with another Substance to become a solution mixture.") Geography.kif 7342-7344
(subclass Insoluble SolubilityAttribute) Geography.kif 7353-7353

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


(contraryAttribute Soluble Insoluble) Geography.kif 7325-7325
(termFormat ChineseLanguage Insoluble "不可溶的") Geography.kif 7351-7351
(termFormat EnglishLanguage Insoluble "insoluble") Geography.kif 7349-7349

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


(=>
    (and
        (instance ?X Substance)
        (attribute ?X Insoluble))
    (not
        (modalAttribute
            (exists (?Y ?Z)
                (and
                    (instance ?Y Substance)
                    (instance ?Z Solution)
                    (piece ?X ?Z)
                    (piece ?Y ?Z))) Possibility)))
Geography.kif 7355-7367

consequent
-------------------------


(=>
    (instance ?Z Colloid)
    (exists (?P ?S)
        (and
            (part ?P ?Z)
            (attribute ?P Insoluble)
            (approximateDiameter ?P
                (MeasureFn ?S Nanometer))
            (greaterThan 977.0 ?S)
            (greaterThan ?S 0.95))))
Mid-level-ontology.kif 21849-21858


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