Exporting result of eye reasoner query into a file

68 views Asked by At

I use Eye Reasoner as a reasoning engine for a set of facts and rules in N3 format. My question is how can I save the result of the Eye reasoner query into a file to use in the next step of my system? Thanks.

1

There are 1 answers

0
Mehdi On BEST ANSWER

It seems that Eye Reasoner does not have the ability to save the result into a file. So, I handled it using os.system() function in Python which runs a terminal command and has the ability to save the result into a file.