airTemperature |
appearance as argument number 1 |
![]() |
(documentation airTemperature EnglishLanguage "(airTemperature ?AREA ?TEMP) means that the temperature of the air at ?AREA is ?TEMP. Temperature may be expressed in units of TemperatureMeasure, including CelsiusDegree and FahrenheitDegree, among others.") | Mid-level-ontology.kif 25774-25778 | |
(domain airTemperature 1 Object) | Mid-level-ontology.kif 25771-25771 | |
(domain airTemperature 2 TemperatureMeasure) | Mid-level-ontology.kif 25772-25772 | |
(instance airTemperature BinaryPredicate) | Mid-level-ontology.kif 25770-25770 | |
(subrelation airTemperature measure) | Mid-level-ontology.kif 25773-25773 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage airTemperature "%2 %n 是 %1 的 air 温度") | domainEnglishFormat.kif 120-120 | |
(format ChineseTraditionalLanguage airTemperature "%2 %n 是 %1 的 air 溫度") | domainEnglishFormat.kif 119-119 | |
(format EnglishLanguage airTemperature "%2 is %n an air temperature of %1") | domainEnglishFormat.kif 118-118 | |
(termFormat ChineseLanguage airTemperature "气温") | domainEnglishFormat.kif 6287-6287 | |
(termFormat ChineseTraditionalLanguage airTemperature "氣溫") | domainEnglishFormat.kif 6286-6286 | |
(termFormat EnglishLanguage airTemperature "air temperature") | domainEnglishFormat.kif 6285-6285 |
antecedent |
![]() |
consequent |
![]() |
(<=> (and (instance ?X Region) (holdsDuring ?T (property ?X StandardAmbientTemperaturePressure))) (holdsDuring ?T (and (airTemperature ?X (MeasureFn 298.15 KelvinDegree)) (barometricPressure ?X (MeasureFn 29.530 InchMercury))))) |
Weather.kif 2680-2690 | |
(=> (holdsDuring ?T (and (located ?H ?L) (airTemperature ?L (MeasureFn ?T ?TU)) (attribute ?H FeelingCold))) (desires ?H (holdsDuring ?T (and (airTemperature ?L (MeasureFn ?T2 ?TU)) (greaterThan ?T2 ?T))))) |
emotion.kif 1865-1877 | |
(=> (holdsDuring ?T (and (located ?H ?L) (airTemperature ?L (MeasureFn ?T ?TU)) (attribute ?H FeelingHot))) (desires ?H (holdsDuring ?T (and (airTemperature ?L (MeasureFn ?T2 ?TU)) (greaterThan ?T ?T2))))) |
emotion.kif 1902-1914 | |
(=> (instance ?CTRL TemperatureControl) (exists (?DEVICE ?TEMP) (and (instance ?DEVICE ElectricDevice) (part ?CTRL ?DEVICE) (hasPurpose ?DEVICE (exists (?PROC ?AREA) (and (instance ?AREA Region) (instance ?PROC Process) (instrument ?PROC ?CTRL) (result ?PROC (airTemperature ?AREA ?TEMP)))))))) |
engineering.kif 1138-1150 | |
(=> (instance ?X AirConditioner) (hasPurpose ?X (exists (?PROC ?TEMP ?AREA) (and (located ?X ?AREA) (instance ?PROC Process) (instrument ?PROC ?X) (result ?PROC (airTemperature ?AREA ?TEMP)))))) |
Mid-level-ontology.kif 26092-26100 |
![]() |
![]() |