![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
ComputerTouchscreenKeyboard
|
|
|
| appearance as argument number 1 |
|
|
| (subclass EngineConnectingRod Device) | Cars.kif 1831-1831 | Engine connecting rod is a subclass of device |
| (documentation EngineConnectingRod EnglishLanguage "A Device that connects the Piston to the Crankshaft.") | Cars.kif 1833-1834 | Engine connecting rod is a subclass of device |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage EngineConnectingRod "engine connecting rod") | Cars.kif 1832-1832 |
| antecedent |
|
|
| (=> (instance ?ECR EngineConnectingRod) (hasPurpose ?ECR (exists (?P ?C) (and (instance ?P Piston) (instance ?C Crankshaft) (connectedEngineeringComponents ?P ?ECR) (connectedEngineeringComponents ?C ?ECR))))) |
Cars.kif 1836-1844 | If X is an instance of engine connecting rod, then X has the purpose there exist Y, Z such that Y is an instance of piston, Z is an instance of crankshaft, Y is connected to X, and Z is connected to X |