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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Hallway

Sigma KEE - Hallway
Hallway(hall)concourse, hall, 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 15614-15616
(subclass Hallway Room) Mid-level-ontology.kif 15613-15613 Hall is a subclass of room

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


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

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 15622-15637

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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