- what is the difference between "update" and "tdbupdate"
- if I have a file "file.nt" containing triples, and I use "tdbloader --graph ex:name file.nt", is this the equivalent of adding a "<ex:name>" label to all triples in "file.nt". In other words, all the triples from the file will be loaded in the graph name specified by --graph?
