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


KB Term:  Term intersection
English Word: 

Sigma KEE - AlarmClock
AlarmClock(alarm clock)alarm, alarm_clock

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


(subclass AlarmClock Clock) Mid-level-ontology.kif 27924-27924 Alarm clock is a subclass of clock
(documentation AlarmClock EnglishLanguage "AlarmClock is a type of Clock that will radiate sound when a certain time is set") Mid-level-ontology.kif 27925-27926 Alarm clock is a subclass of clock

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


(termFormat EnglishLanguage AlarmClock "alarm clock") Mid-level-ontology.kif 27927-27927
(subclass AMFMAlarmClock AlarmClock) Mid-level-ontology.kif 27945-27945 Am / fm alarm clock is a subclass of alarm clock

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 27929-27943 If X is an instance of alarm clock, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Z is an instance of measuring (3) X is an agent of Z (4) W is a result of Z (5) equal W (6) Y (7) there exists V such that V is an instance of radiating sound (8) X is an agent of V holds during the time of existence of Z


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