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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Basement
Basement(basement)
basement, cellar

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


(documentation Basement EnglishLanguage "A BuildingLevel which satisfies two conditions, viz. it is lower than all of the other BuildingLevels in the same Building and it is below ground level.") Mid-level-ontology.kif 15625-15627
(externalImage Basement "http://upload.wikimedia.org/wikipedia/commons/5/ 5f/ Stasi_Basement.jpg") pictureList.kif 4537-4537
(subclass Basement BuildingLevel) Mid-level-ontology.kif 15624-15624 Basement is a subclass of building level

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


(termFormat ChineseLanguage Basement "地下室") domainEnglishFormat.kif 10106-10106
(termFormat ChineseTraditionalLanguage Basement "地下室") domainEnglishFormat.kif 10105-10105
(termFormat EnglishLanguage Basement "basement") domainEnglishFormat.kif 10104-10104

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


(=>
    (instance ?BASEMENT Basement)
    (not
        (exists (?LEVEL ?BUILDING)
            (and
                (instance ?LEVEL BuildingLevel)
                (instance ?BUILDING Building)
                (part ?LEVEL ?BUILDING)
                (part ?BASEMENT ?BUILDING)
                (not
                    (equal ?LEVEL ?BASEMENT))
                (orientation ?LEVEL ?BASEMENT Below)))))
Mid-level-ontology.kif 15629-15638


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