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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Precipitation

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 26486-26487
(subclass FireAlarm Device) Mid-level-ontology.kif 26485-26485

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


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

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 26490-26508


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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