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

Formal Language: 



KB Term:  Term intersection
English Word: 

  AuctionAttribute

Sigma KEE - AuctionAttribute
AuctionAttribute

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


(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
(instance AuctionAttribute ListingAttribute) UXExperimentalTerms.kif 306-306 AuctionAttribute est une instance de ListingAttribute

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


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