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

Formal Language: 



KB Term:  Term intersection
English Word: 

  firstTimeSellers

Sigma KEE - firstTimeSellers
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 3571-3574
(domain firstTimeSellers 1 TimeInterval) UXExperimentalTerms.kif 3563-3563
(domain firstTimeSellers 2 WebSite) UXExperimentalTerms.kif 3565-3565
(domain firstTimeSellers 3 Collection) UXExperimentalTerms.kif 3567-3567
(instance firstTimeSellers TernaryPredicate) UXExperimentalTerms.kif 3561-3561

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


(format ChineseLanguage firstTimeSellers "%3 是在 %2 的 first time sellers 在其间 %1 ") domainEnglishFormat.kif 3454-3454
(format ChineseTraditionalLanguage firstTimeSellers "%3 是在 %2 的 first time sellers 在其間 %1 ") domainEnglishFormat.kif 3453-3453
(format EnglishLanguage firstTimeSellers "%3 are first time sellers on %2 during %1") domainEnglishFormat.kif 3452-3452
(termFormat EnglishLanguage firstTimeSellers "first time buyers") UXExperimentalTerms.kif 3569-3569

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 3582-3591
(=>
    (and
        (firstTimeSellers ?INT ?SITE ?COLL)
        (member ?MEMBER ?COLL))
    (instance ?MEMBER AutonomousAgent))
UXExperimentalTerms.kif 3576-3580
(=>
    (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 3593-3603


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