fabianneuhaus / BFO

Apache License 2.0
1 stars 0 forks source link

[FN016] connecting spatial occupation and existence #64

Open fabianneuhaus opened 10 years ago

fabianneuhaus commented 10 years ago

I suggest to add the following axiom (cl:comment "If x occupies_spatial_region r at t, then x exists at t [FN016-001] ")

(forall (x r t) (if (occupies_spatial_region x r t) (exists_at x t )))