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 16470-16472
(subclass Hallway Room) Mid-level-ontology.kif 16469-16469

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


(termFormat ChineseLanguage Hallway "门厅") Mid-level-ontology.kif 16475-16475
(termFormat ChineseTraditionalLanguage Hallway "門廳") Mid-level-ontology.kif 16476-16476
(termFormat EnglishLanguage Hallway "hall") Mid-level-ontology.kif 16474-16474
(termFormat EnglishLanguage Hallway "hallway") Mid-level-ontology.kif 16473-16473

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 16478-16493

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 5120-5133


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