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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Flickering
Flickering

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


(documentation Flickering EnglishLanguage "A Process in which the intensity of visible light changes somewhat rapidly but at a tempo discernible by the Human Eye.") ComputingBrands.kif 3515-3516
(subclass Flickering RadiatingVisibleLight) ComputingBrands.kif 3514-3514

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


(termFormat EnglishLanguage Flickering "flickering") ComputingBrands.kif 3517-3517

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


(=>
    (instance ?F Flickering)
    (exists (?T1 ?T2 ?N1 ?N2)
        (and
            (during ?T1
                (WhenFn ?F))
            (holdsDuring ?T1
                (measure ?F
                    (MeasureFn ?N1 Lumen)))
            (during ?T2
                (WhenFn ?F))
            (holdsDuring ?T2
                (measure ?F
                    (MeasureFn ?N2 Lumen)))
            (not
                (equal ?T1 ?T2))
            (not
                (equal ?N1 ?N2)))))
ComputingBrands.kif 3519-3530


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