GreaseFitting(grease fitting) |
appearance as argument number 1 |
(documentation GreaseFitting EnglishLanguage "A grease fitting is a small Device that is designed for use with a GreaseGun, and includes a Valve that lets Grease get pumped into (but not out of) a small space, for the purpose of Lubricating parts.") | Cars.kif 2991-2994 | |
(subclass GreaseFitting Device) | Cars.kif 2989-2989 | Grease fitting is a subclass of device |
appearance as argument number 2 |
(termFormat EnglishLanguage GreaseFitting "grease fitting") | Cars.kif 2990-2990 |
antecedent |
(=> (instance ?GF GreaseFitting) (exists (?V) (and (instance ?V Valve) (part ?V ?GF)))) |
Cars.kif 2996-3001 |
|
(=> (instance ?GF GreaseFitting) (hasPurpose ?GF (exists (?P ?G) (and (instance ?G Grease) (instance ?P Putting) (path ?P ?GF) (objectTransferred ?P ?G))))) |
Cars.kif 3003-3011 |
|