![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| cloudCoverFraction |
| appearance as argument number 1 |
|
|
| (instance cloudCoverFraction BinaryPredicate) | Weather.kif 1546-1546 | cloud cover fraction is an instance of binary predicate |
| (domain cloudCoverFraction 1 Region) | Weather.kif 1547-1547 | The number 1 argument of cloud cover fraction is an instance of region |
| (domain cloudCoverFraction 2 NonnegativeRealNumber) | Weather.kif 1548-1548 | The number 2 argument of cloud cover fraction is an instance of nonnegative real number |
| (documentation cloudCoverFraction EnglishLanguage "(cloudCoverFraction ?AREA ?AMOUNT) means that in the Region ?AREA, the fraction ?AMOUNT of the sky is covered with clouds.") | Weather.kif 1550-1552 | The number 2 argument of cloud cover fraction is an instance of nonnegative real number |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage cloudCoverFraction "%2 is %n a cloud cover fraction of %1") | domainEnglishFormat.kif 466-466 | |
| (format ChineseTraditionalLanguage cloudCoverFraction "%2 %1 %3") | domainEnglishFormat.kif 467-467 | |
| (format ChineseLanguage cloudCoverFraction "%2 %1 %3") | domainEnglishFormat.kif 468-468 | |
| (termFormat EnglishLanguage cloudCoverFraction "cloud cover fraction") | domainEnglishFormat.kif 15294-15294 | |
| (termFormat ChineseTraditionalLanguage cloudCoverFraction "雲覆蓋部分") | domainEnglishFormat.kif 15295-15295 | |
| (termFormat ChineseLanguage cloudCoverFraction "云覆盖部分") | domainEnglishFormat.kif 15296-15296 |
| antecedent |
|
|
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER ClearWeather) (eventLocated ?WEATHER ?AREA) (cloudCoverFraction ?AREA ?FRACTION)) (lessThan ?FRACTION 0.3)) |
Weather.kif 1569-1575 | If X is an instance of geographic area, Y is an instance of clear weather, Y is located at X, and Z is a cloud cover fraction of X, then Z is less than 0.3 |
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER PartlyCloudyWeather) (eventLocated ?WEATHER ?AREA) (cloudCoverFraction ?AREA ?FRACTION)) (and (greaterThanOrEqualTo ?FRACTION 0.3) (lessThanOrEqualTo ?FRACTION 0.7))) |
Weather.kif 1594-1602 | If X is an instance of geographic area, Y is an instance of partly cloudy weather, Y is located at X, and Z is a cloud cover fraction of X, then Z is greater than or equal to 0.3 and Z is less than or equal to 0.7 |
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER OvercastWeather) (eventLocated ?WEATHER ?AREA) (cloudCoverFraction ?AREA ?FRACTION)) (greaterThan ?FRACTION 0.7)) |
Weather.kif 1620-1626 | If X is an instance of geographic area, Y is an instance of overcast weather, Y is located at X, and Z is a cloud cover fraction of X, then Z is greater than 0.7 |
| consequent |
|
|
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER ClearWeather) (eventLocated ?WEATHER ?AREA)) (exists (?FRACTION) (and (cloudCoverFraction ?AREA ?FRACTION) (lessThan ?FRACTION 0.3)))) |
Weather.kif 1559-1567 | If X is an instance of geographic area, Y is an instance of clear weather, and Y is located at X, then there exists Z such that Z is a cloud cover fraction of X and Z is less than 0.3 |
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER PartlyCloudyWeather) (eventLocated ?WEATHER ?AREA)) (exists (?FRACTION) (and (cloudCoverFraction ?AREA ?FRACTION) (greaterThanOrEqualTo ?FRACTION 0.3) (lessThanOrEqualTo ?FRACTION 0.7)))) |
Weather.kif 1583-1592 | If X is an instance of geographic area, Y is an instance of partly cloudy weather, and Y is located at X, then there exists Z such that Z is a cloud cover fraction of X, Z is greater than, equal to 0.3, and Z is less than, or equal to 0.7 |
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER OvercastWeather) (eventLocated ?WEATHER ?AREA)) (exists (?FRACTION) (and (cloudCoverFraction ?AREA ?FRACTION) (greaterThan ?FRACTION 0.7)))) |
Weather.kif 1610-1618 | If X is an instance of geographic area, Y is an instance of overcast weather, and Y is located at X, then there exists Z such that Z is a cloud cover fraction of X and Z is greater than 0.7 |