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

Formal Language: 



KB Term:  Term intersection
English Word: 

  AuctionGMBFn

Sigma KEE - AuctionGMBFn
AuctionGMBFn

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


(documentation AuctionGMBFn EnglishLanguage "The sum of all purchase prices in a collection of Auctionings.") UXExperimentalTerms.kif 3205-3206
(domain AuctionGMBFn 1 Collection) UXExperimentalTerms.kif 3201-3201 AuctionGMBFn 的 1 数量 是 群体instance
(instance AuctionGMBFn UnaryFunction) UXExperimentalTerms.kif 3199-3199 AuctionGMBFn一元函数instance
(range AuctionGMBFn CurrencyMeasure) UXExperimentalTerms.kif 3203-3203 AuctionGMBFnrange货币测量 的实例

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


(format ChineseLanguage AuctionGMBFn "%1 的 total purchase price ") domainEnglishFormat.kif 2846-2846
(format ChineseTraditionalLanguage AuctionGMBFn "%1 的 total purchase price ") domainEnglishFormat.kif 2845-2845
(format EnglishLanguage AuctionGMBFn "the total purchase price of %1") domainEnglishFormat.kif 2844-2844
(termFormat EnglishLanguage AuctionGMBFn "gross merchandise bought in auctions") UXExperimentalTerms.kif 3208-3208

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


(=>
    (and
        (instance ?AUCTIONS Collection)
        (forall (?AUC)
            (=>
                (member ?AUC ?AUCTIONS)
                (instance ?AUC Auctioning))))
    (exists (?AMOUNT ?TOTAL_PURCHASE_AMOUNT)
        (and
            (total
                (KappaFn ?AMOUNT
                    (transactionAmount ?AUC ?AMOUNT)) ?TOTAL_PURCHASE_AMOUNT)
            (equal
                (AuctionGMBFn ?AUCTIONS) ?TOTAL_PURCHASE_AMOUNT))))
UXExperimentalTerms.kif 3210-3223


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