robot
robot copied to clipboard
inferred object property assertions are not output using whelk reasoner
This issue was noted by @cmungall. My guess is that it's due to the fact that the property assertion generator requests both object property assertions and data property assertions, and whelk will throw an UnsupportedOperationException for data property assertions. This will probably require a change in whelk, but I just wanted to note it here.