before
IRI: https://spec.industrialontologies.org/ontology/construct/before
Defined In: https://spec.industrialontologies.org/ontology/core/Core/
Type: Object Property
SubProperty Of: bfo:precedes
Range: bfo.BFO_0000015 | bfo.BFO_0000202
Inverse Of: after
Definition
relation that holds between two intervals or processes i and j when the last instant of the temporal extent of i is earlier than the first instant of the temporal extent of j
Examples
- The surface of the metal is cleaned to make it free from dust or grease before polishing; a product is designed before it can be manufactured; January comes before March.
Adapted From
- https://dl.acm.org/doi/10.1145/182.358434
Formal Axioms
First-Order Logic Axioms
LA1: before(i,j) β (TemporalInterval(i) β§ TemporalInterval(j)) β¨ (Process(i) β§ Process(j))
LA2: TemporalInterval(i) β§ TemporalInterval(j) β§ before(i,j) β βi1βj1(TemporalInstant(i1) β§ TemporalInstant(j1) β§ hasLastInstant(i,i1) β§ hasFirstInstant(j,j1) β§ precedes(i1,j1))
LA3: Process(i) β§ Process(j) β§ βi1βj1(TemporalInterval(i1) β§ before(i,j) β TemporalInterval(j1) β§ occupiesTemporalRegion(i,i1) β§ occupiesTemporalRegion(j,j1) β§ before(i1,j1))
Semi-Formal Natural Language Axioms
LA1: If i is βbeforeβ j then either both are βtemporal intervalsβ or both are βprocessβ
LA2: If both i and j are βtemporal intervalsβ and i is βbeforeβ j then the βlast instant ofβ i βprecedesβ the βfirst instant ofβ j
LA3: If both i and j are βprocessβ and i is βbeforeβ j then the βtemporal intervalβ that i occupies is βbeforeβ the βtemporal intervalβ that j occupies
Description Logic
constr:before β bfo:precedes
domain: bfo:process β bfo:temporal_interval
range: bfo:process β bfo:temporal_interval
inverse: constr:after
Transitive
SubPropertyOf: bfo:precedes
domain: bfo:process or bfo:temporal_interval
range: bfo:process or bfo:temporal_interval
inverse: constr:after
Transitive