Allow several RDF data files to be processed from the command line
Opened this issue · 0 comments
labra commented
Following Unix-style, it would be nice to allow several input files in the command line, so we could, for example run:
rudof data file1.ttl file2.ttl ... fileN.ttl -o output.ttl
and the behaviour would be to parse file1.ttl
, file2.ttl
... fileN.ttl
and RDF data files, merge them and output the merged file in output.ttl