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


KB Term:  Term intersection
English Word: 

Sigma KEE - TemperatureMeasure
TemperatureMeasure(temperature measure)Curie_point, Curie_temperature, H, absolute_temperature, absolute_zero, basal_body_temperature, basal_temperature, blood_heat, body_temperature, boil, boiling_point, chill, chilliness, cold, coldness, cool, coolness, dew_point, enthalpy, fieriness, flash_point, flashpoint, freezing_point, frigidity, frigidness, frostiness, gelidity, heat, heat_content, high_temperature, hotness, iciness, low_temperature, lukewarmness, melting_point, mercury, nip, passion, red-hot, red_heat, room_temperature, simmer, sizzling, temperature, temperature_unit, tepidity, tepidness, torridity, total_heat, warmness...

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


(subclass TemperatureMeasure ConstantQuantity) Merge.kif 6338-6338 Temperature measure is a subclass of constant quantity
(documentation TemperatureMeasure EnglishLanguage "Measures of temperature. In scientific circles, the temperature of something is understood as the average velocity of the atoms or molecules that make up the thing.") Merge.kif 6340-6342 Temperature measure is a subclass of constant quantity

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


(range MeanMonthSSTFn TemperatureMeasure) Weather.kif 638-638 The range of mean month sea surface temperature is an instance of temperature measure
(range DailyTempFn TemperatureMeasure) Weather.kif 730-730 The range of daily temperature of a place for a certain day is an instance of temperature measure
(range ThreeMonthsRunningMeanSSTFn TemperatureMeasure) Weather.kif 803-803 The range of three months running mean sea surface temperature is an instance of temperature measure
(range ThirtyYearAverageSSTForMonthFn TemperatureMeasure) Weather.kif 836-836 The range of thirty year average sea surface temperature for month is an instance of temperature measure
(termFormat EnglishLanguage TemperatureMeasure "temperature measure") english_format.kif 1831-1831 The range of thirty year average sea surface temperature for month is an instance of temperature measure

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


(domain boilingPoint 2 TemperatureMeasure) Merge.kif 13969-13969 The number 2 argument of boiling point is an instance of temperature measure
(domain meltingPoint 2 TemperatureMeasure) Merge.kif 14033-14033 The number 2 argument of melting point is an instance of temperature measure
(domain airTemperature 2 TemperatureMeasure) Mid-level-ontology.kif 28338-28338 The number 2 argument of air temperature is an instance of temperature measure
(domain maxDeviceOperatingTemp 2 TemperatureMeasure) ComputingBrands.kif 3527-3527 The number 2 argument of maximum device operating temperature is an instance of temperature measure
(domain maxDeviceStorageTemp 2 TemperatureMeasure) ComputingBrands.kif 3555-3555 The number 2 argument of maximum device storage temperature is an instance of temperature measure
(domain minDeviceOperatingTemp 2 TemperatureMeasure) ComputingBrands.kif 3580-3580 The number 2 argument of minimum device operating temperature is an instance of temperature measure
(domain minDeviceStorageTemp 2 TemperatureMeasure) ComputingBrands.kif 3605-3605 The number 2 argument of minimum device storage temperature is an instance of temperature measure
(domain coreBodyTemp 2 TemperatureMeasure) Medicine.kif 483-483 The number 2 argument of core body temp is an instance of temperature measure
(domain averageSSTForPeriod 3 TemperatureMeasure) Weather.kif 742-742 The number 3 argument of average sea surface temperature for period is an instance of temperature measure
(domain seaSurfaceTemperature 2 TemperatureMeasure) Weather.kif 1669-1669 The number 2 argument of sea surface temperature is an instance of temperature measure
(domain averageTemperatureForPeriod 3 TemperatureMeasure) Weather.kif 1680-1680 The number 3 argument of average temperature for period is an instance of temperature measure
(domain highestTemperatureForPeriod 3 TemperatureMeasure) Weather.kif 1692-1692 The number 3 argument of highest temperature for period is an instance of temperature measure
(domain lowestTemperatureForPeriod 3 TemperatureMeasure) Weather.kif 1704-1704 The number 3 argument of lowest temperature for period is an instance of temperature measure

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


(=>
    (and
        (instance ?BTS BimetalTemperatureSensor)
        (instance ?M1 Metal)
        (instance ?M2 Metal)
        (not
            (equal ?M1 ?M2))
        (part ?M1 ?BTS)
        (part ?M2 ?BTS)
        (instance ?T1 TemperatureMeasure)
        (instance ?T2 TemperatureMeasure)
        (instance ?L1 LengthMeasure)
        (instance ?L2 LengthMeasure)
        (instance ?L3 LengthMeasure)
        (instance ?L4 LengthMeasure)
        (not
            (equal ?T1 ?T2))
        (not
            (equal ?TM1 ?TM2))
        (holdsDuring ?TM1
            (and
                (measure ?BTS ?T1)
                (measure ?M1 ?L1)
                (measure ?M2 ?L2)))
        (holdsDuring ?TM2
            (and
                (measure ?BTS ?T2)
                (measure ?M1 ?L3)
                (measure ?M2 ?L4))))
    (not
        (equal
            (DivisionFn ?L1 ?L2)
            (DivisionFn ?L3 ?L4))))
