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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ABPFn
ABPFn

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


(documentation ABPFn EnglishLanguage "Average buying price. Total GMB divided by the total number of items sold (not the transactions) in a given time interval.") UXExperimentalTerms.kif 3428-3429
(domain ABPFn 1 Collection) UXExperimentalTerms.kif 3431-3431 The number 1 argument of average buying price is an instance of collection
(instance ABPFn UnaryFunction) UXExperimentalTerms.kif 3426-3426 Average buying price is an instance of unary function
(range ABPFn CurrencyMeasure) UXExperimentalTerms.kif 3433-3433 The range of average buying price is an instance of currency measure

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


(format ChineseLanguage ABPFn "%1 的 average price ") domainEnglishFormat.kif 2650-2650
(format ChineseTraditionalLanguage ABPFn "%1 的 average price ") domainEnglishFormat.kif 2649-2649
(format EnglishLanguage ABPFn "the average price of %1") domainEnglishFormat.kif 2648-2648
(termFormat EnglishLanguage ABPFn "average buying price") UXExperimentalTerms.kif 3435-3435

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


(=>
    (and
        (equal ?X
            (ABPFn ?BUYINGS))
        (member ?BUYING ?BUYINGS))
    (instance ?BUYING Buying))
UXExperimentalTerms.kif 3437-3441

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


(=>
    (and
        (instance ?BUYINGS Collection)
        (instance ?GMB CurrencyMeasure)
        (instance ?TOTAL RealNumber)
        (equal ?GMB
            (GMBFn ?BUYINGS))
        (equal ?TOTAL
            (CardinalityFn
                (KappaFn ?ITEM
                    (and
                        (instance ?ITEM Object)
                        (exists (?BUYING)
                            (and
                                (member ?BUYING ?BUYINGS)
                                (patient ?BUYING ?ITEM))))))))
    (equal
        (ABPFn ?BUYINGS)
        (DivisionFn ?GMB ?TOTAL)))
UXExperimentalTerms.kif 3445-3465


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