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


KB Term:  Term intersection
English Word: 

Sigma KEE - Snowflake
Snowflake(snowflake)

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


(documentation Snowflake EnglishLanguage "A Snowflake is one Ice Crystal from the CollectionOfObjects of Snow.") Weather.kif 4274-4275
(documentation Snowflake ChineseLanguage "一片 Snowflake 是指 Snow CollectionOfObjects 里的一片 Ice Crystal。") Weather.kif 4276-4277
(subclass Snowflake Crystal) Weather.kif 4280-4280 Snowflake is a subclass of crystal

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


(termFormat EnglishLanguage Snowflake "snowflake") Weather.kif 4278-4278
(termFormat ChineseLanguage Snowflake "雪花") Weather.kif 4279-4279

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


(=>
    (instance ?S Snowflake)
    (exists (?SNOW)
        (and
            (instance ?SNOW Snow)
            (instance ?SNOW CollectionOfObjects)
            (member ?S ?SNOW))))
Weather.kif 4282-4288 If X is an instance of snowflake, then there exists Y such that Y is an instance of snow, Y is an instance of collection, and X is a member of Y

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


(=>
    (instance ?PROCESS Sleeting)
    (exists (?STUFF ?R ?S ?MELT)
        (and
            (instance ?STUFF CollectionOfObjects)
            (objectTransferred ?PROCESS ?STUFF)
            (instance ?R Raindrop)
            (instance ?S Snowflake)
            (member ?R ?STUFF)
            (member ?S ?STUFF)
            (instance ?MELT Melting)
            (subProcess ?MELT ?PROCESS)
            (patient ?MELT ?S))))
Weather.kif 1838-1850 If X is an instance of sleeting, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that Y is an instance of collection (3) the object transferred in X is Y (4) Z is an instance of rain drop (5) W is an instance of snowflake (6) Z is a member of Y (7) W is a member of Y (8) V is an instance of melting (9) V is a subprocess of X (10) W is a patient of V


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners