Radiobiology-Informatics-Consortium / RBO

Radiation Biology Ontology development
4 stars 3 forks source link

Radioactive decay is incorrectly inferred as a planned process #220

Open DanBerrios opened 3 months ago

DanBerrios commented 3 months ago

Pointed out by Mark Philips.

This is because we used "OBI:has specified input some atomic nucleus" axiom on this class. Has specified input, as defined by OBI, has domains both process and planned process and the interpretation of multiple domains by OWL is the intersection of both classes. Hence, domain on this relation must be both process and planned process.

We can switch to "RO:has input".

DanBerrios commented 2 months ago

Reviewed bug fix for this on 08/15/24. Approved by @jmskip and @kristenpeach and @DanBerrios