![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| firstTimeBuyers |
| appearance as argument number 1 |
|
|
| (instance firstTimeBuyers TernaryPredicate) | UXExperimentalTerms.kif 3512-3512 | first time buyers is an instance of ternary predicate |
| (domain firstTimeBuyers 1 TimeInterval) | UXExperimentalTerms.kif 3514-3514 | The number 1 argument of first time buyers is an instance of timeframe |
| (domain firstTimeBuyers 2 WebSite) | UXExperimentalTerms.kif 3516-3516 | The number 2 argument of first time buyers is an instance of web site |
| (domain firstTimeBuyers 3 Collection) | UXExperimentalTerms.kif 3518-3518 | The number 3 argument of first time buyers is an instance of collection |
| (documentation firstTimeBuyers EnglishLanguage "(firstTimeBuyers ?INT ?SITE ?COLL) means that ?COLL is the Collection of Agents who are agents of Buyings where the WebSite ?SITE is the eCommerceSite ?SITE during the TimeInterval ?INT, where no Buyings exist with the same conditions prior to ?INT.") | UXExperimentalTerms.kif 3522-3525 | The number 3 argument of first time buyers is an instance of collection |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage firstTimeBuyers "first time buyers") | UXExperimentalTerms.kif 3520-3520 | |
| (format EnglishLanguage firstTimeBuyers "%3 are first time buyers on %2 during %1") | domainEnglishFormat.kif 3446-3446 | |
| (format ChineseTraditionalLanguage firstTimeBuyers "%3 是在 %2 的 first time buyers 在其間 %1 ") | domainEnglishFormat.kif 3447-3447 | |
| (format ChineseLanguage firstTimeBuyers "%3 是在 %2 的 first time buyers 在其间 %1 ") | domainEnglishFormat.kif 3448-3448 |
| antecedent |
|
|
| (=> (and (firstTimeBuyers ?INT ?SITE ?COLL) (member ?MEMBER ?COLL)) (instance ?MEMBER AutonomousAgent)) |
UXExperimentalTerms.kif 3527-3531 | If X are first time buyers on Y during Z and W is a member of X, then W is an instance of agent |
| (=> (and (firstTimeBuyers ?INT ?SITE ?COLL) (member ?MEMBER ?COLL)) (exists (?BUYING) (and (instance ?BUYING Buying) (agent ?BUYING ?MEMBER) (eCommerceSite ?BUYING ?SITE) (during (WhenFn ?BUYING) ?INT)))) |
UXExperimentalTerms.kif 3533-3542 | If X are first time buyers on Y during Z and W is a member of X, then there exists V such that V is an instance of buying, W is an agent of V, Y facilitates V, and the time of existence of V takes place during Z |
| (=> (and (firstTimeBuyers ?INT ?SITE ?COLL) (member ?MEMBER ?COLL)) (not (exists (?BUYING) (and (instance ?BUYING Buying) (agent ?BUYING ?MEMBER) (eCommerceSite ?BUYING ?SITE) (earlier (WhenFn ?BUYING) ?INT))))) |
UXExperimentalTerms.kif 3544-3554 | If X are first time buyers on Y during Z and W is a member of X, then there doesn't exist V such that V is an instance of buying, W is an agent of V, Y facilitates V, and the time of existence of V happens earlier than Z |