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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ABPFn

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 3230-3231
(domain ABPFn 1 Collection) UXExperimentalTerms.kif 3233-3233 ABPFn 的 1 数量 是 群体instance
(instance ABPFn UnaryFunction) UXExperimentalTerms.kif 3228-3228 ABPFn一元函数instance
(range ABPFn CurrencyMeasure) UXExperimentalTerms.kif 3235-3235 ABPFnrange货币测量 的实例

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 3237-3237

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


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

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 3247-3267


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

Show without tree


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