![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Friction
|
|
|
| appearance as argument number 1 |
|
|
| (subclass EngineCylinder Artifact) | Cars.kif 260-260 | Engine cylinder is a subclass of artifact |
| (documentation EngineCylinder EnglishLanguage "A single cylinder of an Engine block and its associated components.") | Cars.kif 261-262 | Engine cylinder is a subclass of artifact |
| appearance as argument number 2 |
|
|
| (typicalPart Piston EngineCylinder) | Cars.kif 297-297 | A piston is typically a part of a engine cylinder |
| (typicallyContainsPart Piston EngineCylinder) | Cars.kif 298-298 | A engine cylinder typically has a part piston |
| (termFormat EnglishLanguage EngineCylinder "engine cylinder") | domainEnglishFormat.kif 64826-64826 | A engine cylinder typically has a part piston |
| antecedent |
|
|
| consequent |
|
|
| (=> (instance ?FSE FourStrokeEngine) (exists (?C) (and (instance ?C EngineCylinder) (part ?C ?FSE)))) |
Cars.kif 60-65 | If X is an instance of four stroke engine, then there exists Y such that Y is an instance of engine cylinder and Y is a part of X |
| (=> (and (instance ?FP FuelPump) (instance ?A Automobile) (part ?FP ?A) (instance ?T Transportation) (instance ?F Fuel) (patient ?T ?F) (instrument ?F ?FP)) (hasPurpose ?FP (exists (?GT ?EC) (and (instance ?GT GasTank) (part ?GT ?A) (instance ?EC EngineCylinder) (part ?EC ?A) (origin ?T ?GT) (destination ?T ?EC))))) |
Cars.kif 988-1005 | If All of the following hold: (1) X is an instance of fuel pump (2) Y is an instance of automobile (3) X is a part of Y (4) Z is an instance of transportation (5) W is an instance of fuel (6) W is a patient of Z (7) X is an instrument for W, then All of the following hold: (1) X has the purpose there exist V (2) U such that V is an instance of gas tank (3) V is a part of Y (4) U is an instance of engine cylinder (5) U is a part of Y (6) Z originates at V (7) Z ends up at U |
| (=> (instance ?B Backfire) (exists (?E ?NC) (and (not (instance ?NC EngineCylinder)) (instance ?E Engine) (part ?NC ?E) (eventLocated ?B ?NC)))) |
Cars.kif 1293-1301 | If X is an instance of backfire, then there exist Y, Z such that Z is not an instance of engine cylinder, Y is an instance of engine, Z is a part of Y, and X is located at Z |
| (=> (instance ?EM ExhaustManifold) (hasPurpose ?EM (exists (?A ?E ?C ?M ?T) (and (instance ?A Automobile) (instance ?E Exhaust) (instance ?C EngineCylinder) (instance ?M AutomobileMuffler) (instance ?T Transfer) (part ?EM ?A) (part ?C ?A) (part ?M ?A) (origin ?T ?C) (destination ?T ?M) (patient ?T ?E) (instrument ?T ?E))))) |
Cars.kif 2467-2483 | If X is an instance of exhaust manifold, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W,, , V (2) U such that Y is an instance of automobile (3) Z is an instance of exhaust (4) W is an instance of engine cylinder (5) V is an instance of muffler (6) U is an instance of transfer (7) X is a part of Y (8) W is a part of Y (9) V is a part of Y (10) U originates at W (11) U ends up at V (12) Z is a patient of U (13) Z is an instrument for U |
| (=> (engineCylinders ?E ?N) (exists (?G ?EC) (and (instance ?G CollectionOfObjects) (memberTypeCount ?G EngineCylinder ?N) (member ?EC ?G) (part ?EC ?E)))) |
Cars.kif 4423-4430 | If engine X has Y cylinders, then there exist Z, W such that Z is an instance of collection, Z is member type count engine cylinder for Y, W is a member of Z, and W is a part of X |