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



KB Term:  Term intersection
English Word: 

Sigma KEE - AuctionAttribute
AuctionAttribute(auction attribute)

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


(instance AuctionAttribute ListingAttribute) UXExperimentalTerms.kif 306-306 Auction attribute is an instance of web listing attribute
(documentation AuctionAttribute EnglishLanguage "A ListingAttribute of a WebListing where the creator of the listing desires the successful Auctioning of the item which is the patient of the listing.") UXExperimentalTerms.kif 309-311 Auction attribute is an instance of web listing attribute

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


(termFormat EnglishLanguage AuctionAttribute "auction attribute") UXExperimentalTerms.kif 307-307

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


(=>
    (and
        (instance ?LISTING WebListing)
        (instance ?ITEM Object)
        (instance ?CREATOR AutonomousAgent)
        (attribute ?LISTING AuctionAttribute)
        (patient ?ITEM ?LISTING)
        (creator ?CREATOR ?LISTING))
    (desires ?CREATOR
        (exists (?AUCTION)
            (and
                (instance ?AUCTION Auctioning)
                (patient ?AUCTION ?ITEM)))))
UXExperimentalTerms.kif 313-325 If All of the following hold: (1) X is an instance of web listing (2) Y is an instance of object (3) Z is an instance of agent (4) auction attribute is an attribute of X (5) X is a patient of Y (6) Z created X, then Z desires there exists W such that W is an instance of auctioning and Y is a patient 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-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners