I am not quite sure how does this work:
factory = PengineBuilder(urlserver="http://localhost:4242", destroy=False, srctext=src, ask=q)
Do I always need to load the database each time I run a query? Is there any better way to consult a database of prolog facts? I looked in the examples but I could not really find an example of
:- consult('file.pl')
Thanks for helping