![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| webPurchases |
| appearance as argument number 1 |
|
|
| (instance webPurchases TernaryPredicate) | UXExperimentalTerms.kif 820-820 | web purchases is an instance of ternary predicate |
| (domain webPurchases 1 Collection) | UXExperimentalTerms.kif 821-821 | The number 1 argument of web purchases is an instance of collection |
| (domain webPurchases 2 Human) | UXExperimentalTerms.kif 822-822 | The number 2 argument of web purchases is an instance of human |
| (domain webPurchases 3 WebSite) | UXExperimentalTerms.kif 823-823 | The number 3 argument of web purchases is an instance of web site |
| (documentation webPurchases EnglishLanguage "(webPurchases ?COLLECTION ?HUMAN) relates a collection of all instances of Buying by a Human on the WebSite.") | UXExperimentalTerms.kif 825-826 | The number 3 argument of web purchases is an instance of web site |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage webPurchases "web purchases") | UXExperimentalTerms.kif 827-827 | |
| (format EnglishLanguage webPurchases "user %2 at %3 has bought %1") | domainEnglishFormat.kif 4964-4964 | |
| (format ChineseTraditionalLanguage webPurchases "使用者 %2 在 %3 已 bought %1 ") | domainEnglishFormat.kif 4965-4965 | |
| (format ChineseLanguage webPurchases "使用者 %2 在 %3 已 bought %1 ") | domainEnglishFormat.kif 4966-4966 |
| antecedent |
|
|
| (=> (webPurchases ?PURCHASES ?BUYER ?SITE) (forall (?BUYING) (=> (and (instance ?BUYING Buying) (agent ?BUYING ?BUYER) (eCommerceSite ?BUYING ?SITE)) (member ?BUYING ?PURCHASES)))) |
UXExperimentalTerms.kif 829-837 | If user X at Y has bought Z, then For all FinancialTransaction W: if W is an instance of buying, X is an agent of W, and Y facilitates W, then W is a member of Z |
| (=> (and (webPurchases ?PURCHASES ?BUYER ?SITE) (member ?BUYING ?PURCHASES)) (and (instance ?BUYING Buying) (agent ?BUYING ?BUYER) (eCommerceSite ?BUYING ?SITE))) |
UXExperimentalTerms.kif 839-846 | If user X at Y has bought Z and W is a member of Z, then W is an instance of buying, X is an agent of W, and Y facilitates W |