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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Hallway

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 15641-15643
(subclass Hallway Room) Mid-level-ontology.kif 15640-15640 Hallway è una sottoclasse di Stanza

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


(termFormat ChineseLanguage Hallway "门厅") Mid-level-ontology.kif 15646-15646
(termFormat ChineseTraditionalLanguage Hallway "門廳") Mid-level-ontology.kif 15647-15647
(termFormat EnglishLanguage Hallway "hall") Mid-level-ontology.kif 15645-15645
(termFormat EnglishLanguage Hallway "hallway") Mid-level-ontology.kif 15644-15644

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 15649-15664

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