| BrakeRotor(brake rotor) | brake_disk |
| appearance as argument number 1 |
|
|
| (subclass BrakeRotor Device) | Cars.kif 660-660 | Brake rotor is a subclass of device |
| (documentation BrakeRotor EnglishLanguage "A rotating Metal disc that is pressed upon by a BrakePad to cause vehicle braking.") | Cars.kif 661-662 | Brake rotor is a subclass of device |
| (typicalPart BrakeRotor DiscBrake) | Cars.kif 663-663 | A brake rotor is typically a part of a disc brake |
| (typicallyContainsPart BrakeRotor DiscBrake) | Cars.kif 664-664 | A disc brake typically has a part brake rotor |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage BrakeRotor "brake rotor") | domainEnglishFormat.kif 64568-64568 |
| antecedent |
|
|
| (=> (and (instance ?BP BrakePad) (instance ?BR BrakeRotor) (instance ?R Rotating) (patient ?R ?BR) (instance ?F Friction) (resource ?F ?BP) (patient ?F ?BR)) (not (patient ?R ?BP))) |
Cars.kif 617-627 | If All of the following hold: (1) X is an instance of brake pad (2) Y is an instance of brake rotor (3) Z is an instance of rotating (4) Y is a patient of Z (5) W is an instance of friction (6) X is a resource for W (7) Y is a patient of W, then X is not a patient of Z |
| consequent |
|
|
| (=> (instance ?B BrakePad) (hasPurpose ?B (exists (?F ?BR) (and (instance ?F Friction) (resource ?F ?B) (instance ?BR BrakeRotor) (patient ?F ?BR))))) |
Cars.kif 607-615 | If X is an instance of brake pad, then X has the purpose there exist Y, Z such that Y is an instance of friction, X is a resource for Y, Z is an instance of brake rotor, and Z is a patient of Y |
|
|