-
Notifications
You must be signed in to change notification settings - Fork 67
Description
The current rdf2hdt command-line interface only accepts one RDF input file and overwrites the output file. Therefore, it is not possible to use the rdf2hdt CLI to build up a single HDT file from many RDF input files. A work-around is to concatenate all the RDF files into a single input and then pass that to HDT. However, that can be inefficient when working with many files and only works for RDF formats that can be concatenated. RDF/XML for example would require another step to convert to N-Triples.
It would be useful for rdf2hdt to accept multiple input files in one run.
It would also be useful if rdf2hdt to optionally append to an existing HDT file instead of replacing it.
If there is already another usage pattern for bulk loading multiple RDF inputs into one HDT file, please let me know.