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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Sofa
Sofa

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


(documentation Sofa EnglishLanguage "A padded Seat that is designed to accommodate more than one Human.") Mid-level-ontology.kif 4194-4195
(externalImage Sofa "http://upload.wikimedia.org/wikipedia/commons/1/1a/ Red_sofa.jpg") pictureList.kif 10262-10262
(externalImage Sofa "http://upload.wikimedia.org/wikipedia/commons/2/29/ Ltmd_sofa.jpg") pictureList.kif 11871-11871
(externalImage Sofa "http://upload.wikimedia.org/wikipedia/commons/5/5b/ Stone_Sofa_Coventry_Canal.jpg") pictureList.kif 11872-11872
(externalImage Sofa "http://upload.wikimedia.org/wikipedia/commons/f/fa/ Forngrekisk_vilsoffa_%28ur_Nordisk_familjebok%29.png") pictureList.kif 11870-11870
(subclass Sofa Seat) Mid-level-ontology.kif 4193-4193 Sofa est une sous-classe de Seat

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


(termFormat ChineseLanguage Sofa "沙发") domainEnglishFormat.kif 53694-53694
(termFormat ChineseTraditionalLanguage Sofa "沙發") domainEnglishFormat.kif 53693-53693
(termFormat EnglishLanguage Sofa "sofa") domainEnglishFormat.kif 53692-53692

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


(=>
    (instance ?S Sofa)
    (hasPurpose ?S
        (exists (?P1 ?P2 ?T)
            (and
                (not
                    (equal ?P1 ?P2))
                (instance ?P1 Human)
                (instance ?P2 Human)
                (holdsDuring ?T
                    (and
                        (attribute ?P1 Sitting)
                        (attribute ?P2 Sitting)
                        (eventLocated ?P1 ?S)
                        (eventLocated ?P2 ?S)))))))
Mid-level-ontology.kif 4197-4210

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


(=>
    (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 4369-4381


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