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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Mixture

Sigma KEE - Mixture
Mixture

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


(documentation Mixture ChineseLanguage " Mixture 是两个或以上、以各种比例组成 - 各自保留自身 特定性质的 PureSubstanceMixture 的成分可以通过物理途径分离,即不曾建立或打破成分之间的化学键。 例如:空气、彻底溶于水中的食盐、牛奶、木材和混凝土中。") chinese_format.kif 1621-1623
(documentation Mixture EnglishLanguage "A Mixture is two or more PureSubstances, combined in varying proportions - each retaining its own specific properties. The components of a Mixture can be separated by physical means, i.e. without the making and breaking of chemical bonds. Examples: Air, table salt thoroughly dissolved in water, milk, wood, and concrete.") Merge.kif 1184-1188
(documentation Mixture JapaneseLanguage "Mixture は二つ以上の PureSubstance で、 さま ざまな割合で結合される - それぞれが固有のプロパティを保持している。 Mixture のコンポーネントは、 物理的な手段で分離できる、すなわち化学結合の作成と切断なしである。例:水、牛乳、木材、コンクリート で完全に溶けた空気と食卓塩。") japanese_format.kif 202-205
(documentation Mixture SpanishLanguage "Una Mixture (mezcla) es dos o más PureSubstances (sustancias puras) combinadas en proporciones variadas, cada una reteniendo sus propias propiedades. Los componentes se puede separar por medios físicos, es decir sin formarse y romperse los enlaces químicos. Por ejemplo, el aire, una disolución de sal en agua, leche, madera y hormigón.") spanish_format.kif 240-244
(externalImage Mixture "http://upload.wikimedia.org/wikipedia/commons/d/ dd/ WaterAndFlourSuspensionLiquid.jpg") pictureList.kif 6706-6706
(subclass Mixture Substance) Merge.kif 1182-1182 子類 Mixture and Substance

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


(subclass Adderall Mixture) Medicine.kif 4745-4745 子類 Adderall and Mixture
(subclass Bauxite Mixture) Economy.kif 5601-5601 子類 礬土 and Mixture
(subclass Colloid Mixture) Mid-level-ontology.kif 21557-21557 子類 膠體 and Mixture
(subclass Concrete Mixture) Economy.kif 5895-5895 子類 具體 and Mixture
(subclass Detergent Mixture) Mid-level-ontology.kif 8832-8832 子類 洗滌劑 and Mixture
(subclass Dough Mixture) Food.kif 1600-1600 子類 麵團 and Mixture
(subclass Exhaust Mixture) Cars.kif 1139-1139 子類 Exhaust and Mixture
(subclass Fertilizer Mixture) Economy.kif 5975-5975 子類 肥料 and Mixture
(subclass GasMixture Mixture) Merge.kif 14736-14736 子類 混合氣體 and Mixture
(subclass Gemstone Mixture) Economy.kif 6098-6098 子類 寶石 and Mixture
(subclass Glass Mixture) Mid-level-ontology.kif 8910-8910 子類 玻璃 and Mixture
(subclass Glue Mixture) Mid-level-ontology.kif 8897-8897 子類 and Mixture
(subclass Gravel Mixture) Geography.kif 4440-4440 子類 礫石 and Mixture
(subclass GunPowder Mixture) Mid-level-ontology.kif 1249-1249 子類 槍粉 and Mixture
(subclass Humus Mixture) Mid-level-ontology.kif 17982-17982 子類 腐殖質 and Mixture
(subclass HydraulicFluid Mixture) Cars.kif 1580-1580 子類 HydraulicFluid and Mixture
(subclass LiquidMixture Mixture) Merge.kif 14709-14709 子類 液體混合物 and Mixture
(subclass MetallicAlloy Mixture) Mid-level-ontology.kif 8913-8913 子類 金屬合金 and Mixture
(subclass ParticulateMatter Mixture) Geography.kif 7403-7403 子類 ParticulateMatter and Mixture
(subclass PreparedFood Mixture) Food.kif 309-309 子類 已準備食物 and Mixture
(subclass RingersLactate Mixture) Medicine.kif 5836-5836 子類 RingersLactate and Mixture
(subclass Sewage Mixture) Mid-level-ontology.kif 2153-2153 子類 污水 and Mixture
(subclass Soil Mixture) Mid-level-ontology.kif 17921-17921 子類 and Mixture
(subclass VegetableOil Mixture) Economy.kif 4557-4557 子類 植物油 and Mixture
(subclass Vomit Mixture) Mid-level-ontology.kif 21445-21445 子類 Vomit and Mixture

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

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


