Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - cloudCoverFraction
cloudCoverFraction

appearance as argument number 1
-------------------------


(documentation cloudCoverFraction EnglishLanguage "(cloudCoverFraction ?AREA ?AMOUNT) means that in the Region ?AREA, the fraction ?AMOUNT of the sky is covered with clouds.") Weather.kif 1108-1110
(domain cloudCoverFraction 1 Region) Weather.kif 1105-1105 The number 1 argument of cloud cover fraction is an instance of region
(domain cloudCoverFraction 2 NonnegativeRealNumber) Weather.kif 1106-1106 The number 2 argument of cloud cover fraction is an instance of nonnegative real number
(instance cloudCoverFraction BinaryPredicate) Weather.kif 1104-1104 cloud cover fraction is an instance of binary predicate

appearance as argument number 2
-------------------------


(format ChineseLanguage cloudCoverFraction "%2 %1 %3") domainEnglishFormat.kif 468-468
(format ChineseTraditionalLanguage cloudCoverFraction "%2 %1 %3") domainEnglishFormat.kif 467-467
(format EnglishLanguage cloudCoverFraction "%2 is %n a cloud cover fraction of %1") domainEnglishFormat.kif 466-466
(termFormat ChineseLanguage cloudCoverFraction "云覆盖部分") domainEnglishFormat.kif 15303-15303
(termFormat ChineseTraditionalLanguage cloudCoverFraction "雲覆蓋部分") domainEnglishFormat.kif 15302-15302
(termFormat EnglishLanguage cloudCoverFraction "cloud cover fraction") domainEnglishFormat.kif 15301-15301

antecedent
-------------------------


(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER ClearWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (lessThan ?FRACTION 0.3))
Weather.kif 1127-1133
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER OvercastWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (greaterThan ?FRACTION 0.7))
Weather.kif 1178-1184
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER PartlyCloudyWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (and
        (greaterThanOrEqualTo ?FRACTION 0.3)
        (lessThanOrEqualTo ?FRACTION 0.7)))
Weather.kif 1152-1160

consequent
-------------------------


(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER ClearWeather)
        (eventLocated ?WEATHER ?AREA))
    (exists (?FRACTION)
        (and
            (cloudCoverFraction ?AREA ?FRACTION)
            (lessThan ?FRACTION 0.3))))
Weather.kif 1117-1125
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER OvercastWeather)
        (eventLocated ?WEATHER ?AREA))
    (exists (?FRACTION)
        (and
            (cloudCoverFraction ?AREA ?FRACTION)
            (greaterThan ?FRACTION 0.7))))
Weather.kif 1168-1176
(=>
    (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 1141-1150


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners