relativeHumidity |
appearance as argument number 1 |
![]() |
(documentation relativeHumidity EnglishLanguage "(relativeHumidity ?AREA ?AMOUNT) means that the amount of moisture in the air at ?AREA is ?AMOUNT. Relative humidity expresses the amount of moisture as a percentage, or ratio, between the actual moisture saturation of the air compared to the potential moisture saturation of the air. At full (potential) saturation, precipitation would occur.") | Weather.kif 1261-1266 | |
(domain relativeHumidity 1 Object) | Weather.kif 1258-1258 | The number 1 argument of relative humidity is an instance of object |
(domain relativeHumidity 2 NonnegativeRealNumber) | Weather.kif 1259-1259 | The number 2 argument of relative humidity is an instance of nonnegative real number |
(instance relativeHumidity BinaryPredicate) | Weather.kif 1257-1257 | relative humidity is an instance of binary predicate |
appearance as argument number 2 |
![]() |
(format ChineseLanguage relativeHumidity "%2 %n 是 %1 的 relative 湿度") | domainEnglishFormat.kif 2143-2143 | |
(format ChineseTraditionalLanguage relativeHumidity "%2 %n 是 %1 的 relative 濕度") | domainEnglishFormat.kif 2142-2142 | |
(format EnglishLanguage relativeHumidity "%2 is %n a relative humidity of %1") | domainEnglishFormat.kif 2141-2141 | |
(termFormat ChineseLanguage relativeHumidity "相对湿度") | domainEnglishFormat.kif 49344-49344 | |
(termFormat ChineseTraditionalLanguage relativeHumidity "相對濕度") | domainEnglishFormat.kif 49343-49343 | |
(termFormat EnglishLanguage relativeHumidity "relative humidity") | domainEnglishFormat.kif 49342-49342 |
antecedent |
![]() |
(=> (and (instance ?M AirMass) (part ?A ?M) (part ?B ?M) (not (equal ?A ?B)) (relativeHumidity ?A ?X) (relativeHumidity ?B ?Y)) (approximateValue ?X ?Y)) |
Weather.kif 844-853 |
|
(=> (relativeHumidity ?PLACE 1.0) (exists (?FALLING) (and (instance ?FALLING Precipitation) (eventLocated ?FALLING ?PLACE)))) |
Weather.kif 1268-1273 |
|
![]() |
![]() |