Open ShrushtiW opened 1 year ago
Dear @ShrushtiW,
By looking at this code of the OWLReasoners, you can see that
How do we make sure that our connection to hermit as a backend is successful?
reasoner = HermiT(url='http://localhost:8080/hermit')
reasoner.retrieve(NC("<http://www.benchmark.org/family#Father>"))
This should return all individuals that are Father. It should be 62 individuals on family dataset.
Please let me know, if something is still unclear.
We were successfully able to run Main.java and syntax_analysis.py simultaneously and we saw that after running syntax_analysis.py the output of Main.java file is updated according to the execution. But were unable to access the localhost directory of hermit ,so we are not sure what the output of main.java signifies. How do we make sure that our connection to hermit as a backend is successful?