ForSaleByOwner
|
|
appearance as argument number 1 |
(documentation ForSaleByOwner EnglishLanguage "A ListingAttribute Where the item which is the patient is a Vehicle and the owner is a Human (i.e. not a dealership.") | UXExperimentalTerms.kif 370-371 | |
(instance ForSaleByOwner ListingAttribute) | UXExperimentalTerms.kif 367-367 |
appearance as argument number 2 |
(termFormat EnglishLanguage ForSaleByOwner "FSBO") | UXExperimentalTerms.kif 368-368 |
antecedent |
(=> (and (instance ?ITEM Object) (instance ?LISTING WebListing) (attribute ?LISTING ForSaleByOwner) (patient ?LISTING ?ITEM)) (instance ?ITEM Vehicle)) |
UXExperimentalTerms.kif 373-379 | |
(=> (and (instance ?ITEM Object) (instance ?LISTING WebListing) (instance ?OWNER AutonomousAgent) (attribute ?LISTING ForSaleByOwner) (possesses ?OWNER ?ITEM)) (instance ?OWNER Human)) |
UXExperimentalTerms.kif 381-388 |