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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - StripMall
StripMall(strip mall)

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


(documentation StripMall EnglishLanguage "A shopping mall where shops border a parking lot and there is no enclosed space for transiting between shops.") Medicine.kif 5136-5138
(subclass StripMall ShoppingMall) Medicine.kif 5134-5134 Strip mall is a subclass of shopping mall

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


(termFormat EnglishLanguage StripMall "strip mall") Medicine.kif 5135-5135

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


(=>
    (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 5140-5153
(=>
    (and
        (instance ?SM StripMall)
        (instance ?RS1 RetailStore)
        (part ?RS1 ?SM))
    (exists (?PL)
        (and
            (instance ?PL ParkingLot)
            (orientation ?RS1 ?PL Adjacent))))
Medicine.kif 5155-5163


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