meets
IRI: https://spec.industrialontologies.org/ontology/construct/meets
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: met by
Definition
relation that holds between two intervals or processes i and j when the last instant of the temporal extent of i is the same as the first instant of the temporal extent of j
Examples
- When an item is placed on a moving conveyor by a robotic arm, the process of placing the item meets the process of moving the item; summer meets fall; January meets February; the Christmas holiday period meets New Yearβs holiday period.
Adapted From
- https://dl.acm.org/doi/10.1145/182.358434
Formal Axioms
First-Order Logic Axioms
LA1: meets(i,j) β (TemporalInterval(i) β§ TemporalInterval(j)) β¨ (Process(i) β§ Process(j))
LA2: TemporalInterval(i) β§ TemporalInterval(j) β§ meets(i,j) β βi1βj1(TemporalInstant(i1) β§ TemporalInstant(j1) β§ hasLastInstant(i,i1) β§ hasFirstInstant(j,j1) β§ occursSimultaneouslyWith(i1,j1))
LA3: Process(i) β§ Process(j) β§ meets(i,j) β βi1βj1(TemporalInterval(i1) β§ TemporalInterval(j1) β§ occupiesTemporalRegion(i,i1) β§ occupiesTemporalRegion(j,j1) β§ meets(i1,j1))
Semi-Formal Natural Language Axioms
LA1: If i βmeetsβ j then either both are βtemporal intervalsβ or both are βprocessβ
LA2: If both i and j are βtemporal intervalsβ and i βmeetsβ j then the βlast instant ofβ i βoccurs simultaneously withβ the βfirst instant ofβ j
LA3: If both i and j are βprocessβ and i βmeetsβ j then the βtemporal intervalβ that i occupies βmeetsβ the βtemporal intervalβ that j occupies
Description Logic
constr:meets β bfo:precedes
domain: bfo:process β bfo:temporal_interval
range: bfo:process β bfo:temporal_interval
inverse: constr:metBy
SubPropertyOf: bfo:precedes
domain: bfo:process or bfo:temporal_interval
range: bfo:process or bfo:temporal_interval
inverse: constr:metBy