![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| overlapsPartially |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage overlapsPartially "overlap partially") | domainEnglishFormat.kif 43769-43769 | |
| (termFormat ChineseTraditionalLanguage overlapsPartially "部分重疊") | domainEnglishFormat.kif 43770-43770 | |
| (termFormat ChineseLanguage overlapsPartially "部分重叠") | domainEnglishFormat.kif 43771-43771 | |
| (format EnglishLanguage overlapsPartially "%1 %n{doesn't} partially overlap%p{s} with %2") | english_format.kif 370-370 |
| antecedent |
|
|
| (=> (overlapsPartially ?OBJ1 ?OBJ2) (and (not (part ?OBJ1 ?OBJ2)) (not (part ?OBJ2 ?OBJ1)) (exists (?OBJ3) (and (part ?OBJ3 ?OBJ1) (part ?OBJ3 ?OBJ2))))) |
Merge.kif 9849-9857 | If X partially overlaps with Y, then X is not a part of Y, Y is not a part of X, and there exists Z such that Z is a part of X and Z is a part of Y |
| (=> (overlapsPartially ?OBJ1 ?OBJ2) (overlapsSpatially ?OBJ1 ?OBJ2)) |
Merge.kif 9868-9870 | If X partially overlaps with Y, then X and Y overlapsSpatially |
| consequent |
|
|
| (=> (and (not (part ?OBJ1 ?OBJ2)) (not (part ?OBJ2 ?OBJ1)) (and (part ?OBJ3 ?OBJ1) (part ?OBJ3 ?OBJ2))) (overlapsPartially ?OBJ1 ?OBJ2)) |
Merge.kif 9859-9866 | If X is not a part of Y, Y is not a part of X, and Z is a part of X and Z is a part of Y, then X partially overlaps with Y |