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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - meltingPoint
meltingPoint

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


(documentation meltingPoint ChineseLanguage "这是当 PureSubstanceSolid 变成 Liquid 状态的温度。注:Arsenic 可以直接从 Solid 升华成 Gas,这意味着它的熔点和沸点是相等的。") chinese_format.kif 1420-1421
(documentation meltingPoint EnglishLanguage "The temperature at which a PureSubstance changes state from a Solid to a Liquid. Note that Arsenic can sublimate directly from Solid to Gas which means that its melting and boiling points are equal.") Merge.kif 13933-13935
(domain meltingPoint 2 TemperatureMeasure) Merge.kif 13932-13932 The number 2 argument of melting point is an instance of temperature measure
(domainSubclass meltingPoint 1 PureSubstance) Merge.kif 13931-13931 The number 1 argument of melting point is a subclass of pure substance
(instance meltingPoint BinaryPredicate) Merge.kif 13930-13930 melting point is an instance of binary predicate

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


(format ChineseLanguage meltingPoint "%2 %n 是 %1 的 melting 点") domainEnglishFormat.kif 1683-1683
(format ChineseTraditionalLanguage meltingPoint "%2 %n 是 %1 的 melting 點") domainEnglishFormat.kif 1682-1682
(format EnglishLanguage meltingPoint "%2 is %n a melting point of %1") domainEnglishFormat.kif 1681-1681
(termFormat ChineseLanguage meltingPoint "熔点") domainEnglishFormat.kif 37009-37009
(termFormat ChineseTraditionalLanguage meltingPoint "熔點") domainEnglishFormat.kif 37008-37008
(termFormat EnglishLanguage meltingPoint "melting point") domainEnglishFormat.kif 37007-37007

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


(=>
    (and
        (instance ?SUBSTANCE ?TYPE)
        (boilingPoint ?TYPE
            (MeasureFn ?TEMP1 ?MEASURE))
        (meltingPoint ?TYPE
            (MeasureFn ?TEMP2 ?MEASURE))
        (instance ?MEASURE UnitOfTemperature)
        (holdsDuring ?TIME
            (measure ?SUBSTANCE
                (MeasureFn ?TEMP3 ?MEASURE)))
        (greaterThan ?TEMP3 ?TEMP2)
        (lessThan ?TEMP3 ?TEMP1))
    (or
        (holdsDuring ?TIME
            (attribute ?SUBSTANCE Liquid))
        (exists (?MELT)
            (and
                (overlapsTemporally
                    (WhenFn ?MELT) ?TIME)
                (instance ?MELT Melting)
                (patient ?MELT ?SUBSTANCE)))))
Merge.kif 13937-13952
(=>
    (and
        (instance ?SUBSTANCE ?TYPE)
        (meltingPoint ?TYPE
            (MeasureFn ?TEMP1 ?MEASURE))
        (holdsDuring ?TIME
            (measure ?SUBSTANCE
                (MeasureFn ?TEMP2 ?MEASURE)))
        (instance ?MEASURE UnitOfTemperature)
        (lessThan ?TEMP2 ?TEMP1))
    (or
        (holdsDuring ?TIME
            (attribute ?SUBSTANCE Solid))
        (exists (?FREEZE)
            (and
                (overlapsTemporally
                    (WhenFn ?FREEZE) ?TIME)
                (instance ?FREEZE Freezing)
                (patient ?FREEZE ?SUBSTANCE)))))
Merge.kif 13954-13967
(=>
    (and
        (instance ?X ?Y)
        (subclass ?Y PureSubstance)
        (boilingPoint ?Y
            (MeasureFn ?BOIL KelvinDegree))
        (meltingPoint ?Y
            (MeasureFn ?MELT KelvinDegree))
        (measure ?X
            (MeasureFn ?TEMP KelvinDegree))
        (greaterThan ?TEMP ?MELT)
        (lessThan ?TEMP ?BOIL))
    (attribute ?X Liquid))
Merge.kif 13883-13892
(=>
    (and
        (instance ?X ?Y)
        (subclass ?Y PureSubstance)
        (meltingPoint ?Y
            (MeasureFn ?MELT KelvinDegree))
        (barometricPressure ?X
            (MeasureFn ?PRES InchMercury))
        (greaterThan ?PRES 29.92)
        (measure ?X
            (MeasureFn ?TEMP KelvinDegree))
        (lessThan ?TEMP ?MELT))
    (attribute ?X Solid))
Merge.kif 13894-13903
(=>
    (and
        (meltingPoint ?TYPE
            (MeasureFn ?MELT ?U))
        (boilingPoint ?TYPE
            (MeasureFn ?BOIL ?U)))
    (greaterThanOrEqualTo ?BOIL ?MELT))
Merge.kif 13969-13973

appearance as argument number 0
-------------------------


(meltingPoint Actinium
    (MeasureFn 1320.0 KelvinDegree))
