On 16/04/17 18:05, A. Soroka wrote:
To load, yes. Just use the --graph=IRI (Act on a named graph) switch.
You'll find all the useful switches by executing tdbloader --help.
Neither of the loaders will delete anything, ever. I believe that tdbquery can
execute SPARQL Update, which you could use for the purpose. If your database is
supporting a Fuseki instance, you can use the Graph Store protocol:
tdbupdate for SPARQL Update.
https://www.w3.org/TR/sparql11-http-rdf-update
and Fuseki includes convenient command-line scripts:
https://jena.apache.org/documentation/fuseki2/soh.html
in this case, s-delete.
---
A. Soroka
The University of Virginia Library
On Apr 16, 2017, at 12:54 PM, Laura Morales <laure...@mail.com> wrote:
Can I use tdbloader to load or delete a single graph from a dataset? Or maybe
some other command line tool?