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


KB Term:  Term intersection
English Word: 

Sigma KEE - RetailStore
RetailStore(retail store)betting_shop, bodega, boutique, chain_store, clothing_store, department_store, dress_shop, emporium, haberdashery, haberdashery_store, mens_store, mercantile_establishment, outfitter, outlet, retail_store, sales_outlet, shoe-shop, shoe_shop, shoe_store, shop, specialty_store, store, strip_mall

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


(subclass RetailStore MercantileOrganization) Mid-level-ontology.kif 9086-9086 Retail store is a subclass of mercantile organization
(disjoint RetailStore WholesaleStore) Mid-level-ontology.kif 9087-9087 Retail store is disjoint from wholesale store
(documentation RetailStore EnglishLanguage "A RetailStore is a MercantileOrganization that sells goods to customers who are end-point consumers, rather than to CommercialAgents who are buying the goods in order to resell them at a higher price. This distinguishes retail stores from wholesale establishments, where the purchasers are businesses or their representatives, as well as mail order or office buildings where transactions are facillitated but the consumer does not take possession of the item on the premises. More succinctly, RetailStore is the complement of WholesaleStore, which is the class of MercantileOrganizations that sell goods to the general public.") Mid-level-ontology.kif 9089-9100 Retail store is disjoint from wholesale store

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


(subclass DrugStore RetailStore) Mid-level-ontology.kif 9122-9122 Drug store is a subclass of retail store
(subclass GroceryStore RetailStore) Mid-level-ontology.kif 9135-9135 Grocery store is a subclass of retail store
(subclass BookStore RetailStore) Media.kif 1625-1625 Book store is a subclass of retail store
(instance Walmart RetailStore) Medicine.kif 5212-5212 Walmart is an instance of retail store
(termFormat EnglishLanguage RetailStore "retail store") domainEnglishFormat.kif 49809-49809 Walmart is an instance of retail store
(termFormat ChineseTraditionalLanguage RetailStore "零售店") domainEnglishFormat.kif 49810-49810 Walmart is an instance of retail store
(termFormat ChineseLanguage RetailStore "零售店") domainEnglishFormat.kif 49811-49811 Walmart is an instance of retail store

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


(=>
    (instance ?X RetailStore)
    (and
        (capability Selling agent ?X)
        (exists (?P ?EV)
            (and
                (instance ?EV Selling)
                (destination ?EV ?P)
                (instance ?P Human)))))
Mid-level-ontology.kif 9102-9110 If X is an instance of retail store, then X is capable of doing selling as a agent and there exist Y, Z such that Z is an instance of selling, Z ends up at Y, and Y is an instance of human
(=>
    (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
(=>
    (and
        (instance ?SM StripMall)
        (instance ?RS1 RetailStore)
        (part ?RS1 ?SM))
    (exists (?PL)
        (and
            (instance ?PL ParkingLot)
            (orientation ?RS1 ?PL Adjacent))))
Medicine.kif 5169-5177 If X is an instance of strip mall, Y is an instance of retail store, and Y is a part of X, then there exists Z such that Z is an instance of parking lot and Y is adjacent to Z

consequent
-------------------------


(=>
    (and
        (instance ?M ShoppingMall)
        (member ?S ?M))
    (instance ?S RetailStore))
Mid-level-ontology.kif 9116-9120 If X is an instance of shopping mall and Y is a member of X, then Y is an instance of retail store
(=>
    (instance ?RSC RetailStoreChain)
    (and
        (instance ?RSC CollectionOfObjects)
        (member ?RS ?RSC)
        (instance ?RS RetailStore)))
Society.kif 446-451 If X is an instance of RetailStoreChain, then X is an instance of collection, Y is a member of X, and Y is an instance of retail store
(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG MiscellaneousStoreRetailers))
    (exists (?EV ?MEM ?THING ?ST ?P)
        (and
            (member ?MEM ?ORG)
            (agent ?EV ?P)
            (instance ?EV Selling)
            (instance ?P Human)
            (instance ?ST RetailStore)
            (eventLocated ?EV ?ST)
            (instance ?THING Object)
            (patient ?EV ?THING))))
naics.kif 7749-7762 If X is an instance of organization and miscellaneous store retailers is an attribute of X, then All of the following hold: (1) there exist Y, Z,, , W,, , V (2) U such that Z is a member of X (3) U is an agent of Y (4) Y is an instance of selling (5) U is an instance of human (6) V is an instance of retail store (7) Y is located at V (8) W is an instance of object (9) W is a patient of Y
(=>
    (attribute ?X GiftNoveltyAndSouvenirStores)
    (and
        (instance ?X RetailStore)
        (hasPurpose ?X
            (exists (?SELL ?OBJ)
                (and
                    (instance ?SELL Selling)
                    (agent ?SELL ?X)
                    (patient ?SELL ?OBJ)
                    (instance ?OBJ Object))))))
naics.kif 7802-7812 If gift novelty and souvenir stores is an attribute of X, then X is an instance of retail store and X has the purpose there exist Y, Z such that Y is an instance of selling, X is an agent of Y, Z is a patient of Y, and Z is an instance of object
(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG NonstoreRetailers))
    (exists (?EV ?MEM)
        (and
            (member ?MEM ?ORG)
            (agent ?MEM ?EV)
            (exists (?THING ?P)
                (and
                    (instance ?EV Selling)
                    (instance ?P Human)
                    (instance ?THING Object)
                    (not
                        (eventLocated ?EV RetailStore))
                    (destination ?EV ?P)
                    (patient ?EV ?THING))))))
naics.kif 7874-7890 If X is an instance of organization and nonstore retailers is an attribute of X, then All of the following hold: (1) there exist Y (2) Z such that Z is a member of X (3) Y is an agent of Z (4) there exist W (5) V such that Y is an instance of selling (6) V is an instance of human (7) W is an instance of object (8) Y is located at retail store (9) Y ends up at V (10) W is a patient of Y


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-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners