![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| 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 |
|
|
| 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 |