firstTimeBuyers |
appearance as argument number 1 |
(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 3523-3526 | |
(domain firstTimeBuyers 1 TimeInterval) | UXExperimentalTerms.kif 3515-3515 | |
(domain firstTimeBuyers 2 WebSite) | UXExperimentalTerms.kif 3517-3517 | |
(domain firstTimeBuyers 3 Collection) | UXExperimentalTerms.kif 3519-3519 | |
(instance firstTimeBuyers TernaryPredicate) | UXExperimentalTerms.kif 3513-3513 |
appearance as argument number 2 |
(format ChineseLanguage firstTimeBuyers "%3 是在 %2 的 first time buyers 在其间 %1 ") | domainEnglishFormat.kif 3444-3444 | |
(format ChineseTraditionalLanguage firstTimeBuyers "%3 是在 %2 的 first time buyers 在其間 %1 ") | domainEnglishFormat.kif 3443-3443 | |
(format EnglishLanguage firstTimeBuyers "%3 are first time buyers on %2 during %1") | domainEnglishFormat.kif 3442-3442 | |
(termFormat EnglishLanguage firstTimeBuyers "first time buyers") | UXExperimentalTerms.kif 3521-3521 |
antecedent |
(=> (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 3534-3543 | |
(=> (and (firstTimeBuyers ?INT ?SITE ?COLL) (member ?MEMBER ?COLL)) (instance ?MEMBER AutonomousAgent)) |
UXExperimentalTerms.kif 3528-3532 | |
(=> (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 3545-3555 |