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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Drizzling

Sigma KEE - Drizzling
Drizzling

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


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

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


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

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 2786-2798


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

Show without tree


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