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



KB Term:  Term intersection
English Word: 

Sigma KEE - HumanBaby
HumanBaby(human baby)
more pictures...
babe, baby, infant

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


(subclass HumanBaby HumanChild) Mid-level-ontology.kif 355-355 Human baby is a subclass of human child
(documentation HumanBaby EnglishLanguage "A Human between birth and the first year of age.") Mid-level-ontology.kif 356-356 Human baby is a subclass of human child
(externalImage HumanBaby "http://upload.wikimedia.org/wikipedia/commons/ 7/ 77/ Hutchens_baby.jpg") pictureList.kif 31-31 Human baby is a subclass of human child
(externalImage HumanBaby "http://upload.wikimedia.org/wikipedia/commons/ 6/ 62/ Anna_at_11_days.jpg") pictureList.kif 2964-2964 Human baby is a subclass of human child
(externalImage HumanBaby "http://upload.wikimedia.org/wikipedia/commons/ 3/ 3a/ Niemowle.JPG") pictureList.kif 3121-3121 Human baby is a subclass of human child
(externalImage HumanBaby "http://upload.wikimedia.org/wikipedia/commons/ 3/ 38/ HumanNewborn.JPG") pictureList.kif 3122-3122 Human baby is a subclass of human child
(externalImage HumanBaby "http://upload.wikimedia.org/wikipedia/commons/ 3/ 3a/ Ragazza_e_bimba_in_braccio.jpg") pictureList.kif 3123-3123 Human baby is a subclass of human child

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


(termFormat EnglishLanguage HumanBaby "human baby") domainEnglishFormat.kif 28847-28847
(termFormat ChineseTraditionalLanguage HumanBaby "人類寶貝") domainEnglishFormat.kif 28848-28848
(termFormat ChineseLanguage HumanBaby "人类宝贝") domainEnglishFormat.kif 28849-28849

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


(=>
    (holdsDuring ?TIME
        (and
            (instance ?BABY HumanBaby)
            (age ?BABY
                (MeasureFn ?NUMBER YearDuration))))
    (lessThanOrEqualTo ?NUMBER 1))
Mid-level-ontology.kif 358-363 If X is an instance of human baby and the age of X is Y year duration(s) holds during Z, then Y is less than or equal to 1
(=>
    (holdsDuring ?TIME
        (instance ?BABY HumanBaby))
    (exists (?AGE)
        (and
            (holdsDuring ?TIME
                (age ?BABY ?AGE))
            (instance ?AGE
                (IntervalFn
                    (MeasureFn 0 YearDuration)
                    (MeasureFn 1 YearDuration))))))
Mid-level-ontology.kif 365-373 If X is an instance of human baby holds during Y, then there exists Z such that the age of X is Z holds during Y and Z is an instance of the interval from 0 year duration(s) to 1 year duration(s)
(=>
    (and
        (instance ?GRP GroupOfPeople)
        (member ?ADULT ?GRP)
        (member ?BABY ?GRP)
        (instance ?BABY HumanBaby)
        (instance ?ADULT HumanAdult)
        (instance ?CRIB Crib))
    (inScopeOfInterest ?ADULT ?CRIB))
Hotel.kif 1278-1286 If All of the following hold: (1) X is an instance of group of people (2) Y is a member of X (3) Z is a member of X (4) Z is an instance of human baby (5) Y is an instance of human adult (6) W is an instance of crib, then Y is interested in W
(=>
    (and
        (parent ?CHILD ?PARENT)
        (or
            (instance ?CHILD HumanChild)
            (instance ?CHILD HumanBaby)))
    (modalAttribute
        (exists (?CARE)
            (and
                (instance ?CARE ChildCareService)
                (wants ?PARENT ?CARE))) Possibility))
Hotel.kif 1907-1918 If X is a parent of Y and Y is an instance of human child or Y is an instance of human baby, then the statement there exists Z such that Z is an instance of child-care service and X wants Z has the modal force of possibility

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


(=>
    (and
        (instance ?H Human)
        (holdsDuring ?T1
            (age ?H
                (MeasureFn ?N YearDuration)))
        (lessThanOrEqualTo ?N 1))
    (holdsDuring ?T1
        (instance ?H HumanBaby)))
Mid-level-ontology.kif 375-380 If X is an instance of human, the age of X is Y year duration(s) holds during Z, and Y is less than or equal to 1, then X is an instance of human baby holds during Z
(=>
    (instance ?X Crib)
    (hasPurpose ?X
        (exists (?BABY)
            (and
                (instance ?BABY HumanBaby)
                (attribute ?BABY Asleep)
                (located ?BABY ?X)))))
Mid-level-ontology.kif 4590-4597 If X is an instance of crib, then X has the purpose there exists Y such that Y is an instance of human baby, asleep is an attribute of Y, and Y is located at X
(=>
    (instance ?X BabyMonitoringSystem)
    (exists (?TX ?RX)
        (and
            (instance ?RX RadioReceiver)
            (instance ?TX Device)
            (engineeringSubcomponent ?RX ?X)
            (engineeringSubcomponent ?TX ?X)
            (hasPurpose ?X
                (exists (?BABY ?CARER ?SOUND ?LOC1 ?LOC2 ?PROC ?RADIO)
                    (and
                        (instance ?BABY HumanBaby)
                        (instance ?CARER Human)
                        (located ?BABY ?LOC1)
                        (located ?CARER ?LOC2)
                        (not
                            (equal ?LOC1 ?LOC2))
                        (instance ?PROC Maintaining)
                        (patient ?PROC ?BABY)
                        (agent ?PROC ?CARER)
                        (located ?TX ?LOC1)
                        (located ?RX ?LOC2)
                        (instance ?SOUND RadiatingSound)
                        (eventLocated ?SOUND ?LOC1)
                        (instance ?RADIO RadioEmission)
                        (patient ?RADIO ?SOUND)
                        (destination ?RADIO ?RX)
                        (agent ?RADIO ?TX)))))))
Communications.kif 244-270 If X is an instance of baby monitor, then All of the following hold: (1) there exist Y (2) Z such that Z is an instance of radio receiver (3) Y is an instance of device (4) Z is a component of X (5) Y is a component of X (6) X has the purpose there exist W, V,, , U,, , T,, , S,, , R (7) Q such that W is an instance of human baby (8) V is an instance of human (9) W is located at T (10) V is located at S (11) equal T (12) S (13) R is an instance of maintaining (14) W is a patient of R (15) V is an agent of R (16) Y is located at T (17) Z is located at S (18) U is an instance of radiating sound (19) U is located at T (20) Q is an instance of radio emission (21) U is a patient of Q (22) Q ends up at Z (23) Y is an agent of Q
(=>
    (instance ?SVC ChildCareService)
    (exists (?CHILD ?SITTER)
        (and
            (or
                (instance ?CHILD HumanChild)
                (instance ?CHILD HumanBaby))
            (serviceProvider ?SVC ?SITTER)
            (patient ?SVC ?CHILD)
            (not
                (parent ?CHILD ?SITTER)))))
Hotel.kif 1889-1898 If X is an instance of child-care service, then there exist Y, Z such that Y is an instance of human child or Y is an instance of human baby, Z provides a service during X, Y is a patient of X, and Z is not a parent of Y


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners