Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - firstTimeBuyers
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 firstTimeBuyers の数値 1 引数は 時間間隔instance では %n
(domain firstTimeBuyers 2 WebSite) UXExperimentalTerms.kif 3517-3517 firstTimeBuyers の数値 2 引数は WebSiteinstance では %n
(domain firstTimeBuyers 3 Collection) UXExperimentalTerms.kif 3519-3519 firstTimeBuyers の数値 3 引数は コレクションinstance では %n
(instance firstTimeBuyers TernaryPredicate) UXExperimentalTerms.kif 3513-3513 firstTimeBuyers3進述語instance では %n

appearance as argument number 2
-------------------------


(format ChineseLanguage firstTimeBuyers "%3 是在 %2 的 first time buyers 在其间 %1 ") domainEnglishFormat.kif 3450-3450
(format ChineseTraditionalLanguage firstTimeBuyers "%3 是在 %2 的 first time buyers 在其間 %1 ") domainEnglishFormat.kif 3449-3449
(format EnglishLanguage firstTimeBuyers "%3 are first time buyers on %2 during %1") domainEnglishFormat.kif 3448-3448
(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


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners