appearance as argument number 1 |
(documentation Selling ChineseLanguage "这是一种 FinancialTransaction, 它发生在当一样 Physical 的实例,用来换取一种 CurrencyMeasure 实例的时候。 ") | chinese_format.kif 3109-3110 | |
(documentation Selling EnglishLanguage "A FinancialTransaction in which an instance of Physical is exchanged for an instance of CurrencyMeasure.") | Merge.kif 11948-11949 | |
(subclass Selling FinancialTransaction) | Merge.kif 11947-11947 | Selling is a subclass of financial transaction |
appearance as argument number 2 |
(relatedInternalConcept Buying Selling) | Merge.kif 11937-11937 | Buying is internally related to selling |
(subclass Auctioning Selling) | UXExperimentalTerms.kif 328-328 | Auctioning is a subclass of selling |
(termFormat ChineseLanguage Selling "出售") | chinese_format.kif 1143-1143 | |
(termFormat EnglishLanguage Selling "selling") | english_format.kif 1503-1503 | |
(termFormat FrenchLanguage Selling "vendre") | french_format.kif 821-821 | |
(termFormat Hindi Selling "vikraya") | terms-hindi.txt 353-353 | |
(termFormat ItalianLanguage Selling "Vendere") | terms-it.txt 356-356 | |
(termFormat JapaneseLanguage Selling "販売") | japanese_format.kif 2505-2505 | |
(termFormat PortugueseLanguage Selling "Vender") | portuguese_format.kif 773-773 | |
(termFormat cb Selling "pagbaligya") | terms-cb.txt 358-358 | |
(termFormat cz Selling "selling") | terms-cz.txt 392-392 | |
(termFormat ro Selling "vânzare") | relations-ro.kif 842-842 | |
(termFormat tg Selling "nagbibili") | terms-tg.txt 357-357 |
antecedent |
(=> (and (attribute ?Order LimitOrder) (partyToAgreement ?Order ?Broker) (attribute ?Broker Broker) (orderFor ?Order Selling ?Object) (measure ?Object ?Quantity) (limitPrice ?Order (MeasureFn ?LimitPrice ?U)) (bidPrice ?Object (MeasureFn ?Price ?U) ?Time) (instance ?U UnitOfCurrency) (greaterThanOrEqualTo ?Price ?LimitPrice)) (holdsObligation (KappaFn ?Sell (and (instance ?Sell Selling) (patient ?Sell ?Object) (measure ?Object ?Quantity) (equal (WhenFn ?Sell) ?SellingTime) (overlapsTemporally ?SellingTime ?Time))) ?Broker)) |
FinancialOntology.kif 2031-2052 |
|
(=> (and (instance ?SALES Collection) (forall (?MEMBER) (=> (member ?MEMBER ?SALES) (instance ?MEMBER Selling))) (exists (?REGION) (and (instance ?REGION GeopoliticalArea) (forall (?SELLER ?SELLING) (=> (and (instance ?SELLER AutonomousAgent) (instance ?SELLING Buying) (member ?SELLING ?SALES) (agent ?SELLING ?SELLER)) (located ?SELLER ?REGION)))))) (exists (?AMOUNT ?SALE ?TOTAL_SALE_AMOUNT) (and (total (KappaFn ?AMOUNT (and (instance ?SALE Selling) (member ?SALE ?SALES) (transactionAmount ?SALE ?AMOUNT))) ?TOTAL_SALE_AMOUNT) (equal (GMVFn ?SALES) ?TOTAL_SALE_AMOUNT)))) |
UXExperimentalTerms.kif 2999-3026 |
|
(=> (and (instance ?SELL Selling) (agent ?SELL ?AGENT)) (origin ?SELL ?AGENT)) |
Merge.kif 11979-11983 |
|
(=> (and (instance ?TRANS Selling) (attribute ?TRANS CBT) (patient ?TRANS ?OBJ) (instance ?OBJ Object)) (exists (?SELLER ?BUYER ?BUYER_LOCATION ?SELLER_LOCATION) (and (instance ?BUYER AutonomousAgent) (instance ?SELLER AutonomousAgent) (destination ?TRANS ?BUYER) (agent ?TRANS ?SELLER) (instance ?BUYER_LOCATION GeopoliticalArea) (instance ?SELLER_LOCATION GeopoliticalArea) (located ?SELLER ?SELLER_LOCATION) (located ?BUYER ?BUYER_LOCATION) (not (equal ?BUYER_LOCATION ?SELLER_LOCATION))))) |
UXExperimentalTerms.kif 1822-1839 |
|
consequent |