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

Formal Language: 



KB Term:  Term intersection
English Word: 

  BidCountFn

Sigma KEE - BidCountFn
BidCountFn

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


(documentation BidCountFn EnglishLanguage "(BidCountFn ?COLL) returns the number of Biddings which were the objectOfBid of the Biddings are also the patients of WebListings which are members of ?COLL.") UXExperimentalTerms.kif 2918-2920
(domain BidCountFn 1 Collection) UXExperimentalTerms.kif 2912-2912 BidCountFn 的 1 数量 是 群体instance
(instance BidCountFn UnaryFunction) UXExperimentalTerms.kif 2910-2910 BidCountFn一元函数instance
(range BidCountFn NonnegativeInteger) UXExperimentalTerms.kif 2914-2914 BidCountFnrange非负整数 的实例

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


(format ChineseLanguage BidCountFn "在 %1 的 bids 數字") domainEnglishFormat.kif 2894-2894
(format ChineseTraditionalLanguage BidCountFn "在 %1 的 bids 數字") domainEnglishFormat.kif 2893-2893
(format EnglishLanguage BidCountFn "number of bids in %1") domainEnglishFormat.kif 2892-2892
(termFormat EnglishLanguage BidCountFn "bid count") UXExperimentalTerms.kif 2916-2916

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


(=>
    (and
        (instance ?COLL Collection)
        (forall (?MEMBER)
            (=>
                (member ?MEMBER ?COLL)
                (instance ?MEMBER WebListing))))
    (equal
        (DivisionFn
            (CardinalityFn
                (exists (?LISTING ?SITE ?ITEM)
                    (KappaFn ?LISTING
                        (and
                            (instance ?LISTING WebListing)
                            (instance ?SITE WebSite)
                            (instance ?ITEM Physical)
                            (member ?LISTING ?COLL)
                            (patient ?LISTING ?ITEM)
                            (hostedOn ?LISTING ?SITE)
                            (exists (?BUYING)
                                (and
                                    (instance ?BUYING Buying)
                                    (patient ?BUYING ?ITEM)
                                    (eCommerceSite ?BUYING ?SITE)))))))
            (CardinalityFn ?COLL))
        (BidCountFn ?COLL)))
UXExperimentalTerms.kif 2845-2870
(=>
    (and
        (instance ?COLL Collection)
        (forall (?MEMBER)
            (=>
                (member ?MEMBER ?COLL)
                (instance ?MEMBER WebListing))))
    (exists (?BIDDING ?ITEM ?LISTING ?BIDDING)
        (equal
            (CardinalityFn
                (KappaFn ?BIDDING
                    (and
                        (instance ?ITEM Physical)
                        (instance ?LISTING WebListing)
                        (instance ?BIDDING Bidding)
                        (member ?LISTING ?COLL)
                        (objectOfBid ?BIDDING ?ITEM)
                        (patient ?LISTING ?ITEM))))
            (BidCountFn ?COLL))))
UXExperimentalTerms.kif 2922-2940


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