coaches |
appearance as argument number 1 |
(documentation coaches EnglishLanguage "(coaches ?COACH ?PLAYER) means that the Human ?COACH is the Coach of the Human ?PLAYER") | Sports.kif 538-539 | |
(domain coaches 1 Human) | Sports.kif 536-536 | The number 1 argument of coaches is an instance of human |
(domain coaches 2 Human) | Sports.kif 537-537 | The number 2 argument of coaches is an instance of human |
(instance coaches BinaryPredicate) | Sports.kif 535-535 | coaches is an instance of binary predicate |
appearance as argument number 2 |
(format ChineseLanguage coaches "%1 coaches %2 ") | domainEnglishFormat.kif 3006-3006 | |
(format ChineseTraditionalLanguage coaches "%1 coaches %2 ") | domainEnglishFormat.kif 3005-3005 | |
(format EnglishLanguage coaches "%1 coaches %2") | domainEnglishFormat.kif 3004-3004 | |
(termFormat EnglishLanguage coaches "coaches") | Sports.kif 540-540 |
antecedent |
(=> (coaches ?COACH ?PLAYER) (and (attribute ?COACH Coach) (exists (?GAME ?EDUCATION) (and (instance ?GAME Game) (instance ?EDUCATION EducationalProcess) (agent ?EDUCATION ?COACH) (patient ?EDUCATION ?PLAYER) (refers ?EDUCATION ?GAME))))) |
Sports.kif 541-551 |
|