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



KB Term:  Term intersection
English Word: 

Sigma KEE - Hallway
Hallway(hall)concourse, hall, hallway

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


(subclass Hallway Room) Mid-level-ontology.kif 17212-17212 Hall is a subclass of room
(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 17213-17215 Hall is a subclass of room

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


(termFormat EnglishLanguage Hallway "hallway") Mid-level-ontology.kif 17216-17216
(termFormat EnglishLanguage Hallway "hall") Mid-level-ontology.kif 17217-17217
(termFormat ChineseLanguage Hallway "门厅") Mid-level-ontology.kif 17218-17218
(termFormat ChineseTraditionalLanguage Hallway "門廳") Mid-level-ontology.kif 17219-17219

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 17221-17236 If X is an instance of hall, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W (2) V such that Y is an instance of translocation (3) X is path along which Y occurs (4) X is located at Z (5) Z is an instance of building (6) X is between W (7) V (8) W is an instance of room (9) V is an instance of room (10) W is located at Z (11) V is located at Z (12) equal W (13) V

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 5154-5167 If All of the following hold: (1) X is an instance of strip mall (2) Y is an instance of retail store (3) Y is a part of X (4) Z is an instance of retail store (5) Z is a part of X (6) equal Y and Z, then there doesn't exist W such that W is an instance of hall, Y connects W, and Z


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners