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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Drizzling
Drizzling(drizzling)

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


(documentation Drizzling ChineseLanguage "DrizzlingRainingsubclass, 它是当雨点 的 approximateDiameter 小于或等于 0.5 Millimeter。") Weather.kif 2779-2780
(documentation Drizzling EnglishLanguage "Drizzling is a subclass of Raining when the raindrops are less than or equal 0.5 Millimeter in approximateDiameter.") Weather.kif 2777-2778
(subclass Drizzling Raining) Weather.kif 2783-2783 Drizzling is a subclass of raining

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


(termFormat ChineseLanguage Drizzling "毛毛雨") Weather.kif 2782-2782
(termFormat EnglishLanguage Drizzling "drizzling") Weather.kif 2781-2781

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


(=>
    (instance ?DRIZZLE Drizzling)
    (exists (?CLTN ?R ?SIZE)
        (and
            (instance ?CLTN Collection)
            (instance ?R Water)
            (instance ?R LiquidDrop)
            (member ?R ?CLTN)
            (objectTransferred ?DRIZZLE ?CLTN)
            (approximateDiameter ?R
                (MeasureFn ?SIZE Millimeter))
            (modalAttribute
                (lessThanOrEqualTo ?SIZE 0.5) Likely))))
Weather.kif 2785-2797


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