pyLODE
pyLODE copied to clipboard
Module should have an option to run in Supermodel mode
When you run pyLODE as a python module, you should be able to run in supermodel model. As far as I can see, the Supermodel mode currently is available when you run in commandline, but not in module mode.
There is, of course, a simple workaround for this. You can simply use:
subprocess.run(['pylode', '-p', 'supermodel', 'ontolgy.ttl', '-o', 'ontology.html'])
So no urgency at all here. And thank you for all the great work!