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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Sleeping
Sleeping(sleeping)

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


(documentation Sleeping EnglishLanguage "The Process of Brain activity indicative of being Asleep.") Merge.kif 18425-18426
(subclass Sleeping PsychologicalProcess) Merge.kif 18424-18424 Sleeping is a subclass of psychological process

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


(termFormat EnglishLanguage Sleeping "sleeping") Merge.kif 18427-18427

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


(=>
    (holdsDuring ?T
        (and
            (attribute ?H SleepApnea)
            (attribute ?H Sleeping)))
    (exists (?T2 ?B ?B2)
        (and
            (during ?T2 ?T)
            (not
                (exists (?B)
                    (and
                        (instance ?B Breathing)
                        (during
                            (WhenFn ?B) ?T2)
                        (experiencer ?B ?H))))
            (holdsDuring ?T2
                (and
                    (instance ?B2 Breathing)
                    (needs ?H ?B2))))))
Medicine.kif 4149-4166

consequent
-------------------------


(=>
    (and
        (instance ?I Insomnia)
        (experiencer ?I ?H))
    (exists (?S ?D ?D2)
        (and
            (instance ?S Sleeping)
            (experiencer ?S ?H)
            (duration
                (WhenFn ?S) ?D)
            (desires ?H
                (and
                    (duration
                        (WhenFn ?S) ?D2)
                    (greaterThan ?D2 ?D))))))
Mid-level-ontology.kif 17375-17387
(=>
    (attribute ?A Tired)
    (desires ?A
        (exists (?S)
            (and
                (instance ?S Sleeping)
                (agent ?S ?A)))))
Mid-level-ontology.kif 20905-20911
(=>
    (holdsDuring ?T
        (attribute ?H Asleep))
    (exists (?S)
        (and
            (equal ?T
                (WhenFn ?S))
            (instance ?S Sleeping)
            (experiencer ?S ?H))))
Merge.kif 18429-18436
(=>
    (holdsDuring ?T
        (attribute ?H Insomnia))
    (exists (?I)
        (and
            (instance ?I
                (ImpairmentFn Sleeping))
            (experiencer ?I ?H)
            (equal ?T
                (WhenFn ?I)))))
Medicine.kif 2093-2102
(=>
    (holdsDuring ?T
        (attribute ?H Narcolepsy))
    (exists (?S)
        (and
            (instance ?S Sleeping)
            (experiencer ?S ?H)
            (during
                (WhenFn ?S) ?T)
            (not
                (wants ?H ?S)))))
Medicine.kif 4771-4781
(=>
    (instance ?PJ Pajamas)
    (hasPurpose ?PJ
        (exists (?A ?REST)
            (and
                (instance ?A Human)
                (agent ?REST ?A)
                (holdsDuring ?REST
                    (wears ?A ?PJ))
                (or
                    (instance ?REST Sleeping)
                    (instance ?REST StayingStill))))))
Mid-level-ontology.kif 5873-5884


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