ontodev / robot

ROBOT is an OBO Tool
http://robot.obolibrary.org
BSD 3-Clause "New" or "Revised" License
264 stars 74 forks source link

explain multiple entailed axioms #1153

Open cmungall opened 1 year ago

cmungall commented 1 year ago

Current explain allows for explanations of a single entailed axiom (or explanations of multiple unsatisfiable classes).

I would like to be able to gather all explanations for multiple entailed axioms.

My use case is:

Currently my workflow is to run reason on both files, do a diff, and feed the results to chatgpt to get it to summarize broad patterns.

I would like to do this more systematically, and analyze all explanations for common features

This may well be a non-robot use case, oak may be a better place for statistical analysis of sets of entailments, if so we can close this but I wanted somewhere to park initial discussion

cc @balhoff