VehicleWheel(vehicle wheel) | bicycle_wheel, ratchet_wheel, roller, wheel |
appearance as argument number 1 |
(documentation VehicleWheel EnglishLanguage "VehicleWheel is a class of cylindrical Devices used to move a RoadVehicle along a road, running either directly on the wheel rims or on tires attached to the wheel rims.") | Mid-level-ontology.kif 3362-3364 | |
(externalImage VehicleWheel "http://upload.wikimedia.org/wikipedia/commons/ thumb/ a/ ab/ Aprilia_disc_brake.jpg/ 200px-Aprilia_disc_brake.jpg") | pictureList.kif 1285-1285 | |
(subclass VehicleWheel Wheel) | Mid-level-ontology.kif 3361-3361 | Vehicle wheel is a subclass of wheel |
appearance as argument number 2 |
(termFormat ChineseLanguage VehicleWheel "车轮") | domainEnglishFormat.kif 61454-61454 | |
(termFormat ChineseTraditionalLanguage VehicleWheel "車輪") | domainEnglishFormat.kif 61453-61453 | |
(termFormat EnglishLanguage VehicleWheel "vehicle wheel") | domainEnglishFormat.kif 61452-61452 |
antecedent |
(=> (and (instance ?W VehicleWheel) (instance ?V RoadVehicle) (part ?W ?V)) (exists (?A) (and (instance ?A Axle) (component ?A ?V) (connected ?W ?A)))) |
Mid-level-ontology.kif 3531-3540 |
|
consequent |
(=> (instance ?A Automobile) (equipmentCount ?A VehicleWheel 4)) |
Transportation.kif 2094-2096 |
|
(=> (instance ?M Motorcycle) (equipmentCount ?M VehicleWheel 2)) |
Transportation.kif 2021-2023 |
|
(=> (instance ?T VehicleTire) (exists (?W) (and (instance ?W VehicleWheel) (part ?T ?W)))) |
Mid-level-ontology.kif 3428-3433 |
|