overlaps temporally (overlapsTemporally)
(overlapsTemporally interval1
interval2) means that the TimeIntervals interval1 and interval2
have a TimeInterval as a common part.
Ontology
SUMO / TEMPORAL-CONCEPTSClass(es)
Subrelation(s)
during
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
arc weight
authors
before
before or equal
causes
causes subclass
citizen
closed on
connected
connected engineering components
contains information
cooccur
copy
date
decreases likelihood
developmental form
disjoint
distributes
documentation
duration
earlier
editor
element
employs
equal
equivalence relation on
exploits
expressed in language
faces
family relation
finishes
frequency
graph part
greater than
greater than or equal to
has purpose
has skill
holds during
holds obligation
holds right
hole
identity element
in list
in scope of interest
increases likelihood
independent probability
inhabits
inhibits
initial list
instance
inverse
irreflexive on
larger
less than
less than or equal to
material
measure
meets spatially
meets temporally
modal attribute
overlaps partially
overlaps spatially
parent
partial ordering on
partly located
path length
possesses
precondition
prevents
property
publishes
range
range subclass
refers
reflexive on
related internal concept
sibling
smaller
starts
sub attribute
sub collection
sub graph
sub list
sub process
sub proposition
subclass
subrelation
subsumes content class
subsumes content instance
successor attribute
successor attribute closure
temporal part
temporally between
temporally between or equal
time
total ordering on
trichotomizing on
uses
valence
version
Type restrictions
overlapsTemporally(time interval, time interval)
Related WordNet synsets
- overlap
- the property of partial coincidence in time
See more related synsets on a separate page.
Axioms (3)
interval2 overlaps interval1 if and only if there exists time interval interval3 so that interval3 is a part of interval1 and interval3 is a part of interval2.
(<=>
(overlapsTemporally ?INTERVAL1 ?INTERVAL2)
(exists
(?INTERVAL3)
(and
(instance ?INTERVAL3 TimeInterval)
(temporalPart ?INTERVAL3 ?INTERVAL1)
(temporalPart ?INTERVAL3 ?INTERVAL2))))
If rel is an instance of spatial relation and rel(obj1,obj2) holds, then "the time of existence of obj2" overlaps "the time of existence of obj1".
(=>
(and
(instance ?REL SpatialRelation)
(holds ?REL ?OBJ1 ?OBJ2))
(overlapsTemporally
(WhenFn ?OBJ1)
(WhenFn ?OBJ2)))
If digest is an instance of digesting and digest is an agent of organism, then there exists ingesting ingest so that ingest is an agent of organism and "the time of existence of digest" overlaps "the time of existence of ingest".
(=>
(and
(instance ?DIGEST Digesting)
(agent ?DIGEST ?ORGANISM))
(exists
(?INGEST)
(and
(instance ?INGEST Ingesting)
(agent ?INGEST ?ORGANISM)
(overlapsTemporally
(WhenFn ?INGEST)
(WhenFn ?DIGEST)))))