BFO-ontology / BFO-2020

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

Triple use of [qga-1] in CLIF files #54

Closed wceusters closed 1 year ago

wceusters commented 1 year ago

It appears as the following axiom in both order.cl and temporal-region.cl (cl:comment "A first instant is either part of an extended region or precedes it [qga-1]" (forall (f i) (if (and (instance-of f temporal-instant f) (instance-of i temporal-region i) (not (instance-of i temporal-instant i)) (has-first-instant i f)) (iff (not (temporal-part-of f i)) (precedes f i)))))

It is used for a different axiom in universal-declaration.cl: (cl:comment "spatial-region is a universal [qga-1]" (universal spatial-region))

alanruttenberg commented 1 year ago

On the next commit "spatial-region is a universal" will be [rej-1]