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 81-84 | |
(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 |
(instance listingBuyer BinaryPredicate) | UXExperimentalTerms.kif 76-76 | listing buyer is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage listingBuyer "%2 buys %1 ") | domainEnglishFormat.kif 3772-3772 | |
(format ChineseTraditionalLanguage listingBuyer "%2 buys %1") | domainEnglishFormat.kif 3771-3771 | |
(format EnglishLanguage listingBuyer "%2 buys %1") | domainEnglishFormat.kif 3770-3770 | |
(termFormat EnglishLanguage listingBuyer "listing buyer") | UXExperimentalTerms.kif 79-79 |
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 |
|