Bowling(bowling) | bowling |
appearance as argument number 1 |
(documentation Bowling EnglishLanguage "Bowling refers to a Sport with the main goal of knocking down bowling pins using a BowlingBall") | Sports.kif 1104-1105 | |
(subclass Bowling Sport) | Sports.kif 1103-1103 | Bowling is a subclass of sport |
appearance as argument number 2 |
(termFormat EnglishLanguage Bowling "bowling") | Sports.kif 1106-1106 |
antecedent |
(=> (instance ?B Bowling) (exists (?BALL ?TRANS ?LANE) (and (instance ?TRANS Translocation) (instance ?BALL BowlingBall) (patient ?TRANS ?BALL) (instance ?LANE BowlingLane) (path ?TRANS ?LANE) (subProcess ?TRANS ?B)))) |
Sports.kif 1108-1117 |
|
consequent |
(=> (instance ?BF BowlingFacility) (hasPurpose ?BF (exists (?B) (and (instance ?B Bowling) (eventLocated ?B ?BF))))) |
Sports.kif 1171-1177 |
|