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 873-875
(domain cloudCoverFraction 1 Region) Weather.kif 870-870 The number 1 argument of cloud cover fraction is an instance of region
(domain cloudCoverFraction 2 NonnegativeRealNumber) Weather.kif 871-871 The number 2 argument of cloud cover fraction is an instance of nonnegative real number
(instance cloudCoverFraction BinaryPredicate) Weather.kif 869-869 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 15294-15294
(termFormat ChineseTraditionalLanguage cloudCoverFraction "雲覆蓋部分") domainEnglishFormat.kif 15293-15293
(termFormat EnglishLanguage cloudCoverFraction "cloud cover fraction") domainEnglishFormat.kif 15292-15292

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


(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER ClearWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (lessThan ?FRACTION 0.3))
Weather.kif 892-898
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER OvercastWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (greaterThan ?FRACTION 0.7))
Weather.kif 943-949
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER PartlyCloudyWeather)
        (eventLocated ?WEATHER ?AREA)
        (cloudCoverFraction ?AREA ?FRACTION))
    (and
        (greaterThanOrEqualTo ?FRACTION 0.3)
        (lessThanOrEqualTo ?FRACTION 0.7)))
Weather.kif 917-925

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


(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER ClearWeather)
        (eventLocated ?WEATHER ?AREA))
    (exists (?FRACTION)
        (and
            (cloudCoverFraction ?AREA ?FRACTION)
            (lessThan ?FRACTION 0.3))))
Weather.kif 882-890
(=>
    (and
        (instance ?AREA GeographicArea)
        (instance ?WEATHER OvercastWeather)
        (eventLocated ?WEATHER ?AREA))
    (exists (?FRACTION)
        (and
            (cloudCoverFraction ?AREA ?FRACTION)
            (greaterThan ?FRACTION 0.7))))
Weather.kif 933-941
(=>
    (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 906-915


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