AuctionAttribute(auction attribute) |
appearance as argument number 1 |
(documentation AuctionAttribute EnglishLanguage "A ListingAttribute of a WebListing where the creator of the listing desires the successful Auctioning of the item which is the patient of the listing.") | UXExperimentalTerms.kif 309-311 | |
(instance AuctionAttribute ListingAttribute) | UXExperimentalTerms.kif 306-306 | Auction attribute is an instance of web listing attribute |
appearance as argument number 2 |
(termFormat EnglishLanguage AuctionAttribute "auction attribute") | UXExperimentalTerms.kif 307-307 |
antecedent |
(=> (and (instance ?LISTING WebListing) (instance ?ITEM Object) (instance ?CREATOR AutonomousAgent) (attribute ?LISTING AuctionAttribute) (patient ?ITEM ?LISTING) (creator ?CREATOR ?LISTING)) (desires ?CREATOR (exists (?AUCTION) (and (instance ?AUCTION Auctioning) (patient ?AUCTION ?ITEM))))) |
UXExperimentalTerms.kif 313-325 |
|