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


Back to top

Copyright © 2024–2026 Open Applications Group / Industrial Ontology Foundry. Distributed under an MIT license.