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


KB Term:  Term intersection
English Word: 

Sigma KEE - Thunder
Thunder(thunder)
thunder

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


(subclass Thunder WeatherProcess) Weather.kif 1455-1455 Thunder is a subclass of weather process
(subclass Thunder RadiatingSound) Weather.kif 1456-1456 Thunder is a subclass of radiating sound
(documentation Thunder EnglishLanguage "Any instance of RadiatingSound which is caused by an instance of Lightning.") Weather.kif 1457-1458 Thunder is a subclass of radiating sound
(externalImage Thunder "http://articulatesoftware.com/SUMOpictures/weather/ thunder.png") pictureList.kif 779-779 Thunder is a subclass of radiating sound

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


(termFormat EnglishLanguage Thunder "thunder") domainEnglishFormat.kif 57967-57967
(termFormat ChineseTraditionalLanguage Thunder "雷") domainEnglishFormat.kif 57968-57968
(termFormat ChineseLanguage Thunder "雷") domainEnglishFormat.kif 57969-57969

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


(=>
    (instance ?T Thunder)
    (exists (?L)
        (and
            (instance ?L Lightning)
            (causes ?L ?T))))
Weather.kif 1460-1465 If X is an instance of thunder, then there exists Y such that Y is an instance of lightning and Y causes X

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


(=>
    (instance ?TS Thunderstorm)
    (holdsDuring
        (WhenFn ?TS)
        (exists (?L ?T)
            (and
                (instance ?L Lightning)
                (subProcess ?L ?TS)
                (instance ?T Thunder)
                (subProcess ?T ?TS)))))
Weather.kif 1382-1391 If X is an instance of thunderstorm, then there exist Y, Z such that Y is an instance of lightning, Y is a subprocess of X, Z is an instance of thunder, and Z is a subprocess of X holds during the time of existence of X


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