You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will solve a need in OTEAPI that for testing would need a server-less triplestore backend that is persistent within a session.
The idea is to utilise the base_iri argument in the rdflib backend. If provided, load the specified storage at initialisation.
Add a close() method that writes all current triples to the storage.
The reason for using the rdflib backend is that it is the most well-developed. It is also quite efficient, except for SPARQL...
The text was updated successfully, but these errors were encountered:
This will solve a need in OTEAPI that for testing would need a server-less triplestore backend that is persistent within a session.
The idea is to utilise the
base_iri
argument in the rdflib backend. If provided, load the specified storage at initialisation.Add a
close()
method that writes all current triples to the storage.The reason for using the rdflib backend is that it is the most well-developed. It is also quite efficient, except for SPARQL...
The text was updated successfully, but these errors were encountered: