時間終點/永遠 (PositiveInfinity)
The TimePoint that is after
all other TimePoints.
Ontology
SUMO / TEMPORAL-CONCEPTSClass(es)
Coordinate term(s)
時間起點/亙古
Axioms (3)
If point 是 時點 的 實例 and point 等於 時間終點/永遠, then point (沒) 發生?{s} 在 時間終點/永遠 之前.
(=>
(and
(instance ?POINT TimePoint)
(not
(equal ?POINT PositiveInfinity)))
(before ?POINT PositiveInfinity))
If point 是 時點 的 實例 and point 等於 時間終點/永遠, then there exists otherpoint so that otherpoint 在 point 和 時間終點/永遠 之間 .
(=>
(and
(instance ?POINT TimePoint)
(not
(equal ?POINT PositiveInfinity)))
(exists
(?OTHERPOINT)
(temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity)))
If process 是 物質的 的 實例, then ""process 存在 的 時間" 之後" 等於 """process 存在 的 時間" 的 結束" 和 時間終點/永遠 的 間距".
(=>
(instance ?PROCESS Physical)
(equal
(FutureFn
(WhenFn ?PROCESS))
(TimeIntervalFn
(EndFn
(WhenFn ?PROCESS))
PositiveInfinity)))