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 2994-2995 | |
(domain GMVFn 1 Collection) | UXExperimentalTerms.kif 2990-2990 | Il numero 1 argomenti di GMVFn è un istanza di InsiemeConcreto |
(instance GMVFn UnaryFunction) | UXExperimentalTerms.kif 2988-2988 | GMVFn è un' istanza di FunzioneUnaria |
(range GMVFn CurrencyMeasure) | UXExperimentalTerms.kif 2992-2992 | rango di GMVFn è un'istanza di MisuraMonetaria |
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 2997-2997 |
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 3282-3302 |
|
consequent |