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 3731-3734 | |
(domain firstTimeBuyers 1 TimeInterval) | UXExperimentalTerms.kif 3723-3723 | |
(domain firstTimeBuyers 2 WebSite) | UXExperimentalTerms.kif 3725-3725 | |
(domain firstTimeBuyers 3 Collection) | UXExperimentalTerms.kif 3727-3727 | |
(instance firstTimeBuyers TernaryPredicate) | UXExperimentalTerms.kif 3721-3721 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage firstTimeBuyers "%3 是在 %2 的 first time buyers 在其间 %1 ") | domainEnglishFormat.kif 3455-3455 | |
(format ChineseTraditionalLanguage firstTimeBuyers "%3 是在 %2 的 first time buyers 在其間 %1 ") | domainEnglishFormat.kif 3454-3454 | |
(format EnglishLanguage firstTimeBuyers "%3 are first time buyers on %2 during %1") | domainEnglishFormat.kif 3453-3453 | |
(termFormat EnglishLanguage firstTimeBuyers "first time buyers") | UXExperimentalTerms.kif 3729-3729 |
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 3742-3751 | |
(=> (and (firstTimeBuyers ?INT ?SITE ?COLL) (member ?MEMBER ?COLL)) (instance ?MEMBER Agent)) |
UXExperimentalTerms.kif 3736-3740 | |
(=> (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 3753-3763 |
![]() |
![]() |