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



KB Term:  Term intersection
English Word: 

  listingBuyer

Sigma KEE - listingBuyer
listingBuyer

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


(instance listingBuyer BinaryPredicate) UXExperimentalTerms.kif 76-76 listing buyer is an instance of binary predicate
(domain listingBuyer 1 WebListing) UXExperimentalTerms.kif 77-77 The number 1 argument of listing buyer is an instance of web listing
(domain listingBuyer 2 AutonomousAgent) UXExperimentalTerms.kif 78-78 The number 2 argument of listing buyer is an instance of agent
(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 81-84 The number 2 argument of listing buyer is an instance of agent

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


(termFormat EnglishLanguage listingBuyer "listing buyer") UXExperimentalTerms.kif 79-79
(format EnglishLanguage listingBuyer "%2 buys %1") domainEnglishFormat.kif 3774-3774
(format ChineseTraditionalLanguage listingBuyer "%2 buys %1") domainEnglishFormat.kif 3775-3775
(format ChineseLanguage listingBuyer "%2 buys %1 ") domainEnglishFormat.kif 3776-3776

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 86-98 If X buys Y, Z is an instance of object, W is an instance of web site, V is a patient of Y, and Y is hosted on W, then there exists U such that U is an instance of buying, Z is a patient of U, W facilitates U, and X is an agent of U


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners