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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Solution
Solution(溶液)

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


(documentation Solution ChineseLanguage "这是一种液体混合物。液体中含量最丰富的称为溶剂。其它成分 称为溶质。一种液体尽管它的性质属于单一,但是仍然可以具有多变的成分。在其极限之内,任何分量盐都能够溶解于特定 分量的水中。") chinese_format.kif 3460-3462
(documentation Solution EnglishLanguage "A liquid mixture. The most abundant component in a solution is called the solvent. Other components are called solutes. A solution, though homogeneous, may nonetheless have variable composition. Any amount of salt, up to a maximum limit, can be dissolved in a given amount of water.") Merge.kif 14877-14881
(externalImage Solution "http://upload.wikimedia.org/wikipedia/commons/8/ 89/ SaltInWaterSolutionLiquid.jpg") pictureList.kif 2523-2523
(subclass Solution LiquidMixture) Merge.kif 14876-14876 溶液LiquidMixturesubclass では

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


(partition LiquidMixture Solution Suspension) Merge.kif 14863-14863 LiquidMixture溶液 + Suspensionexhaustively partitioned
(subclass Antifreeze Solution) Cars.kif 1214-1214 Antifreeze溶液subclass では
(subclass DieselFuel Solution) Mid-level-ontology.kif 2178-2178 DieselFuel溶液subclass では
(subclass Gasoline Solution) Mid-level-ontology.kif 2173-2173 Gasoline溶液subclass では
(subclass SalineSolution Solution) Mid-level-ontology.kif 9976-9976 SalineSolution溶液subclass では
(termFormat ChineseLanguage Solution "溶液") chinese_format.kif 829-829 SalineSolution溶液subclass では
(termFormat EnglishLanguage Solution "solution") english_format.kif 860-860 SalineSolution溶液subclass では
(termFormat FrenchLanguage Solution "solution") french_format.kif 505-505 SalineSolution溶液subclass では
(termFormat Hindi Solution "ghola") terms-hindi.txt 37-37 SalineSolution溶液subclass では
(termFormat ItalianLanguage Solution "Soluzione") terms-it.txt 40-40 SalineSolution溶液subclass では
(termFormat JapaneseLanguage Solution "溶液") japanese_format.kif 2190-2190 SalineSolution溶液subclass では
(termFormat PortugueseLanguage Solution "Solucao") portuguese_format.kif 457-457 SalineSolution溶液subclass では
(termFormat cb Solution "pagpahigawas") terms-cb.txt 42-42 SalineSolution溶液subclass では
(termFormat cz Solution "solution") terms-cz.txt 72-72 SalineSolution溶液subclass では
(termFormat de Solution "Loesung") terms-de.txt 331-331 SalineSolution溶液subclass では
(termFormat ro Solution "soluþie") relations-ro.kif 526-526 SalineSolution溶液subclass では
(termFormat tg Solution "banto") terms-tg.txt 41-41 SalineSolution溶液subclass では

appearance as argument number 3
-------------------------


(domain potentialOfHydrogen 1 Solution) Mid-level-ontology.kif 3743-3743 potentialOfHydrogen の数値 1 引数は 溶液instance では

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


(=>
    (instance ?OBJ Solution)
    (attribute ?OBJ Liquid))
Merge.kif 17743-17745

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


(=>
    (and
        (instance ?L LiquidMixture)
        (attribute ?L Miscible)
        (equal ?L ?X))
    (instance ?X Solution))
Mid-level-ontology.kif 23214-23219
(=>
    (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 7717-7729
(=>
    (and
        (instance ?X Substance)
        (attribute ?X Soluble))
    (modalAttribute
        (exists (?Y ?Z)
            (and
                (instance ?Y Substance)
                (instance ?Z Solution)
                (piece ?X ?Z)
                (piece ?Y ?Z))) Possibility))
Geography.kif 7689-7700
(=>
    (instance ?D Diluting)
    (exists (?S)
        (and
            (patient ?D ?S)
            (instance ?S Solution)
            (attribute ?S Liquid))))
Mid-level-ontology.kif 21189-21195
(=>
    (instance ?DIALYSIS Dialysis)
    (exists (?SOLUTION ?SUBSTANCE1 ?SUBSTANCE2)
        (and
            (resource ?DIALYSIS ?SOLUTION)
            (instance ?SOLUTION Solution)
            (result ?DIALYSIS ?SUBSTANCE1)
            (instance ?SUBSTANCE1 PureSubstance)
            (result ?DIALYSIS ?SUBSTANCE2)
            (instance ?SUBSTANCE2 PureSubstance)
            (not
                (equal ?SUBSTANCE1 ?SUBSTANCE2)))))
Mid-level-ontology.kif 21173-21183
(=>
    (instance ?FILTER FuelFilter)
    (hasPurpose ?FILTER
        (exists (?REMOVE ?FUEL ?NONFUEL ?SOLUTION)
            (and
                (instance ?REMOVE Removing)
                (part ?FUEL ?SOLUTION)
                (instance ?FUEL Fuel)
                (not
                    (instance ?NONFUEL Fuel))
                (patient ?REMOVE ?NONFUEL)
                (part ?NONFUEL ?SOLUTION)
                (origin ?REMOVE ?SOLUTION)
                (instance ?SOLUTION Solution)
                (instrument ?REMOVE ?FILTER)))))
Cars.kif 922-936


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