Cars.kif 4159-4191 If All of the following hold: (1) X is an instance of bi_metal temperature sensor (2) Y is an instance of metal (3) Z is an instance of metal (4) equal Y and Z (5) Y is a part of X (6) Z is a part of X (7) W is an instance of temperature measure (8) V is an instance of temperature measure (9) U is an instance of length measure (10) T is an instance of length measure (11) S is an instance of length measure (12) R is an instance of length measure (13) equal W and V (14) equal Q and P (15) the measure of X is W, the measure of Y is U, and the measure of Z is T holds during Q (16) the measure of X is V, the measure of Y is S, and the measure of Z is R holds during P, then equal U, T, S, and R

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


(=>
    (and
        (equal
            (MeasureFn ?NUMBER ?UNIT) ?QUANT)
        (instance ?UNIT UnitOfTemperature))
    (instance ?QUANT TemperatureMeasure))
Merge.kif 6431-6435 If equal X Y(s) and Z and Y is an instance of unit of temperature, then Z is an instance of temperature measure
(=>
    (and
        (instance ?HEAT Heating)
        (patient ?HEAT ?OBJ))
    (exists (?UNIT ?QUANT1 ?QUANT2)
        (and
            (instance ?UNIT TemperatureMeasure)
            (holdsDuring
                (BeginFn
                    (WhenFn ?HEAT))
                (equal
                    (MeasureFn ?OBJ ?UNIT) ?QUANT1))
            (holdsDuring
                (EndFn
                    (WhenFn ?HEAT))
                (equal
                    (MeasureFn ?OBJ ?UNIT) ?QUANT2))
            (greaterThan ?QUANT2 ?QUANT1))))
Merge.kif 11078-11091 If X is an instance of heating and Y is a patient of X, then there exist Z, W and V such that Z is an instance of temperature measure and equal Y Z(s) and W holds during the beginning of the time of existence of X and equal Y Z(s) and V holds during the end of the time of existence of X and V is greater than W
(=>
    (and
        (instance ?COOL Cooling)
        (patient ?COOL ?OBJ))
    (exists (?UNIT ?QUANT1 ?QUANT2)
        (and
            (instance ?UNIT TemperatureMeasure)
            (holdsDuring
                (BeginFn
                    (WhenFn ?COOL))
                (equal
                    (MeasureFn ?OBJ ?UNIT) ?QUANT1))
            (holdsDuring
                (EndFn
                    (WhenFn ?COOL))
                (equal
                    (MeasureFn ?OBJ ?UNIT) ?QUANT2))
            (lessThan ?QUANT2 ?QUANT1))))
Merge.kif 11119-11132 If X is an instance of cooling and Y is a patient of X, then there exist Z, W and V such that Z is an instance of temperature measure and equal Y Z(s) and W holds during the beginning of the time of existence of X and equal Y Z(s) and V holds during the end of the time of existence of X and V is less than W
(=>
    (and
        (instance ?MEASURE Measuring)
        (result ?MEASURE ?QUANTITY)
        (instrument ?MEASURE ?THERMOMETER)
        (instance ?THERMOMETER Thermometer))
    (instance ?QUANTITY TemperatureMeasure))
Mid-level-ontology.kif 3390-3396 If X is an instance of measuring, Y is a result of X, Z is an instrument for X, and Z is an instance of thermometer, then Y is an instance of temperature measure
(=>
    (and
        (instance ?M Measuring)
        (result ?M ?Q)
        (instrument ?M ?T)
        (instance ?T Thermometer))
    (instance ?Q TemperatureMeasure))
Mid-level-ontology.kif 3402-3408 If X is an instance of measuring, Y is a result of X, Z is an instrument for X, and Z is an instance of thermometer, then Y is an instance of temperature measure
(=>
    (and
        (attribute ?X ?Y)
        (instance ?Y TemperatureAttribute)
        (instance ?X Object))
    (exists (?TEMP)
        (and
            (measure ?X ?TEMP)
            (instance ?TEMP TemperatureMeasure)
            (attribute ?TEMP ?Y))))
Mid-level-ontology.kif 28351-28360 If X is an attribute of Y, X is an instance of temperature attribute, and Y is an instance of object, then there exists Z such that the measure of Y is Z, Z is an instance of temperature measure, and X is an attribute of Z
(=>
    (and
        (immediateInstance ?X ?CLASS)
        (immediateInstance ?Y ?CLASS)
        (attribute ?X ColdTemperature)
        (attribute ?Y HotTemperature))
    (exists (?TEMPX ?TEMPY ?UNIT)
        (and
            (measure ?X
                (MeasureFn ?TEMPX ?UNIT))
            (instance ?UNIT UnitOfTemperature)
            (instance ?TEMPX TemperatureMeasure)
            (measure ?Y
                (MeasureFn ?TEMPY ?UNIT))
            (instance ?TEMPY TemperatureMeasure)
            (greaterThan ?TEMPY ?TEMPX))))
Mid-level-ontology.kif 28386-28401 If X is an immediate instance of Y, Z is an immediate instance of Y, cold is an attribute of X, and hot is an attribute of Z, then there exist W, V and U such that the measure of X is W U(s) and U is an instance of unit of temperature and W is an instance of temperature measure and the measure of Z is V U(s) and V is an instance of temperature measure and V is greater than W


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