temporally starts
IRI: https://spec.industrialontologies.org/ontology/construct/temporallyStarts
Defined In: https://spec.industrialontologies.org/ontology/core/Core/
Type: Object Property
Range: bfo.BFO_0000015 | bfo.BFO_0000202
Inverse Of: temporally started by
Definition
relation that holds between two intervals or processes i and j when the first instant of the temporal extent of i is the same as first the instant of the temporal extent of j and the last instant of i precedes the last instant of j
Examples
- the process of cranking temporally starts (the running of) an internal combustion engine; the pressing of a switch temporally starts (the running of) some machine; the New Yearβs Day temporally starts a year.
Adapted From
- https://dl.acm.org/doi/10.1145/182.358434
Formal Axioms
First-Order Logic Axioms
LA1: temporallyStarts(i,j) β (TemporalInterval(i) β§ TemporalInterval(j)) β¨ (Process(i) β§ Process(j))
LA2: TemporalInterval(i) β§ TemporalInterval(j) β§ temporallyStarts(i,j) β βi1βi2βj1βj2(TemporalInstant(i1) β§ TemporalInstant(i2) β§ TemporalInstant(j1) β§ TemporalInstant(j2) β§ hasFirstInstant(i,i1) β§ hasLastInstant(i,i2) β§ hasFirstInstant(j,j1) β§ hasLastInstant(j,j2) β§ occursSimultaneouslyWith(i1,j1) β§ precedes(i2,j2))
LA3: Process(i) β§ Process(j) β§ temporallyStarts(i,j) β βi1βj1(TemporalInterval(i1) β§ TemporalInterval(j1) β§ occupiesTemporalRegion(i,i1) β§ occupiesTemporalRegion(j,j1) β§ temporallyStarts(i1,j1))
LA4: temporallyStarts(i,j) β βkβl(meets(k,i) β§ meets(k,j) β§ before(i,l) β§ meets(j,l))
Semi-Formal Natural Language Axioms
LA1: If i βtemporally startsβ j then either both are βtemporal intervalsβ or both are βprocessβ
LA2: If both i and j are βtemporal intervalsβ and i βtemporally startsβ j then the βfirst instantβ of i βoccurs simultaneously withβ the βfirst instant ofβ j and the βlast instant ofβ i βprecedesβ the βlast instant ofβ j
LA3: If both i and j are βprocessβ and i βtemporally startsβ j then the βtemporal intervalβ that i occupies βtemporally startsβ the βtemporal intervalβ that j occupies
LA4: i βtemporally startsβ j if and only if there exists k that βmeetsβ i and j and there exists l such that i is βbeforeβ l and j βmeetsβ l
Description Logic
domain: bfo:process β bfo:temporal_interval
range: bfo:process β bfo:temporal_interval
inverse: constr:temporallyStartedBy
Transitive
domain: bfo:process or bfo:temporal_interval
range: bfo:process or bfo:temporal_interval
inverse: constr:temporallyStartedBy
Transitive