![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| TemporalCompositionFn |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage TemporalCompositionFn "temporal composition") | domainEnglishFormat.kif 57431-57431 | |
| (termFormat ChineseTraditionalLanguage TemporalCompositionFn "時間構成") | domainEnglishFormat.kif 57432-57432 | |
| (termFormat ChineseLanguage TemporalCompositionFn "时间构成") | domainEnglishFormat.kif 57433-57433 | |
| (format EnglishLanguage TemporalCompositionFn "decomposition of %1 into %3 %2s") | english_format.kif 453-453 |
| antecedent |
|
|
| (=> (equal (TemporalCompositionFn ?INTERVAL ?INTERVALTYPE) ?CLASS) (forall (?TIME1 ?TIME2) (=> (and (instance ?TIME1 ?INTERVALTYPE) (instance ?TIME2 ?CLASS)) (exists (?DURATION) (and (duration ?TIME1 ?DURATION) (duration ?TIME2 ?DURATION)))))) |
Merge.kif 9608-9618 | If equal decomposition of X into Y and Z, then For all TimeIntervals W and V: there exists T such that duration of W is T and duration of V is T |
| (=> (equal (TemporalCompositionFn ?INTERVAL ?INTERVALTYPE) ?CLASS) (forall (?TIME1 ?TIME2) (=> (and (instance ?TIME1 ?CLASS) (instance ?TIME2 ?CLASS) (not (equal ?TIME1 ?TIME2))) (or (meetsTemporally ?TIME1 ?TIME2) (meetsTemporally ?TIME2 ?TIME1) (earlier ?TIME1 ?TIME2) (earlier ?TIME2 ?TIME1))))) |
Merge.kif 9620-9632 | If equal decomposition of X into Y and Z, then For all TimeIntervals W and V: if equal W and V, then At least one of the following holds: (1) W meets V (2) V meets W (3) W happens earlier than V (4) V happens earlier than W |
| (=> (equal (TemporalCompositionFn ?INTERVAL ?INTERVALTYPE) ?CLASS) (exists (?TIME) (and (instance ?TIME ?CLASS) (starts ?TIME ?INTERVAL)))) |
Merge.kif 9634-9639 | If equal decomposition of X into Y and Z, then there exists W such that W is an instance of Z and W starts X |
| (=> (equal (TemporalCompositionFn ?INTERVAL ?INTERVALTYPE) ?CLASS) (exists (?TIME) (and (instance ?TIME ?CLASS) (finishes ?TIME ?INTERVAL)))) |
Merge.kif 9641-9646 | If equal decomposition of X into Y and Z, then there exists W such that W is an instance of Z and W finishes X |
| (=> (equal (TemporalCompositionFn ?INTERVAL ?INTERVALTYPE) ?CLASS) (forall (?TIME1) (=> (and (instance ?TIME1 ?CLASS) (not (finishes ?TIME1 ?INTERVAL))) (exists (?TIME2) (and (instance ?TIME2 ?CLASS) (meetsTemporally ?TIME1 ?TIME2)))))) |
Merge.kif 9648-9658 | If equal decomposition of X into Y and Z, then For all TimeInterval W: if W doesn't finish X, then there exists V such that V is an instance of Z and W meets V |
| (=> (equal (TemporalCompositionFn ?INTERVAL ?INTERVALTYPE) ?CLASS) (forall (?TIME1) (=> (and (instance ?TIME1 ?CLASS) (not (starts ?TIME1 ?INTERVAL))) (exists (?TIME2) (and (instance ?TIME2 ?CLASS) (meetsTemporally ?TIME2 ?TIME1)))))) |
Merge.kif 9660-9670 | If equal decomposition of X into Y and Z, then For all TimeInterval W: if W doesn't start X, then there exists V such that V is an instance of Z and V meets W |
| (=> (equal (TemporalCompositionFn ?INTERVAL ?INTERVALTYPE) ?CLASS) (forall (?TIME) (=> (and (instance ?TIME TimePoint) (temporalPart ?TIME ?INTERVAL)) (exists (?INSTANCE) (and (instance ?INSTANCE ?CLASS) (temporalPart ?TIME ?INSTANCE)))))) |
Merge.kif 9672-9682 | If equal decomposition of X into Y and Z, then For all TimePosition W: if W is an instance of time point and W is a part of X, then there exists V such that V is an instance of Z and W is a part of V |
| consequent |
|
|