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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - FireAlarm
FireAlarm

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


(documentation FireAlarm EnglishLanguage "FireAlarm is a Device that releases a distinctive noise to inform people that there is a Fire") Mid-level-ontology.kif 26453-26454
(subclass FireAlarm Device) Mid-level-ontology.kif 26452-26452 FireAlarmデバイスsubclass では %n

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


(termFormat EnglishLanguage FireAlarm "fire alarm") Mid-level-ontology.kif 26455-26455

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


(=>
    (and
        (instance ?X FireAlarm)
        (attribute ?X DeviceOn)
        (located ?X ?LOC))
    (exists (?RS)
        (and
            (instance ?RS RadiatingSound)
            (instrument ?RS ?X)
            (hasPurpose ?RS
                (exists (?GRP)
                    (and
                        (instance ?GRP GroupOfPeople)
                        (located ?GRP ?LOC)
                        (knows ?GRP
                            (exists (?FIRE)
                                (and
                                    (instance ?FIRE Fire)
                                    (eventLocated ?FIRE ?LOC))))))))))
Mid-level-ontology.kif 26457-26475


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