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

Formal Language: 



KB Term:  Term intersection
English Word: 

  firstTimeBuyers

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 Le nombre 1 argument de firstTimeBuyers est une instance de interval temporel
(domain firstTimeBuyers 2 WebSite) UXExperimentalTerms.kif 3517-3517 Le nombre 2 argument de firstTimeBuyers est une instance de WebSite
(domain firstTimeBuyers 3 Collection) UXExperimentalTerms.kif 3519-3519 Le nombre 3 argument de firstTimeBuyers est une instance de collection
(instance firstTimeBuyers TernaryPredicate) UXExperimentalTerms.kif 3513-3513 firstTimeBuyers est une instance de pr�dicat ternaire

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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