Tire(tire) | auto_tire, automobile_tire, car_tire, pneumatic_tire, pneumatic_tyre, rubber_tire, tire, tyre, wagon_tire |
appearance as argument number 1 |
(documentation Tire EnglishLanguage "Any Pliable object with a ConvexRoundShape that is designed to cover the WheelRim, and provide a WearingFrictionSurface that can be replaced more cheaply and/ or easily than the rim. It may also increase traction, and provide some shock absorbtion or act as a Damper, thus smoothing the ride of a Vehicle.") | Cars.kif 4766-4769 | |
(subclass Tire Device) | Cars.kif 4765-4765 | Tire is a subclass of device |
appearance as argument number 2 |
(subclass ATVTire Tire) | Cars.kif 4800-4800 | Atv tire is a subclass of tire |
(subclass FourByFourTire Tire) | Cars.kif 4633-4633 | Four wheel drive tire is a subclass of tire |
(subclass MudTire Tire) | Cars.kif 4977-4977 | Mud tyre is a subclass of tire |
(termFormat EnglishLanguage Tire "tire") | Cars.kif 4770-4770 | Mud tyre is a subclass of tire |
antecedent |
(=> (instance ?T Tire) (attribute ?T ConvexRoundShape)) |
Cars.kif 4787-4789 |
|
(=> (instance ?T Tire) (attribute ?T Pliable)) |
Cars.kif 4783-4785 | |
(=> (instance ?T Tire) (hasPurpose ?T (exists (?W ?R) (and (instance ?W Wheel) (instance ?R WheelRim) (part ?T ?W) (part ?R ?W) (covers ?T ?R))))) |
Cars.kif 4772-4781 |
|
consequent |