![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
HandTool
|
|
|
| appearance as argument number 1 |
|
|
| (subclass HandTool UnpoweredDevice) | Cars.kif 4363-4363 | Hand tool is a subclass of unpowered device |
| (documentation HandTool EnglishLanguage "Any UnpoweredDevice that a Human is capable of Carrying and is designed for a particular purpose.") | Cars.kif 4365-4366 | Hand tool is a subclass of unpowered device |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage HandTool "hand tool") | Cars.kif 4364-4364 |
| antecedent |
|
|
| (=> (instance ?HT HandTool) (capability Carrying objectTransferred ?HT)) |
Cars.kif 4368-4370 | If X is an instance of hand tool, then X is capable of doing carrying as a object transferred |
| consequent |
|
|
| (=> (instance ?HTB HandToolBox) (hasPurpose ?HTB (exists (?HT) (and (instance ?HT HandTool) (contains ?HTB ?HT))))) |
Cars.kif 4718-4724 | If X is an instance of tool box, then X has the purpose there exists Y such that Y is an instance of hand tool and X contains Y |