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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - RadiatingVisibleLight
RadiatingVisibleLight(辐射可见光)

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


(disjoint RadiatingVisibleLight RadiatingUltraviolet) Mid-level-ontology.kif 613-613 辐射可见光 和 % 2 是 disjoint
(documentation RadiatingVisibleLight EnglishLanguage "Any instance of RadiatingLight that can be detected by normal human visual perception.") Mid-level-ontology.kif 614-615
(subclass RadiatingVisibleLight RadiatingLight) Mid-level-ontology.kif 612-612 辐射可见光放射光线subclass

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


(subclass Flickering RadiatingVisibleLight) ComputingBrands.kif 3514-3514 Flickering辐射可见光subclass
(termFormat ChineseLanguage RadiatingVisibleLight "辐射可见光") domainEnglishFormat.kif 48472-48472
(termFormat ChineseTraditionalLanguage RadiatingVisibleLight "輻射可見光") domainEnglishFormat.kif 48471-48471
(termFormat EnglishLanguage RadiatingVisibleLight "radiating visible light") domainEnglishFormat.kif 48470-48470

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


(=>
    (and
        (instance ?KL KnockLight)
        (located ?KL ?ROOM)
        (instance ?ROOM Room)
        (instance ?DOOR Door)
        (part ?DOOR ?ROOM))
    (hasPurpose ?KL
        (exists (?KNOCK ?SOUND ?LIGHT)
            (and
                (instance ?KNOCK Impacting)
                (patient ?KNOCK ?DOOR)
                (causes ?KNOCK ?SOUND)
                (instance ?SOUND RadiatingSound)
                (agent ?SOUND ?DOOR)
                (causes ?SOUND ?LIGHT)
                (instance ?LIGHT RadiatingVisibleLight)
                (instrument ?LIGHT ?KL)))))
Mid-level-ontology.kif 25854-25871
(=>
    (and
        (instance ?R RadiatingLight)
        (instance ?H Human)
        (instance ?S Seeing)
        (agent ?S ?H)
        (patient ?S ?R))
    (instance ?R RadiatingVisibleLight))
Mid-level-ontology.kif 617-624


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