![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| TireChanger(tire changer) |
| appearance as argument number 1 |
|
|
| (subclass TireChanger Device) | Cars.kif 4762-4762 | Tire changer is a subclass of device |
| (documentation TireChanger EnglishLanguage "A Device for putting Tires on WheelRims, or removing them.") | Cars.kif 4763-4764 | Tire changer is a subclass of device |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage TireChanger "tire changer") | Cars.kif 4765-4765 |
| antecedent |
|
|
| (=> (instance ?TC TireChanger) (hasPurpose ?TC (exists (?P ?T ?R) (and (instance ?P Putting) (instance ?T Tire) (instance ?R WheelRim) (destination ?P ?R) (objectTransferred ?P ?T) (instrument ?P ?TC))))) |
Cars.kif 4767-4777 | If X is an instance of tire changer, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of putting (3) Z is an instance of tire (4) W is an instance of rim (5) Y ends up at W (6) the object transferred in Y is Z (7) X is an instrument for Y |
| (=> (instance ?TC TireChanger) (hasPurpose ?TC (exists (?RE ?T ?R) (and (instance ?RE Removing) (instance ?T Tire) (instance ?R WheelRim) (origin ?RE ?R) (objectTransferred ?RE ?T) (instrument ?RE ?TC))))) |
Cars.kif 4779-4789 | If X is an instance of tire changer, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of removing (3) Z is an instance of tire (4) W is an instance of rim (5) Y originates at W (6) the object transferred in Y is Z (7) X is an instrument for Y |