![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
BaseballBase
|
|
|
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?B BaseballBase) (hasPurpose ?B (exists (?G) (and (instance ?G Baseball) (patient ?G ?B))))) |
Sports.kif 639-645 | If X is an instance of baseball base, then X has the purpose there exists Y such that Y is an instance of baseball and X is a patient of Y |
| consequent |
|
|
| (=> (instance ?HR BaseballRun) (exists (?T1 ?T2 ?T3 ?T4 ?B1 ?B2 ?B3 ?B4) (and (instance ?T1 Touching) (instance ?T2 Touching) (instance ?T3 Touching) (instance ?T4 Touching) (instance ?B1 BaseballBase) (instance ?B2 BaseballBase) (instance ?B3 BaseballBase) (instance ?B4 BaseballBase) (not (equal ?B1 ?B2)) (not (equal ?B1 ?B3)) (not (equal ?B1 ?B4)) (not (equal ?B2 ?B3)) (not (equal ?B2 ?B4)) (not (equal ?B3 ?B4)) (subProcess ?T1 ?HR) (subProcess ?T2 ?HR) (subProcess ?T3 ?HR) (subProcess ?T4 ?HR)))) |
Sports.kif 737-758 | If X is an instance of baseball run, then All of the following hold: (1) there exist Y, Z,, , W,, , V,, , U,, , T,, , S (2) R such that Y is an instance of touching (3) Z is an instance of touching (4) W is an instance of touching (5) V is an instance of touching (6) U is an instance of baseball base (7) T is an instance of baseball base (8) S is an instance of baseball base (9) R is an instance of baseball base (10) equal U (11) T (12) equal U (13) S (14) equal U (15) R (16) equal T (17) S (18) equal T (19) R (20) equal S (21) R (22) Y is a subprocess of X (23) Z is a subprocess of X (24) W is a subprocess of X (25) V is a subprocess of X |