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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Compartment
Compartment

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 4627-4629
(externalImage Compartment "http://upload.wikimedia.org/wikipedia/commons/ 7/ 7e/ Drawer.agr.jpg") pictureList.kif 81-81
(subclass Compartment Container) Mid-level-ontology.kif 4626-4626

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 4630-4636

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 4355-4369
(=>
    (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 4388-4400


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