Mid-level-ontology.kif 30472-30472 1320.0 Kelvin degree(s) is a melting point of actinium
(meltingPoint Aluminum
    (MeasureFn 933.52 KelvinDegree))
Mid-level-ontology.kif 30320-30320 933.52 Kelvin degree(s) is a melting point of aluminum
(meltingPoint Americium
    (MeasureFn 1267.0 KelvinDegree))
Mid-level-ontology.kif 30484-30484 1267.0 Kelvin degree(s) is a melting point of americium
(meltingPoint Antimony
    (MeasureFn 903.89 KelvinDegree))
Mid-level-ontology.kif 30396-30396 903.89 Kelvin degree(s) is a melting point of antimony
(meltingPoint Argon
    (MeasureFn 83.78 KelvinDegree))
Mid-level-ontology.kif 30330-30330 83.78 Kelvin degree(s) is a melting point of argon
(meltingPoint Arsenic
    (MeasureFn 886.0 KelvinDegree))
Mid-level-ontology.kif 30360-30360 886.0 Kelvin degree(s) is a melting point of arsenic
(meltingPoint Astatine
    (MeasureFn 575.0 KelvinDegree))
Mid-level-ontology.kif 30464-30464 575.0 Kelvin degree(s) is a melting point of astatine
(meltingPoint Barium
    (MeasureFn 998.0 KelvinDegree))
Mid-level-ontology.kif 30406-30406 998.0 Kelvin degree(s) is a melting point of barium
(meltingPoint Berkelium
    (MeasureFn 1259.0 KelvinDegree))
Mid-level-ontology.kif 30488-30488 1259.0 Kelvin degree(s) is a melting point of berkelium
(meltingPoint Beryllium
    (MeasureFn 1551.0 KelvinDegree))
Mid-level-ontology.kif 30302-30302 1551.0 Kelvin degree(s) is a melting point of beryllium
(meltingPoint Bismuth
    (MeasureFn 544.5 KelvinDegree))
Mid-level-ontology.kif 30460-30460 544.5 Kelvin degree(s) is a melting point of bismuth
(meltingPoint Boron
    (MeasureFn 2573.0 KelvinDegree))
Mid-level-ontology.kif 30304-30304 2573.0 Kelvin degree(s) is a melting point of boron
(meltingPoint Bromine
    (MeasureFn 265.9 KelvinDegree))
Mid-level-ontology.kif 30364-30364 265.9 Kelvin degree(s) is a melting point of bromine
(meltingPoint Cadmium
    (MeasureFn 594.1 KelvinDegree))
Mid-level-ontology.kif 30390-30390 594.1 Kelvin degree(s) is a melting point of cadmium
(meltingPoint Caesium
    (MeasureFn 301.55 KelvinDegree))
Mid-level-ontology.kif 30404-30404 301.55 Kelvin degree(s) is a melting point of caesium
(meltingPoint Calcium
    (MeasureFn 1112.0 KelvinDegree))
Mid-level-ontology.kif 30334-30334 1112.0 Kelvin degree(s) is a melting point of calcium
(meltingPoint Californium
    (MeasureFn 1173.0 KelvinDegree))
Mid-level-ontology.kif 30489-30489 1173.0 Kelvin degree(s) is a melting point of californium
(meltingPoint Carbon
    (MeasureFn 3823.0 KelvinDegree))
Mid-level-ontology.kif 30306-30306 3823.0 Kelvin degree(s) is a melting point of carbon
(meltingPoint Cerium
    (MeasureFn 1071.0 KelvinDegree))
Mid-level-ontology.kif 30410-30410 1071.0 Kelvin degree(s) is a melting point of cerium
(meltingPoint Chlorine
    (MeasureFn 172.17 KelvinDegree))
Mid-level-ontology.kif 30328-30328 172.17 Kelvin degree(s) is a melting point of chlorine
(meltingPoint Chromium
    (MeasureFn 2130.0 KelvinDegree))
Mid-level-ontology.kif 30342-30342 2130.0 Kelvin degree(s) is a melting point of chromium
(meltingPoint Cobalt
    (MeasureFn 1768.0 KelvinDegree))
Mid-level-ontology.kif 30348-30348 1768.0 Kelvin degree(s) is a melting point of cobalt
(meltingPoint Copper
    (MeasureFn 1356.6 KelvinDegree))
Mid-level-ontology.kif 30352-30352 1356.6 Kelvin degree(s) is a melting point of copper
(meltingPoint Curium
    (MeasureFn 1613.0 KelvinDegree))
Mid-level-ontology.kif 30487-30487 1613.0 Kelvin degree(s) is a melting point of curium
(meltingPoint Dysprosium
    (MeasureFn 1682.0 KelvinDegree))
Mid-level-ontology.kif 30426-30426 1682.0 Kelvin degree(s) is a melting point of dysprosium

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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