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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - AlarmClock
AlarmClock

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


(documentation AlarmClock EnglishLanguage "AlarmClock is a type of Clock that will radiate sound when a certain time is set") Mid-level-ontology.kif 25814-25815
(subclass AlarmClock Clock) Mid-level-ontology.kif 25813-25813

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


(subclass AMFMAlarmClock AlarmClock) Mid-level-ontology.kif 25834-25834
(termFormat EnglishLanguage AlarmClock "alarm clock") Mid-level-ontology.kif 25816-25816

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


(=>
    (instance ?AC AlarmClock)
    (hasPurpose ?AC
        (exists (?TIME ?M ?Q)
            (and
                (instance ?M Measuring)
                (agent ?M ?AC)
                (result ?M ?Q)
                (equal ?Q ?TIME)
                (holdsDuring
                    (WhenFn ?M)
                    (exists (?S)
                        (and
                            (instance ?S RadiatingSound)
                            (agent ?S ?AC))))))))
Mid-level-ontology.kif 25818-25832


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