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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - BunkBed
BunkBed(bunk bed)bunk, bunk_bed

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


(documentation BunkBed EnglishLanguage "A BunkBed is a type of Bed has one bed directly above another") Mid-level-ontology.kif 4336-4337
(subclass BunkBed Bed) Mid-level-ontology.kif 4335-4335 Bunk bed is a subclass of bed

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


(termFormat EnglishLanguage BunkBed "bunk bed") Mid-level-ontology.kif 4338-4338

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


(=>
    (instance ?X BunkBed)
    (exists (?BED1 ?BED2)
        (and
            (instance ?BED1 SingleBed)
            (instance ?BED2 SingleBed)
            (part ?BED1 ?X)
            (part ?BED2 ?X)
            (orientation ?BED1 ?BED2 Above))))
Mid-level-ontology.kif 4340-4348


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