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 25709-25713 | |
(domain airTemperature 1 Object) | Mid-level-ontology.kif 25706-25706 | |
(domain airTemperature 2 TemperatureMeasure) | Mid-level-ontology.kif 25707-25707 | |
(instance airTemperature BinaryPredicate) | Mid-level-ontology.kif 25705-25705 | |
(subrelation airTemperature measure) | Mid-level-ontology.kif 25708-25708 |
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 6282-6282 | |
(termFormat ChineseTraditionalLanguage airTemperature "氣溫") | domainEnglishFormat.kif 6281-6281 | |
(termFormat EnglishLanguage airTemperature "air temperature") | domainEnglishFormat.kif 6280-6280 |
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 2663-2673 | |
(=> (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 1139-1151 | |
(=> (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 26027-26035 |