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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Compartment
Compartment(compartment)
compartment, cubbyhole, drawer, overhead, pigeonhole

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


(documentation Compartment EnglishLanguage "A Container which is part of another Container, e.g. a drawer, a zippered pouch in a piece of luggage, a compartment in a TV dinner, etc.") Mid-level-ontology.kif 4231-4233
(externalImage Compartment "http://upload.wikimedia.org/wikipedia/commons/ 7/ 7e/ Drawer.agr.jpg") pictureList.kif 81-81
(subclass Compartment Container) Mid-level-ontology.kif 4230-4230 Compartment is a subclass of container

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


(termFormat ChineseLanguage Compartment "隔室") domainEnglishFormat.kif 16161-16161
(termFormat ChineseTraditionalLanguage Compartment "隔室") domainEnglishFormat.kif 16160-16160
(termFormat EnglishLanguage Compartment "compartment") domainEnglishFormat.kif 16159-16159

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


(=>
    (instance ?C Compartment)
    (exists (?O)
        (and
            (instance ?O Container)
            (not
                (equal ?C ?O))
            (part ?C ?O))))
Mid-level-ontology.kif 4234-4240

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


(=>
    (instance ?X MurphyBed)
    (exists (?STORAGE)
        (and
            (instance ?STORAGE Compartment)
            (meetsSpatially ?STORAGE ?X)
            (hasPurpose ?STORAGE
                (exists (?K)
                    (and
                        (instance ?K Keeping)
                        (patient ?K ?X)
                        (destination ?K ?STORAGE)
                        (holdsDuring
                            (WhenFn ?K)
                            (attribute ?X Vertical))))))))
Mid-level-ontology.kif 3959-3973
(=>
    (instance ?X SofaBed)
    (exists (?SOFA ?STORAGE)
        (and
            (instance ?STORAGE Compartment)
            (part ?STORAGE ?SOFA)
            (instance ?SOFA Sofa)
            (hasPurpose ?STORAGE
                (exists (?K)
                    (and
                        (instance ?K Keeping)
                        (patient ?K ?X)
                        (destination ?K ?STORAGE)))))))
Mid-level-ontology.kif 3992-4004


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