SoccerBall(soccer ball) | soccer_ball |
appearance as argument number 1 |
(documentation SoccerBall EnglishLanguage "A SoccerBall is the Ball used in the Sport of Soccer.") | Sports.kif 306-306 | |
(subclass SoccerBall Ball) | Sports.kif 311-311 | Soccer ball is a subclass of ball |
appearance as argument number 2 |
(termFormat ChineseLanguage SoccerBall "英式足球") | Sports.kif 308-308 | |
(termFormat ChineseTraditionalLanguage SoccerBall "英式足球") | Sports.kif 309-309 | |
(termFormat EnglishLanguage SoccerBall "soccer ball") | Sports.kif 307-307 |
antecedent |
(=> (instance ?BALL SoccerBall) (hasPurpose ?BALL (exists (?S ?K) (and (instance ?S Soccer) (instance ?K Kicking) (subProcess ?K ?S) (patient ?K ?BALL))))) |
Sports.kif 313-321 |
|
consequent |
(=> (instance ?S Soccer) (exists (?BALL) (and (instance ?BALL SoccerBall) (patient ?S ?BALL)))) |
Sports.kif 177-182 |
|