Auctioning(auctioning) | auction, auction_off, auction_sale, auctioneer, vendue |
appearance as argument number 1 |
(documentation Auctioning EnglishLanguage "A type of Selling where the destination of the patient of the Auctioning (i.e. the item being sold) is the AutonomousAgent who placed the highest bidPrice.") | UXExperimentalTerms.kif 330-332 | |
(subclass Auctioning Selling) | UXExperimentalTerms.kif 328-328 | Auctioning is a subclass of selling |
appearance as argument number 2 |
(termFormat EnglishLanguage Auctioning "auctioning") | UXExperimentalTerms.kif 334-334 |
appearance as argument number 3 |
(domain reservePrice 1 Auctioning) | UXExperimentalTerms.kif 409-409 | The number 1 argument of reserve Price is an instance of auctioning |
antecedent |
consequent |
(=> (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 |
|