FinalValueFee |
appearance as argument number 1 |
(documentation FinalValueFee EnglishLanguage "A type of ChargingAFee where the agent of the FinalValueFee is the AutonomousAgent who possesses a %&WebSite where a WebListing is hostedOn. A Selling of the patient of the listing where the WebSite is the eCommerceSite of the selling causes the FinalValueFee.") | UXExperimentalTerms.kif 235-238 | |
(subclass FinalValueFee ChargingAFee) | UXExperimentalTerms.kif 232-232 |
appearance as argument number 2 |
(termFormat EnglishLanguage FinalValueFee "final fee") | UXExperimentalTerms.kif 233-233 |
antecedent |
(=> (instance ?CHARGE FinalValueFee) (exists (?ADVERT ?SELLING ?OWNER ?ITEM ?SITE) (and (instance ?ADVERT WebListing) (instance ?SELLING Selling) (instance ?OWNER AutonomousAgent) (instance ?ITEM Physical) (instance ?ADVERT WebListing) (patient ?ADVERT ?ITEM) (patient ?SELLING ?ITEM) (causes ?SELLING ?CHARGE) (agent ?CHARGE ?OWNER) (hostedOn ?ADVERT ?SITE) (possesses ?OWNER ?SITE) (eCommerceSite ?SELLING ?OWNER)))) |
UXExperimentalTerms.kif 240-255 |