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


KB Term:  Term intersection
English Word: 

Sigma KEE - Pajamas
Pajamas(pajamas)

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


(subclass Pajamas Clothing) Mid-level-ontology.kif 6416-6416 Pajamas is a subclass of clothing
(documentation Pajamas EnglishLanguage "Pajamas are loose-fitting Clothing worn for &Sleeping or StayingStill (lounging). There are a body top and a bottom. The bottom is usually in the form of trousers.") Mid-level-ontology.kif 6417-6418 Pajamas is a subclass of clothing

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


(termFormat EnglishLanguage Pajamas "pajamas") domainEnglishFormat.kif 64326-64326
(termFormat ChineseLanguage Pajamas "睡衣") domainEnglishFormat.kif 64327-64327
(termFormat ChineseTraditionalLanguage Pajamas "睡衣") domainEnglishFormat.kif 64328-64328

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


(=>
    (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 6443-6454 If X is an instance of pajamas, then X has the purpose there exist Y, Z such that Y is an instance of human, Y is an agent of Z, Y wears X holds during Z, and Z is an instance of sleeping or Z is an instance of staying still
(=>
    (instance ?PJ Pajamas)
    (exists (?TOP ?BOTTOM)
        (and
            (part ?TOP ?PJ)
            (part ?BOTTOM ?PJ)
            (instance ?TOP Shirt)
            (instance ?BOTTOM Trousers))))
Mid-level-ontology.kif 6456-6463 If X is an instance of pajamas, then there exist Y, Z such that Y is a part of X, Z is a part of X, Y is an instance of shirt, and Z is an instance of trousers


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-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners