HandTool
|
|
appearance as argument number 1 |
(documentation HandTool EnglishLanguage "Any UnpoweredDevice that a Human is capable of Carrying and is designed for a particular purpose.") | Cars.kif 4458-4459 | |
(subclass HandTool UnpoweredDevice) | Cars.kif 4456-4456 | HandTool e' uma sub-classe de UnpoweredDevice |
appearance as argument number 2 |
(termFormat EnglishLanguage HandTool "hand tool") | Cars.kif 4457-4457 |
antecedent |
(=> (instance ?HT HandTool) (capability Carrying objectTransferred ?HT)) |
Cars.kif 4461-4463 |
consequent |
(=> (instance ?HTB HandToolBox) (hasPurpose ?HTB (exists (?HT) (and (instance ?HT HandTool) (contains ?HTB ?HT))))) |
Cars.kif 4811-4817 |