Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

®ÉÂI (TimePoint)

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 lasts.

Ontology

SUMO / BASE-ONTOLOGY

Superclass(es)

[tree]
¹êÅé
is subclass of
  ©â¶Hªº  
is subclass of
  ¼Æ¶q  
is subclass of
  ª«²z¶q  
is subclass of
  ±`¶q  
is subclass of
  ®É¶¡³æ¦ì  
is subclass of
  ®É¶¡  
is subclass of
  ®ÉÂI  

Instance(s)

®É¶¡²×ÂI/¥Ã»·  ®É¶¡°_ÂI/¥å¥j 

Coordinate term(s)

®É¬q 

Constrains relations

¡]®É¶¡¡^¶}©l¨ç¼Æ  ¡]®É¶¡¡^µ²§ô¨ç¦¡  ®É¶¡¾úµ{¨ç¼Æ  ¦ì¸m¨ç¼Æ  ¥ý©ó  ¥ý©ó©Î¦P®É  ®É¶¡¤¶©ó  ®É¶¡¤¶©ó©Î¦P®É 

Related WordNet synsets

point, point in time
a very short period of time; "at that point I had to leave"
point is kind of (all)...   point is kind of...   kinds of point...   kinds of point (all)...  
See more related synsets on a separate page.

Axioms (10)

®É¶¡ §¹¥þ ¤À³Î¦¨ ®É¬q,®ÉÂI.
(partition TimePosition TimeInterval TimePoint)

If point ¬O ®ÉÂI ªº ¹ê¨Ò and point µ¥©ó ®É¶¡²×ÂI/¥Ã»·, then point (¨S) µo¥Í?{s} ¦b ®É¶¡²×ÂI/¥Ã»· ¤§«e.
(=>
      (and
            (instance ?POINT TimePoint)
            (not
                  (equal ?POINT PositiveInfinity)))
      (before ?POINT PositiveInfinity))

If point ¬O ®ÉÂI ªº ¹ê¨Ò and point µ¥©ó ®É¶¡²×ÂI/¥Ã»·, then there exists otherpoint so that otherpoint ¦b point ©M ®É¶¡²×ÂI/¥Ã»· ¤§¶¡ .
(=>
      (and
            (instance ?POINT TimePoint)
            (not
                  (equal ?POINT PositiveInfinity)))
      (exists
            (?OTHERPOINT)
            (temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity)))

If point ¬O ®ÉÂI ªº ¹ê¨Ò and point µ¥©ó ®É¶¡°_ÂI/¥å¥j, then ®É¶¡°_ÂI/¥å¥j (¨S) µo¥Í?{s} ¦b point ¤§«e.
(=>
      (and
            (instance ?POINT TimePoint)
            (not
                  (equal ?POINT NegativeInfinity)))
      (before NegativeInfinity ?POINT))

If point ¬O ®ÉÂI ªº ¹ê¨Ò and point µ¥©ó ®É¶¡°_ÂI/¥å¥j, then there exists otherpoint so that otherpoint ¦b ®É¶¡°_ÂI/¥å¥j ©M point ¤§¶¡ .
(=>
      (and
            (instance ?POINT TimePoint)
            (not
                  (equal ?POINT NegativeInfinity)))
      (exists
            (?OTHERPOINT)
            (temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT)))

If point ¬O ®ÉÂI ªº ¹ê¨Ò, then there exists ®É¬q interval so that point ¬O interval ªº ³¡¤À.
(=>
      (instance ?POINT TimePoint)
      (exists
            (?INTERVAL)
            (and
                  (instance ?INTERVAL TimeInterval)
                  (temporalPart ?POINT ?INTERVAL))))

If interval ¬O ®É¬q ªº ¹ê¨Ò, then there exists ®ÉÂI point so that point ¬O interval ªº ³¡¤À.
(=>
      (instance ?INTERVAL TimeInterval)
      (exists
            (?POINT)
            (and
                  (instance ?POINT TimePoint)
                  (temporalPart ?POINT ?INTERVAL))))

(=>
      (instance ?OBJ Object)
      (exists
            (?TIME1 ?TIME2)
            (and
                  (instance ?TIME1 TimePoint)
                  (instance ?TIME2 TimePoint)
                  (before ?TIME1 ?TIME2)
                  (forall
                        (?TIME)
                        (=>
                              (and
                                    (beforeOrEqual ?TIME1 ?TIME)
                                    (beforeOrEqual ?TIME ?TIME2))
                              (time ?OBJ ?TIME))))))

phys (¤£) ¦s¦bs time ´Á¶¡ and time ¬O ®ÉÂI ªº ¹ê¨Ò if and only if time ¦b ""phys ¦s¦b ªº ®É¶¡" ªº }©l" ©M ""phys ¦s¦b ªº ®É¶¡" ªº µ²§ô" ©Î ¤§¶¡ .
(<=>
      (and
            (time ?PHYS ?TIME)
            (instance ?TIME TimePoint))
      (temporallyBetweenOrEqual
            (BeginFn
                  (WhenFn ?PHYS))
            ?TIME
            (EndFn
                  (WhenFn ?PHYS))))

(=>
      (equal
            (TemporalCompositionFn ?INTERVAL ?INTERVAL-TYPE)
            ?CLASS)
      (forall
            (?TIME)
            (=>
                  (and
                        (instance ?TIME TimePoint)
                        (temporalPart ?TIME ?INTERVAL))
                  (exists
                        (?INSTANCE)
                        (and
                              (instance ?INSTANCE ?CLASS)
                              (temporalPart ?TIME ?INSTANCE))))))