Exporting result of eye reasoner query into a file

82 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 best solutions below

0
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.