Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ASPFn
ASPFn

appearance as argument number 1
-------------------------


(documentation ASPFn EnglishLanguage "Average Selling Price. Total GMV divided by the total number of items sold (not the transactions) in a given time interval.") UXExperimentalTerms.kif 3267-3268
(domain ASPFn 1 Collection) UXExperimentalTerms.kif 3270-3270 O argumento numero 1 de ASPFn e' uma instancia de Colecao
(instance ASPFn UnaryFunction) UXExperimentalTerms.kif 3265-3265 ASPFn e' uma instancia de funcao Unaria
(range ASPFn CurrencyMeasure) UXExperimentalTerms.kif 3272-3272 O contra-dominio de ASPFn e' uma instancia de Medida de Divisa

appearance as argument number 2
-------------------------


(format ChineseLanguage ASPFn "%1 的 average selling price ") domainEnglishFormat.kif 2826-2826
(format ChineseTraditionalLanguage ASPFn "%1 的 average selling price ") domainEnglishFormat.kif 2825-2825
(format EnglishLanguage ASPFn "the average selling price of %1") domainEnglishFormat.kif 2824-2824
(termFormat EnglishLanguage ASPFn "average buying price") UXExperimentalTerms.kif 3274-3274

antecedent
-------------------------


(=>
    (and
        (equal ?X
            (ASPFn ?SELLINGS))
        (member ?SELLING ?SELLINGS))
    (instance ?SELLING Selling))
UXExperimentalTerms.kif 3276-3280

consequent
-------------------------


(=>
    (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


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners