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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - FireAlarm
FireAlarm(fire alarm)fire_alarm, smoke_alarm

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 26441-26442
(subclass FireAlarm Device) Mid-level-ontology.kif 26440-26440 Fire alarm is a subclass of device

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


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

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 26445-26463


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