RatingAttribute
|
|
appearance as argument number 1 |
(documentation RatingAttribute EnglishLanguage "RatingAttribute attempts to quantify the subjective assessment of an Object using some scoring system. A RatingAttribute is created by an AutonomousAgent with some criteria in mind.") | Hotel.kif 2996-2998 | |
(subclass RatingAttribute SubjectiveAssessmentAttribute) | Hotel.kif 2995-2995 | 子類 RatingAttribute and SubjectiveAssessmentAttribute |
appearance as argument number 2 |
(subclass AmbienceRating RatingAttribute) | Hotel.kif 3105-3105 | 子類 AmbienceRating and RatingAttribute |
(subclass FoodRating RatingAttribute) | Hotel.kif 3046-3046 | 子類 FoodRating and RatingAttribute |
(subclass HotelRating RatingAttribute) | Hotel.kif 3026-3026 | 子類 HotelRating and RatingAttribute |
(subclass PriceRating RatingAttribute) | Hotel.kif 3109-3109 | 子類 PriceRating and RatingAttribute |
(subclass RestaurantRating RatingAttribute) | Hotel.kif 3036-3036 | 子類 RestaurantRating and RatingAttribute |
(subclass ServiceRating RatingAttribute) | Hotel.kif 3077-3077 | 子類 ServiceRating and RatingAttribute |
(termFormat EnglishLanguage RatingAttribute "rating attribute") | Hotel.kif 2999-2999 |
appearance as argument number 3 |
(domain ratingsAgent 1 RatingAttribute) | Hotel.kif 3014-3014 | 域 ratingsAgent, 1 and RatingAttribute |
antecedent |
(=> (instance ?RATING RatingAttribute) (exists (?AGENT ?OBJ) (and (ratingsAgent ?RATING ?AGENT) (attribute ?OBJ ?RATING)))) |
Hotel.kif 3003-3008 |