![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
Valve
|
|
|
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?V Valve) (hasPurpose ?V (exists (?FLUID ?PROC ?FLOW) (and (instance ?FLOW Transfer) (path ?FLOW ?V) (patient ?FLOW ?FLUID) (attribute ?FLUID Fluid) (instance ?PROC Process) (instrument ?PROC ?V) (patient ?PROC ?FLOW))))) |
engineering.kif 1321-1332 | If X is an instance of valve, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that W is an instance of transfer (3) X is path along which W occurs (4) Y is a patient of W (5) fluid is an attribute of Y (6) Z is an instance of process (7) X is an instrument for Z (8) W is a patient of Z |
| consequent |
|
|
| (=> (instance ?GF GreaseFitting) (exists (?V) (and (instance ?V Valve) (part ?V ?GF)))) |
Cars.kif 2908-2913 | If X is an instance of grease fitting, then there exists Y such that Y is an instance of valve and Y is a part of X |
| (=> (instance ?RA RockerArm) (hasPurpose ?RA (exists (?P1 ?C ?P2 ?V ?O ?FSE) (and (instance ?P1 Pushing) (instance ?C Cam) (instance ?P2 Pushing) (instance ?V Valve) (instance ?O Opening) (instance ?FSE FourStrokeEngine) (part ?RA ?FSE) (part ?C ?FSE) (part ?V ?FSE) (instrument ?P1 ?C) (destination ?P1 ?RA) (instrument ?P2 ?RA) (destination ?P2 ?V) (causes ?P1 ?P2) (causes ?P2 ?O) (patient ?O ?V))))) |
Cars.kif 3713-3733 | If X is an instance of rocker arm, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W,, , V,, , U (2) T such that Y is an instance of pushing (3) Z is an instance of cam (4) W is an instance of pushing (5) V is an instance of valve (6) U is an instance of opening (7) T is an instance of four stroke engine (8) X is a part of T (9) Z is a part of T (10) V is a part of T (11) Z is an instrument for Y (12) Y ends up at X (13) X is an instrument for W (14) W ends up at V (15) Y causes W (16) W causes U (17) V is a patient of U |
| (=> (instance ?B Bugle) (not (exists (?V) (and (instance ?V Valve) (part ?V ?B))))) |
Music.kif 1285-1291 | If X is an instance of bugle, then there doesn't exist Y such that Y is an instance of valve and Y is a part of X |