![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| relativeHumidity |
| appearance as argument number 1 |
|
|
| (instance relativeHumidity BinaryPredicate) | Weather.kif 1699-1699 | relative humidity is an instance of binary predicate |
| (domain relativeHumidity 1 Object) | Weather.kif 1700-1700 | The number 1 argument of relative humidity is an instance of object |
| (domain relativeHumidity 2 NonnegativeRealNumber) | Weather.kif 1701-1701 | The number 2 argument of relative humidity is an instance of nonnegative real number |
| (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 1703-1708 | The number 2 argument of relative humidity is an instance of nonnegative real number |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage relativeHumidity "%2 is %n a relative humidity of %1") | domainEnglishFormat.kif 2141-2141 | |
| (format ChineseTraditionalLanguage relativeHumidity "%2 %n 是 %1 的 relative 濕度") | domainEnglishFormat.kif 2142-2142 | |
| (format ChineseLanguage relativeHumidity "%2 %n 是 %1 的 relative 湿度") | domainEnglishFormat.kif 2143-2143 | |
| (termFormat EnglishLanguage relativeHumidity "relative humidity") | domainEnglishFormat.kif 49335-49335 | |
| (termFormat ChineseTraditionalLanguage relativeHumidity "相對濕度") | domainEnglishFormat.kif 49336-49336 | |
| (termFormat ChineseLanguage relativeHumidity "相对湿度") | domainEnglishFormat.kif 49337-49337 |
| 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 1286-1295 | If All of the following hold: (1) X is an instance of air mass (2) Y is a part of X (3) Z is a part of X (4) equal Y and Z (5) W is a relative humidity of Y (6) V is a relative humidity of Z, then the approximate value of W is V |
| (=> (relativeHumidity ?PLACE 1.0) (exists (?FALLING) (and (instance ?FALLING Precipitation) (eventLocated ?FALLING ?PLACE)))) |
Weather.kif 1710-1715 | If 1.0 is a relative humidity of X, then there exists Y such that Y is an instance of precipitation and Y is located at X |