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



KB Term:  Term intersection
English Word: 

Sigma KEE - WebStore
WebStore(web store)

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


(subclass WebStore Collection) UXExperimentalTerms.kif 2120-2120 Web store is a subclass of collection
(documentation WebStore EnglishLanguage "A Collection of WebPages that is a component of a WebSite, that hasPurpose of being where Selling occurs.") UXExperimentalTerms.kif 2124-2125 Web store is a subclass of collection

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


(termFormat EnglishLanguage WebStore "web store") UXExperimentalTerms.kif 2122-2122

appearance as argument number 3
-------------------------


(domain webStoreAdvertisement 2 WebStore) UXExperimentalTerms.kif 427-427 The number 2 argument of web store advertisement is an instance of web store

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


(=>
    (instance ?STORE WebStore)
    (exists (?SITE)
        (and
            (instance ?SITE WebSite)
            (component ?STORE ?SITE))))
UXExperimentalTerms.kif 2127-2132 If X is an instance of web store, then there exists Y such that Y is an instance of web site and X is a component of Y
(=>
    (instance ?STORE WebStore)
    (hasPurpose ?STORE
        (exists (?SELLING)
            (and
                (instance ?SELLING Selling)
                (instrument ?SELLING ?STORE)))))
UXExperimentalTerms.kif 2134-2140 If X is an instance of web store, then X has the purpose there exists Y such that Y is an instance of selling and X is an instrument for Y
(=>
    (and
        (instance ?STORE WebStore)
        (member ?PAGE ?STORE))
    (instance ?PAGE WebPage))
UXExperimentalTerms.kif 2142-2146 If X is an instance of web store and Y is a member of X, then Y is an instance of web page
(=>
    (instance ?STORE WebStore)
    (exists (?OWNER)
        (and
            (instance ?OWNER Human)
            (possesses ?OWNER ?STORE))))
UXExperimentalTerms.kif 2149-2154 If X is an instance of web store, then there exists Y such that Y is an instance of human and Y possesses X


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