BFO-ontology / BFO-2020

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

[ild-1]: comment is misleading wrt axiom #93

Open wceusters opened 3 months ago

wceusters commented 3 months ago

(cl:comment "participates-in is time indexed and has domain: independent-continuant but not spatial-region or specifically-dependent-continuant or generically-dependent-continuant and range: process [ild-1]" (forall (a b t) (if (participates-in a b t) (and (or (and (instance-of a independent-continuant t) (not (instance-of a spatial-region t))) (instance-of a specifically-dependent-continuant t) (instance-of a generically-dependent-continuant t)) (instance-of b process t) (instance-of t temporal-region t)))))

It is easy to interpret the comment differently than what the axiom says and this because of the use of 'and' and 'or' in the comment. So people not reading the axiom, and only the comment, might get it wrong. Better comment phrasing: "participates-in is time indexed and has domain: (a) independent-continuant but not spatial-region or, (b) specifically-dependent-continuant or (c) generically-dependent-continuant, and range: process [ild-1]" This avoids the erroneous reading "participates-in is time indexed and has domain: independent-continuant but not (a) spatial-region or (b) specifically-dependent-continuant or (c) generically-dependent-continuant, and range: process [ild-1]"