firstTimeSellers |
appearance as argument number 1 |
![]() |
(documentation firstTimeSellers EnglishLanguage "(firstTimeSellers ?INT ?SITE ?COLL) means that ?COLL is the Collection of Agents who are agents of Sellings where the WebSite ?SITE is the eCommerceSite ?SITE during the TimeInterval ?INT, where no Selling exist with the same conditions prior to ?INT.") | UXExperimentalTerms.kif 3781-3784 | |
(domain firstTimeSellers 1 TimeInterval) | UXExperimentalTerms.kif 3773-3773 | domain firstTimeSellers, 1 and TimeInterval |
(domain firstTimeSellers 2 WebSite) | UXExperimentalTerms.kif 3775-3775 | domain firstTimeSellers, 2 and WebSite |
(domain firstTimeSellers 3 Collection) | UXExperimentalTerms.kif 3777-3777 | domain firstTimeSellers, 3 and Collection |
(instance firstTimeSellers TernaryPredicate) | UXExperimentalTerms.kif 3771-3771 | instance firstTimeSellers and TernaryPredicate |
appearance as argument number 2 |
![]() |
(format ChineseLanguage firstTimeSellers "%3 是在 %2 的 first time sellers 在其间 %1 ") | domainEnglishFormat.kif 3459-3459 | |
(format ChineseTraditionalLanguage firstTimeSellers "%3 是在 %2 的 first time sellers 在其間 %1 ") | domainEnglishFormat.kif 3458-3458 | |
(format EnglishLanguage firstTimeSellers "%3 are first time sellers on %2 during %1") | domainEnglishFormat.kif 3457-3457 | |
(termFormat EnglishLanguage firstTimeSellers "first time buyers") | UXExperimentalTerms.kif 3779-3779 |
antecedent |
![]() |
(=> (and (firstTimeSellers ?INT ?SITE ?COLL) (member ?MEMBER ?COLL)) (exists (?SELLING) (and (instance ?SELLING Selling) (agent ?SELLING ?MEMBER) (eCommerceSite ?SELLING ?SITE) (during (WhenFn ?SELLING) ?INT)))) |
UXExperimentalTerms.kif 3792-3801 | |
(=> (and (firstTimeSellers ?INT ?SITE ?COLL) (member ?MEMBER ?COLL)) (instance ?MEMBER Agent)) |
UXExperimentalTerms.kif 3786-3790 | |
(=> (and (firstTimeSellers ?INT ?SITE ?COLL) (member ?MEMBER ?COLL)) (not (exists (?SELLING) (and (instance ?SELLING Selling) (agent ?SELLING ?MEMBER) (eCommerceSite ?SELLING ?SITE) (earlier (WhenFn ?SELLING) ?INT))))) |
UXExperimentalTerms.kif 3803-3813 |
![]() |
![]() |