WebListingCategory |
appearance as argument number 1 |
(documentation WebListingCategory EnglishLanguage "a collection of WebListings where all the items being advertised in those listings are of the same class.") | UXExperimentalTerms.kif 136-137 | |
(subclass WebListingCategory Collection) | UXExperimentalTerms.kif 133-133 |
appearance as argument number 2 |
(termFormat EnglishLanguage WebListingCategory "web listing category") | UXExperimentalTerms.kif 134-134 |
appearance as argument number 3 |
(domain categoryID 2 WebListingCategory) | UXExperimentalTerms.kif 164-164 | |
(domain categoryOf 1 WebListingCategory) | UXExperimentalTerms.kif 176-176 |
antecedent |
(=> (and (instance ?CATEG WebListingCategory) (instance ?LISTING1 WebListing) (instance ?LISTING2 WebListing) (instance ?ITEM1 Object) (instance ?ITEM2 Object) (member ?LISTING1 ?CATEG) (member ?LISTING2 ?CATEG) (patient ?ITEM1 ?LISTING1) (patient ?ITEM2 ?LISTING2)) (exists (?CLASS) (and (instance ?CLASS Class) (instance ?ITEM1 ?CLASS) (instance ?ITEM2 ?CLASS)))) |
UXExperimentalTerms.kif 145-160 | |
(=> (and (instance ?CATEG WebListingCategory) (member ?LISTING ?CATEG)) (instance ?LISTING WebListing)) |
UXExperimentalTerms.kif 139-143 |