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

temporally between (temporallyBetween)

(temporallyBetween point1 point2 point3) means that the TimePoint point2 is between the TimePoints point1 and point3, i.e. point1 is before point2 and point2 is before point3.

Ontology

SUMO / TEMPORAL-CONCEPTS

Class(es)

Classe
is instance of
  inheritable relation  
is instance of
  RelazioneTemporale  
is instance of
Classe
is instance of
  inheritable relation  
is instance of
  PredicatoTernario  
is instance of

is instance of
  temporally between  

Superrelation(s)

temporally between or equal
is subrelation of
  temporally between  

Coordinate term(s)

begin fn  day fn  end fn  future fn  hour fn  immediate future fn  immediate past fn  minute fn  month fn  past fn  recurrent time interval fn  relative time fn  second fn  temporal composition fn  time interval fn  when fn  year fn  altitude  before  before or equal  between  capability  conditional probability  confers obligation  confers right  connects  cooccur  depth  distance  domain  domain subclass  earlier  finishes  has purpose for agent  links  meets temporally  occupies position  orientation  overlaps temporally  prefers  related external concept  represents for agent  represents in language  temporally between or equal  time 

Type restrictions

temporallyBetween(PuntoTemporale, PuntoTemporale, PuntoTemporale)

Related WordNet synsets

See more related synsets on a separate page.

Axioms (3)

Se point é un' istanza di PuntoTemporale e point is not uguale a positive infinity, allora esiste otherpoint tale che otherpoint is tra point e positive infinity.
(=>
      (and
            (instance ?POINT TimePoint)
            (not
                  (equal ?POINT PositiveInfinity)))
      (exists
            (?OTHERPOINT)
            (temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity)))

Se point é un' istanza di PuntoTemporale e point is not uguale a negative infinity, allora esiste otherpoint tale che otherpoint is tra negative infinity e point.
(=>
      (and
            (instance ?POINT TimePoint)
            (not
                  (equal ?POINT NegativeInfinity)))
      (exists
            (?OTHERPOINT)
            (temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT)))

point2 is tra point1 e point3 se e solo se point1 succede?{s} prima di point2 e point2 succede?{s} prima di point3.
(<=>
      (temporallyBetween ?POINT1 ?POINT2 ?POINT3)
      (and
            (before ?POINT1 ?POINT2)
            (before ?POINT2 ?POINT3)))