WebStore(web store) |
appearance as argument number 1 |
(documentation WebStore EnglishLanguage "A Collection of WebPages that is a component of a WebSite, that hasPurpose of being where Selling occurs.") | UXExperimentalTerms.kif 2123-2124 | |
(subclass WebStore Collection) | UXExperimentalTerms.kif 2119-2119 | Web store is a subclass of collection |
appearance as argument number 2 |
(termFormat EnglishLanguage WebStore "web store") | UXExperimentalTerms.kif 2121-2121 |
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 |
(=> (and (instance ?STORE WebStore) (member ?PAGE ?STORE)) (instance ?PAGE WebPage)) |
UXExperimentalTerms.kif 2141-2145 |
|
(=> (instance ?STORE WebStore) (exists (?OWNER) (and (instance ?OWNER Human) (possesses ?OWNER ?STORE)))) |
UXExperimentalTerms.kif 2148-2153 | |
(=> (instance ?STORE WebStore) (exists (?SITE) (and (instance ?SITE WebSite) (component ?STORE ?SITE)))) |
UXExperimentalTerms.kif 2126-2131 |
|
(=> (instance ?STORE WebStore) (hasPurpose ?STORE (exists (?SELLING) (and (instance ?SELLING Selling) (instrument ?SELLING ?STORE))))) |
UXExperimentalTerms.kif 2133-2139 |
|