MotorcycleHelmet(motorcycle helmet) |
appearance as argument number 1 |
(documentation MotorcycleHelmet EnglishLanguage "A Helmet designed to be worn by the driver of a Motorcycle.") | Cars.kif 4350-4351 | |
(subclass MotorcycleHelmet Helmet) | Cars.kif 4349-4349 | Motorcycle helmet is a subclass of helmet |
appearance as argument number 2 |
(subclass IconHelmet MotorcycleHelmet) | Cars.kif 5139-5139 | Icon helmet is a subclass of motorcycle helmet |
(termFormat EnglishLanguage MotorcycleHelmet "motorcycle helmet") | Cars.kif 4352-4352 | Icon helmet is a subclass of motorcycle helmet |
antecedent |
(=> (instance ?MH MotorcycleHelmet) (hasPurpose ?MH (exists (?P ?D ?M) (and (instance ?D Driving) (agent ?D ?P) (instance ?M Motorcycle) (patient ?D ?M) (instance ?P Human) (holdsDuring (WhenFn ?D) (wears ?P ?MH)))))) |
Cars.kif 4354-4365 |
|