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 173-174 | |
(subclass WebListingCategory Collection) | UXExperimentalTerms.kif 169-169 |
appearance as argument number 2 |
![]() |
(termFormat EnglishLanguage WebListingCategory "web listing category") | UXExperimentalTerms.kif 171-171 |
appearance as argument number 3 |
![]() |
(domain categoryID 2 WebListingCategory) | UXExperimentalTerms.kif 207-207 | |
(domain categoryOf 1 WebListingCategory) | UXExperimentalTerms.kif 223-223 |
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 182-197 | |
(=> (and (instance ?CATEG WebListingCategory) (member ?LISTING ?CATEG)) (instance ?LISTING WebListing)) |
UXExperimentalTerms.kif 176-180 |
![]() |
![]() |