query variant rdf_persistency/2 ?
Jacco van Ossenbruggen <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
Jan, I could not find a way to find the current persistency status for an RDF graph. I was a bit surprised that just ?- rdf_persistency(graphname, Boolean). did not work and gave me an ERROR: Arguments are not sufficiently instantiated Looking at the code, just testing for blocked_db(graphname, persistency) would do the job, right? Am I missing something? Jacco