occurs during
IRI: https://spec.industrialontologies.org/ontology/construct/occursDuring
Defined In: https://spec.industrialontologies.org/ontology/core/Core/
Type: Object Property
Range: bfo.BFO_0000015 | bfo.BFO_0000202
Inverse Of: contains occurence of
Definition
relation that holds between two intervals or processes i and j when the first instant of the temporal extent of i is later than the first instant of the temporal extent of j and the last instant of the temporal extent of i is earlier than the last instant of the temporal extent of j
Examples
- The final inspection and removal of defective products occur during the product is being moved to the packaging station by a conveyor belt; a sensor measures the thickness of the wall during the sand-grinding process; turkey is traditionally served during dinners on Thanksgiving In the United States.
Adapted From
- https://dl.acm.org/doi/10.1145/182.358434
Formal Axioms
First-Order Logic Axioms
LA1: occursDuring(i,j) β (TemporalInterval(i) β§ TemporalInterval(j)) β¨ (Process(i) β§ Process(j))
LA2: TemporalInterval(i) β§ TemporalInterval(j) β§ occursDuring(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) β§ precedes(j1,i1) β§ precedes(i2,j2))
LA3: Process(i) β§ Process(j) β§ occursDuring(i,j) β βi1βj1(TemporalInterval(i1) β§ TemporalInterval(j1) β§ occupiesTemporalRegion(i,i1) β§ occupiesTemporalRegion(j,j1) β§ occursDuring(i1,j1))
LA4: occursDuring(i,j) β βk(temporallyFinishes(i,k) β§ temporallyStarts(k,j))
Semi-Formal Natural Language Axioms
LA1: If i βoccurs duringβ j then either both are βtemporal intervalsβ or both are βprocessβ
LA2: If both i and j are βtemporal intervalsβ and i βoccurs duringβ jβ then first instant ofβ j βprecedesβ the βfirst instant ofβ i and the βlast instant ofβ i βprecedesβ the βlast instant ofβ j
LA3: If both i and j are βprocessβ and i βoccurs duringβ j then the βtemporal intervalβ that i occupies βoccurs duringβ the βtemporal intervalβ that j occupies
LA4: i βoccurs duringβ j if and only if there exists k such that i temporally finishes k and k temporally starts j
Description Logic
constr:occursDuring β _:topObjectProperty
domain: bfo:process β bfo:temporal_interval
range: bfo:process β bfo:temporal_interval
inverse: constr:containsOccurrenceOf
Transitive
SubPropertyOf: _:topObjectProperty
domain: bfo:process or bfo:temporal_interval
range: bfo:process or bfo:temporal_interval
inverse: constr:containsOccurrenceOf
Transitive