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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - listingBuyer
listingBuyer

appearance as argument number 1
-------------------------


(documentation listingBuyer EnglishLanguage "(listingBuyer ?LISTING ?AGENT) relates an AutonomousAgent to a WebListing. It represents that ?AGENT is the entity that was the agent of a Buying where the Object which is the patient of the buying is also the patient the ?LISTING, and the WebSite which the ?LISTING is hostedOn is the eCommerceSite of the buying.") UXExperimentalTerms.kif 100-103
(domain listingBuyer 1 WebListing) UXExperimentalTerms.kif 94-94
(domain listingBuyer 2 AutonomousAgent) UXExperimentalTerms.kif 96-96
(instance listingBuyer BinaryRelation) UXExperimentalTerms.kif 92-92

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


(format ChineseLanguage listingBuyer "%2 buys %1 ") domainEnglishFormat.kif 3778-3778
(format ChineseTraditionalLanguage listingBuyer "%2 buys %1") domainEnglishFormat.kif 3777-3777
(format EnglishLanguage listingBuyer "%2 buys %1") domainEnglishFormat.kif 3776-3776
(termFormat EnglishLanguage listingBuyer "listing buyer") UXExperimentalTerms.kif 98-98

antecedent
-------------------------


(=>
    (and
        (listingBuyer ?LISTING ?BUYER)
        (instance ?OBJ Object)
        (instance ?SITE WebSite)
        (patient ?LISTING ?OBJECT)
        (hostedOn ?LISTING ?SITE))
    (exists (?BUYING)
        (and
            (instance ?BUYING Buying)
            (patient ?BUYING ?OBJ)
            (eCommerceSite ?BUYING ?SITE)
            (agent ?BUYING ?BUYER))))
UXExperimentalTerms.kif 105-117


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