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


KB Term:  Term intersection
English Word: 

Sigma KEE - amountOfBid
amountOfBid

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


(instance amountOfBid CaseRole) UXExperimentalTerms.kif 1446-1446 bid amount is an instance of case role
(domain amountOfBid 1 Bidding) UXExperimentalTerms.kif 1447-1447 The number 1 argument of bid amount is an instance of bidding
(domain amountOfBid 2 CurrencyMeasure) UXExperimentalTerms.kif 1448-1448 The number 2 argument of bid amount is an instance of currency measure
(documentation amountOfBid EnglishLanguage "A CaseRole of Bidding identifying the CurrencyMeasure of the bid.") UXExperimentalTerms.kif 1450-1451 The number 2 argument of bid amount is an instance of currency measure
(instance amountOfBid BinaryPredicate) UXExperimentalTerms.kif 1452-1452 bid amount is an instance of binary predicate

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


(termFormat EnglishLanguage amountOfBid "bid amount") UXExperimentalTerms.kif 1449-1449
(format EnglishLanguage amountOfBid "%2 is the bid of %1") domainEnglishFormat.kif 2788-2788
(format ChineseTraditionalLanguage amountOfBid "%2 是 %1 的 bid ") domainEnglishFormat.kif 2789-2789
(format ChineseLanguage amountOfBid "%2 是 %1 的 bid ") domainEnglishFormat.kif 2790-2790

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


(=>
    (and
        (instance ?BIDDING Bidding)
        (instance ?OBJECT Physical)
        (instance ?AMOUNT CurrencyMeasure)
        (instance ?AGENT ?AGENT)
        (objectOfBid ?BIDDING ?OBJECT)
        (amountOfBid ?BIDDING ?AMOUNT)
        (agent ?BIDDING ?AGENT))
    (bidPrice ?OBJECT ?AMOUNT ?AGENT))
UXExperimentalTerms.kif 1416-1425 If All of the following hold: (1) X is an instance of bidding (2) Y is an instance of physical (3) Z is an instance of currency measure (4) W is an instance of W (5) X is a bid for Y (6) Z is the bid of X (7) W is an agent of X, then W bids Z for Y

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


(=>
    (bidPrice ?OBJECT ?AMOUNT ?AGENT)
    (exists (?BIDDING)
        (and
            (instance ?BIDDING Bidding)
            (objectOfBid ?BIDDING ?OBJECT)
            (amountOfBid ?BIDDING ?AMOUNT)
            (agent ?BIDDING ?AGENT))))
UXExperimentalTerms.kif 1407-1414 If X bids Y for Z, then there exists W such that W is an instance of bidding, W is a bid for Z, Y is the bid of W, and X is an agent of W


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners