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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Hallway
Hallway(門廳)

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


(documentation Hallway EnglishLanguage "A Room that is primarly intended as a Transitway between other Rooms in a Building, although it may also contain Furniture and other Artifacts and be used for activities other than Translocation.") Mid-level-ontology.kif 15613-15615
(subclass Hallway Room) Mid-level-ontology.kif 15612-15612 子類 門廳 and Room

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


(termFormat ChineseLanguage Hallway "门厅") Mid-level-ontology.kif 15618-15618
(termFormat ChineseTraditionalLanguage Hallway "門廳") Mid-level-ontology.kif 15619-15619
(termFormat EnglishLanguage Hallway "hall") Mid-level-ontology.kif 15617-15617
(termFormat EnglishLanguage Hallway "hallway") Mid-level-ontology.kif 15616-15616

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


(=>
    (instance ?HALL Hallway)
    (hasPurpose ?HALL
        (exists (?TRAN ?BUILD ?R1 ?R2)
            (and
                (instance ?TRAN Translocation)
                (path ?TRAN ?HALL)
                (located ?HALL ?BUILD)
                (instance ?BUILD Building)
                (between ?R1 ?HALL ?R2)
                (instance ?R1 Room)
                (instance ?R2 Room)
                (located ?R1 ?BUILD)
                (located ?R2 ?BUILD)
                (not
                    (equal ?R1 ?R2))))))
Mid-level-ontology.kif 15621-15636

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


(=>
    (and
        (instance ?SM StripMall)
        (instance ?RS1 RetailStore)
        (part ?RS1 ?SM)
        (instance ?RS2 RetailStore)
        (part ?RS2 ?SM)
        (not
            (equal ?RS1 ?RS2)))
    (not
        (exists (?H)
            (and
                (instance ?H Hallway)
                (connects ?RS1 ?H ?RS2)))))
Medicine.kif 5132-5145


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