![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| RatingAttribute(rating attribute) | rating |
| appearance as argument number 1 |
|
|
| (subclass RatingAttribute SubjectiveAssessmentAttribute) | Hotel.kif 3013-3013 | Rating attribute is a subclass of subjective assessment attribute |
| (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 3014-3016 | Rating attribute is a subclass of subjective assessment attribute |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domain ratingsAgent 1 RatingAttribute) | Hotel.kif 3032-3032 | The number 1 argument of ratings agent is an instance of rating attribute |
| antecedent |
|
|
| (=> (instance ?RATING RatingAttribute) (exists (?AGENT ?OBJ) (and (ratingsAgent ?RATING ?AGENT) (attribute ?OBJ ?RATING)))) |
Hotel.kif 3021-3026 | If X is an instance of rating attribute, then there exist Y, Z such that Y creates rating X, and X is an attribute of Z |