![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
TimePosition
|
|
|
| appearance as argument number 1 |
|
|
| (subclass TimePosition TimeMeasure) | Merge.kif 2188-2188 | Time position is a subclass of time measure |
| (partition TimePosition TimeInterval TimePoint) | Merge.kif 2189-2189 | Time position is exhaustively partitioned into timeframe and time point |
| (documentation TimePosition EnglishLanguage "Any TimePoint or TimeInterval along the universal timeline from NegativeInfinity to PositiveInfinity.") | Merge.kif 2191-2192 | Time position is exhaustively partitioned into timeframe and time point |
| appearance as argument number 2 |
|
|
| (subclass TimeInterval TimePosition) | Merge.kif 2194-2194 | Timeframe is a subclass of time position |
| (subclass TimePoint TimePosition) | Merge.kif 2201-2201 | Time point is a subclass of time position |
| (range RelativeTimeFn TimePosition) | Merge.kif 17581-17581 | The range of relative time is an instance of time position |
| (termFormat EnglishLanguage TimePosition "time position") | english_format.kif 964-964 | The range of relative time is an instance of time position |
| appearance as argument number 3 |
|
|
| antecedent |
|
|
| consequent |
|
|
| (=> (overlapsTemporally ?INTERVAL1 ?INTERVAL2) (exists (?INTERVAL3) (and (instance ?INTERVAL3 TimePosition) (temporalPart ?INTERVAL3 ?INTERVAL1) (temporalPart ?INTERVAL3 ?INTERVAL2)))) |
Merge.kif 8492-8498 | If X overlaps Y, then there exists Z such that Z is an instance of time position, Z is a part of Y, and Z is a part of X |