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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Asleep
Asleep(asleep)
NREM, NREM_sleep, REM, REM_sleep, asleep, at_rest, beauty_sleep, cat_sleep, catch_a_wink, catch_some_Z's, catnap, dormant, doze, dreamless, drowse, fast_asleep, forty_winks, heavy, hibernating, kip, light, log_Z's, nap, nonrapid_eye_movement, nonrapid_eye_movement_sleep, orthodox_sleep, paradoxical_sleep, profound, rapid_eye_movement, rapid_eye_movement_sleep, short_sleep, shuteye, siesta, sleep, sleep_off, sleeping, slumber, snooze, sopor, sound, sound_asleep, torpid, unawakened, wakeful, wakeless, waking, zizz

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


(documentation Asleep ChineseLanguage "这是指当 Organism 正在睡觉的 Attribute。") chinese_format.kif 4041-4041
(documentation Asleep EnglishLanguage "Attribute that applies to Organisms that are sleeping.") Merge.kif 18287-18288
(externalImage Asleep "http://articulatesoftware.com/SUMOpictures/people/ faces/ faces_4/ asleep.png") pictureList.kif 242-242
(instance Asleep ConsciousnessAttribute) Merge.kif 18286-18286 Asleep is an instance of consciousness attribute

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


(termFormat ChineseLanguage Asleep "睡着") chinese_format.kif 1266-1266
(termFormat EnglishLanguage Asleep "asleep") english_format.kif 1753-1753
(termFormat FrenchLanguage Asleep "endormi") french_format.kif 944-944
(termFormat Hindi Asleep "soyaa huaa") terms-hindi.txt 479-479
(termFormat ItalianLanguage Asleep "Addormentato") terms-it.txt 483-483
(termFormat JapaneseLanguage Asleep "眠っている") japanese_format.kif 2628-2628
(termFormat PortugueseLanguage Asleep "Dormindo") portuguese_format.kif 896-896
(termFormat cb Asleep "nakatulog") terms-cb.txt 485-485
(termFormat cz Asleep "asleep") terms-cz.txt 519-519
(termFormat ro Asleep "adormire") relations-ro.kif 965-965
(termFormat tg Asleep "natutulog") terms-tg.txt 484-484

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


(=>
    (holdsDuring ?T
        (attribute ?H Asleep))
    (exists (?S)
        (and
            (equal ?T
                (WhenFn ?S))
            (instance ?S Sleeping)
            (experiencer ?S ?H))))
Merge.kif 18295-18302
(=>
    (or
        (attribute ?AGENT Asleep)
        (attribute ?AGENT Awake))
    (attribute ?AGENT Living))
Merge.kif 18314-18318

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


(=>
    (and
        (instance ?DREAM Dreaming)
        (experiencer ?DREAM ?AGENT))
    (holdsDuring
        (WhenFn ?DREAM)
        (attribute ?AGENT Asleep)))
Mid-level-ontology.kif 18188-18192
(=>
    (and
        (instance ?FALL FallingAsleep)
        (experiencer ?FALL ?AGENT))
    (exists (?START ?FINISH)
        (and
            (starts ?START
                (WhenFn ?FALL))
            (finishes ?FINISH
                (WhenFn ?FALL))
            (holdsDuring ?START
                (attribute ?AGENT Awake))
            (holdsDuring ?FINISH
                (attribute ?AGENT Asleep)))))
Mid-level-ontology.kif 16352-16361
(=>
    (and
        (instance ?WAKE WakingUp)
        (experiencer ?WAKE ?AGENT))
    (exists (?START ?FINISH)
        (and
            (starts ?START
                (WhenFn ?WAKE))
            (finishes ?FINISH
                (WhenFn ?WAKE))
            (holdsDuring ?START
                (attribute ?AGENT Asleep))
            (holdsDuring ?FINISH
                (attribute ?AGENT Awake)))))
Mid-level-ontology.kif 16367-16376
(=>
    (holdsDuring ?T
        (attribute ?H Insomnia))
    (holdsDuring ?T
        (and
            (desires ?H
                (attribute ?H Asleep))
            (not
                (attribute ?H Asleep)))))
Medicine.kif 2095-2103
(=>
    (holdsDuring ?T
        (attribute ?H Sleepy))
    (desires ?H
        (holdsDuring
            (ImmediateFutureFn ?T)
            (attribute ?H Asleep))))
Mid-level-ontology.kif 16406-16412
(=>
    (instance ?BED Bed)
    (hasPurpose ?BED
        (exists (?PERSON)
            (and
                (attribute ?PERSON Asleep)
                (located ?PERSON ?BED)))))
Mid-level-ontology.kif 3744-3749
(=>
    (instance ?X Crib)
    (hasPurpose ?X
        (exists (?BABY)
            (and
                (instance ?BABY HumanBaby)
                (attribute ?BABY Asleep)
                (located ?BABY ?X)))))
Mid-level-ontology.kif 3916-3923
(=>
    (instance ?X DoubleBed)
    (modalAttribute
        (exists (?P1 ?P2 ?TIME)
            (and
                (not
                    (equal ?P1 ?P2))
                (instance ?P1 Human)
                (instance ?P2 Human)
                (holdsDuring ?TIME
                    (and
                        (attribute ?P1 Asleep)
                        (attribute ?P2 Asleep)
                        (located ?P1 ?X)
                        (located ?P2 ?X))))) Possibility))
Mid-level-ontology.kif 3819-3832
(=>
    (instance ?X KingBed)
    (modalAttribute
        (exists (?P1 ?P2 ?P3 ?TIME)
            (and
                (not
                    (equal ?P1 ?P2))
                (not
                    (equal ?P2 ?P3))
                (not
                    (equal ?P1 ?P3))
                (attribute ?P1 Asleep)
                (attribute ?P2 Asleep)
                (attribute ?P3 Asleep)
                (instance ?P1 Human)
                (instance ?P2 Human)
                (instance ?P3 Human)
                (holdsDuring ?TIME
                    (and
                        (located ?P1 ?X)
                        (located ?P2 ?X)
                        (located ?P3 ?X))))) Possibility))
Mid-level-ontology.kif 3762-3780
(=>
    (instance ?X Mattress)
    (hasPurpose ?X
        (exists (?PERSON)
            (and
                (attribute ?PERSON Asleep)
                (orientation ?PERSON ?X On)))))
Mid-level-ontology.kif 4013-4019
(=>
    (instance ?X QueenBed)
    (modalAttribute
        (exists (?P1 ?P2 ?TIME)
            (and
                (not
                    (equal ?P1 ?P2))
                (instance ?P1 Human)
                (instance ?P2 Human)
                (holdsDuring ?TIME
                    (and
                        (attribute ?P1 Asleep)
                        (attribute ?P2 Asleep)
                        (located ?P1 ?X)
                        (located ?P2 ?X))))) Possibility))
Mid-level-ontology.kif 3793-3806


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