BFO-ontology / BFO-2020

A repository for BFO 2020 artifacts specified in ISO 21838-2:2020
68 stars 27 forks source link

[abo-1] identifier is used for two different axioms in universal-declaration.cl #53

Closed wceusters closed 1 year ago

wceusters commented 1 year ago

(cl:comment "history is subclass of process [abo-1]" (forall (t x) (if (instance-of x history t) (instance-of x process t))))

(cl:comment "two-dimensional-spatial-region is subclass of spatial-region [abo-1]" (forall (t x) (if (instance-of x two-dimensional-spatial-region t) (instance-of x spatial-region t))))

alanruttenberg commented 1 year ago

On the next commit, "history is subclass of process" will be [zuj-1]