I'm trying to tdbload several .rdf files like this $ tdbloader --quiet --graph=... --loc=... <file1.rdf> <file2.rdf> <file3.rdf> ...
problem is, if one file raises an exception (eg. bad IRI), the whole bunch is dropped, and no triples are loaded from any file. I've tried calling tdbloader for each file, but it seems significantly slower. Is there some command line argument that I can use to tell tdbloader to skip bad .rdf files, but keep loading the good ones?