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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Fogging
Fogging

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


(documentation Fogging ChineseLanguage "Fogging 是悬浮在 EarthAtmosphere 的 Water 小滴 或 Ice Crystal,它 causes visibilityInMeteorology 下降至少于 1,000 Meter.") Weather.kif 2531-2532
(documentation Fogging EnglishLanguage "Fogging is Water droplets or Ice Crystal suspended in the EarthAtmosphere, causes visibilityInMeteorology to be reduced to less than 1,000 Meter.") Weather.kif 2528-2530
(subclass Fogging WeatherProcess) Weather.kif 2533-2533

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


(termFormat ChineseLanguage Fogging "雾") Weather.kif 2535-2535
(termFormat EnglishLanguage Fogging "fog") Weather.kif 2534-2534

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


(=>
    (and
        (instance ?FOG Fogging)
        (eventLocated ?FOG ?AREA)
        (instance ?AREA GeographicArea)
        (instance ?AIR AtmosphericRegion)
        (orientation ?AIR ?AREA Above)
        (instance ?A Aerosal)
        (locatedAtTime ?A
            (WhenFn ?FOG) ?AIR)
        (visibilityInMeteorology ?AREA
            (WhenFn ?FOG)
            (MeasureFn ?VISIBILITY Meter)))
    (lessThan ?VISIBILITY 1000.0))
Weather.kif 2537-2550


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