![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| ratingsAgent |
| appearance as argument number 1 |
|
|
| (instance ratingsAgent BinaryPredicate) | Hotel.kif 3029-3029 | ratings agent is an instance of binary predicate |
| (documentation ratingsAgent EnglishLanguage "(ratingsAgent ?RATING ?AGENT) means that ?AGENT went through some Classifying process in order to create RatingAttribute ?RATING.") | Hotel.kif 3030-3031 | ratings agent is an instance of binary predicate |
| (domain ratingsAgent 1 RatingAttribute) | Hotel.kif 3032-3032 | The number 1 argument of ratings agent is an instance of rating attribute |
| (domain ratingsAgent 2 AutonomousAgent) | Hotel.kif 3033-3033 | The number 2 argument of ratings agent is an instance of agent |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage ratingsAgent "%2 creates rating %1") | domainEnglishFormat.kif 4332-4332 | |
| (format ChineseTraditionalLanguage ratingsAgent "%2 creates rating %1 ") | domainEnglishFormat.kif 4333-4333 | |
| (format ChineseLanguage ratingsAgent "%2 creates rating %1 ") | domainEnglishFormat.kif 4334-4334 | |
| (termFormat EnglishLanguage ratingsAgent "ratings agent") | domainEnglishFormat.kif 65947-65947 |
| antecedent |
|
|
| (=> (ratingsAgent ?RATING ?AGENT) (exists (?PROCESS ?OBJ) (and (instance ?PROCESS Classifying) (agent ?PROCESS ?AGENT) (destination ?PROCESS ?OBJ) (result ?PROCESS ?RATING)))) |
Hotel.kif 3035-3042 | If X creates rating Y, then there exist Z, W such that Z is an instance of classifying, X is an agent of Z, Z ends up at W, and Y is a result of Z |
| consequent |
|
|
| (=> (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 |