SUMO   View all facts   Glossary   Help
Entity > Abstract > Quantity > PhysicalQuantity > ConstantQuantity > TimeMeasure > TimePosition > TimePoint
Next TimePositionTimeInterval    UpTimePosition

TimePoint
subjectfact 
TimePointdocumentation An extensionless point on the universal timeline. The TimePoints at which Processes occur can be known with various degrees of precision and approximation, but conceptually TimePoints are point-like and not interval-like. That is, it doesn't make sense to talk about what happens during a TimePoint, or how long the TimePoint lasts2001-11-30 13:35:27.0
has axiom
(=> 	
(and
(instance ?POINT TimePoint)
(not (equal ?POINT PositiveInfinity)))
(exists (?OTHERPOINT)
(temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity)))
2001-11-30 13:35:27.0
has axiom
(=> 	
(and
(instance ?POINT TimePoint)
(not (equal ?POINT NegativeInfinity)))
(exists (?OTHERPOINT)
(temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT)))
2001-11-30 13:35:27.0
has axiom
(=> 
(instance ?OBJ Object)
(exists (?TIME1 ?TIME2)
(and
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint)
(before ?TIME1 ?TIME2)
(forall (?TIME)
(=>
(and
(beforeEq ?TIME1 ?TIME)
(beforeEq ?TIME ?TIME2))
(existant ?OBJ ?TIME))))))
2001-11-30 13:35:27.0
has axiom
(=> 
(and
(instance ?POINT TimePoint)
(not (equal ?POINT PositiveInfinity)))
(before ?POINT PositiveInfinity))
2001-11-30 13:35:27.0
has axiom
(=> 
(and
(instance ?POINT TimePoint)
(not (equal ?POINT NegativeInfinity)))
(before NegativeInfinity ?POINT))
2001-11-30 13:35:27.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint))
(exists (?INTERVAL)
(and
(equal (BeginFn ?INTERVAL) ?TIME1)
(equal (EndFn ?INTERVAL) ?TIME2)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:35:27.0
has axiom
(=>
(instance ?POINT TimePoint)
(exists (?INTERVAL)
(and
(instance ?INTERVAL TimeInterval)
(temporalPart ?POINT ?INTERVAL))))
2001-11-30 13:35:27.0
has axiom
(=>
(instance ?POINT TimePoint)
(not
(exists (?DURATION)
(duration ?POINT ?DURATION))))
2001-11-30 13:35:27.0
is first domain of before2001-11-30 13:35:27.0
is first domain of beforeEq2001-11-30 13:35:27.0
is first domain of temporallyBetween2001-11-30 13:35:27.0
is first domain of temporallyBetweenOrEqual2001-11-30 13:35:27.0
is first domain of temporalPart2001-11-30 13:35:27.0
is second domain of before2001-11-30 13:35:27.0
is second domain of beforeEq2001-11-30 13:35:27.0
is second domain of temporallyBetween2001-11-30 13:35:27.0
is second domain of temporallyBetweenOrEqual2001-11-30 13:35:27.0
is second domain of WhereFn2001-11-30 13:35:27.0
is third domain of temporallyBetween2001-11-30 13:35:27.0
is third domain of temporallyBetweenOrEqual2001-11-30 13:35:27.0
is a kind of TimePosition2001-11-30 13:35:27.0
TimePositionis partitioned into TimeInterval, TimePoint2001-11-30 13:35:27.0
Abstractis disjoint from Physical2001-11-30 13:33:32.0

Kinds of TimePoint :

Next TimePositionTimeInterval    UpTimePosition