GMVFn |
appearance as argument number 1 |
![]() |
(documentation GMVFn EnglishLanguage "The sum of all transactionAmounts for a collection of Sellings where all the agents of the sellings are in the same GeopoliticalArea.") | UXExperimentalTerms.kif 3200-3201 | |
(domain GMVFn 1 Collection) | UXExperimentalTerms.kif 3196-3196 | The number 1 argument of gross merchandise volume is an instance of collection |
(instance GMVFn UnaryFunction) | UXExperimentalTerms.kif 3194-3194 | Gross merchandise volume is an instance of unary function |
(range GMVFn CurrencyMeasure) | UXExperimentalTerms.kif 3198-3198 | The range of gross merchandise volume is an instance of currency measure |
appearance as argument number 2 |
![]() |
(format ChineseLanguage GMVFn "%1 的 value ") | domainEnglishFormat.kif 3526-3526 | |
(format ChineseTraditionalLanguage GMVFn "%1 的 value ") | domainEnglishFormat.kif 3525-3525 | |
(format EnglishLanguage GMVFn "the value of %1") | domainEnglishFormat.kif 3524-3524 | |
(termFormat EnglishLanguage GMVFn "gross merchandise volume") | UXExperimentalTerms.kif 3203-3203 |
antecedent |
![]() |
(=> (and (instance ?SELLINGS Collection) (instance ?GMV CurrencyMeasure) (instance ?TOTAL RealNumber) (equal ?GMV (GMVFn ?SELLINGS)) (equal ?TOTAL (CardinalityFn (KappaFn ?ITEM (and (instance ?ITEM Object) (exists (?SELLING) (and (member ?SELLING ?SELLINGS) (patient ?SELLING ?ITEM)))))))) (equal (ASPFn ?SELLINGS) (DivisionFn ?GMV ?TOTAL))) |
UXExperimentalTerms.kif 3488-3508 |
|
consequent |
![]() |
(=> (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 3205-3232 |
|
![]() |
![]() |