(domain concentration 4 Mixture) Medicine.kif 227-227 concentration, 4 and Mixture
(domainSubclass mixturePartType 2 Mixture) Medicine.kif 5859-5859 域子類 mixturePartType, 2 and Mixture
(partition Substance PureSubstance Mixture) Merge.kif 1042-1042 劃分 Substance, PureSubstance and Mixture

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


(=>
    (and
        (instance ?M Mixture)
        (instance ?Z UnitOfMeasure)
        (mixtureRatio ?A ?B ?X ?Y ?Z)
        (measure ?M
            (MeasureFn ?T ?Z))
        (part ?A ?M)
        (part ?B ?M)
        (measure ?A
            (MeasureFn ?X ?Z))
        (measure ?B
            (MeasureFn ?Y ?Z)))
    (equal ?T
        (AdditionFn ?X ?Y)))
Food.kif 1248-1262
(=>
    (and
        (instance ?MIXTURE Mixture)
        (piece ?SUBSTANCE ?MIXTURE)
        (not
            (instance ?SUBSTANCE Mixture)))
    (instance ?SUBSTANCE PureSubstance))
Merge.kif 1200-1205
(=>
    (and
        (instance ?W TapWater)
        (instance ?M Mixture)
        (part ?W ?M)
        (instance ?A Antifreeze)
        (part ?A ?M)
        (attribute ?M Solid)
        (measure ?M
            (MeasureFn ?D CelsiusDegree)))
    (greaterThan 32 ?D))
Cars.kif 1219-1228
(=>
    (and
        (subclass ?S Mixture)
        (initialPart ?S Meat)
        (initialPart ?S FoodFromPlant)
        (initialPart ?S DrinkingWater))
    (equal ?S SoupStock))
Food.kif 1633-1639
(=>
    (instance ?MIXTURE Mixture)
    (exists (?PURE1 ?PURE2)
        (and
            (instance ?PURE1 PureSubstance)
            (instance ?PURE2 PureSubstance)
            (not
                (equal ?PURE1 ?PURE2))
            (piece ?PURE1 ?MIXTURE)
            (piece ?PURE2 ?MIXTURE))))
Merge.kif 1190-1198

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


(=>
    (instance ?C Colander)
    (hasPurpose ?C
        (exists (?MIX ?SUB ?SOLID ?REMOVE)
            (and
                (instance ?MIX Mixture)
                (instance ?SUB Substance)
                (part ?SUB ?MIX)
                (attribute ?SUB Liquid)
                (instance ?REMOVE Removing)
                (patient ?REMOVE ?SUB)
                (instance ?SOLID Substance)
                (part ?SOLID ?MIX)
                (attribute ?SOLID Solid)
                (result ?REMOVE ?SOLID)
                (instrument ?REMOVE ?C)))))
Mid-level-ontology.kif 4570-4585
(=>
    (instance ?FILTER AirFilter)
    (hasPurpose ?FILTER
        (exists (?REMOVE ?AIR ?NONAIR ?MIX)
            (and
                (instance ?REMOVE Removing)
                (part ?AIR ?MIX)
                (instance ?AIR Air)
                (not
                    (instance ?NONAIR Air))
                (attribute ?NONAIR Solid)
                (patient ?REMOVE ?NONAIR)
                (part ?NONAIR ?MIX)
                (origin ?REMOVE ?MIX)
                (instance ?MIX Mixture)
                (instrument ?REMOVE ?FILTER)))))
Cars.kif 943-958
(=>
    (instance ?FILTER Filter)
    (hasPurpose ?FILTER
        (exists (?REMOVE ?M)
            (and
                (instance ?REMOVE Removing)
                (origin ?REMOVE ?M)
                (instance ?M Mixture)
                (instrument ?REMOVE ?FILTER)))))
Mid-level-ontology.kif 2523-2531
(=>
    (instance ?OIL Oil)
    (not
        (exists (?MIX ?WATER)
            (and
                (instance ?MIX Mixture)
                (part ?WATER ?MIX)
                (instance ?WATER FreshWater)
                (part ?OIL ?MIX)))))
Mid-level-ontology.kif 8812-8820
(=>
    (instance ?S Sieve)
    (hasPurpose ?S
        (exists (?REMOVE ?MIX ?SUB ?HOLE ?A)
            (and
                (instance ?REMOVE Removing)
                (instance ?MIX Mixture)
                (instance ?SUB Substance)
                (part ?SUB ?MIX)
                (patient ?REMOVE ?SUB)
                (part ?HOLE ?S)
                (instrument ?REMOVE ?HOLE)
                (instance ?A Human)
                (agent ?REMOVE ?A)
                (not
                    (desires ?A ?SUB))))))
Mid-level-ontology.kif 4528-4543
(=>
    (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 4549-4564


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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