i need to load a lot of small rdf files into a fuseki database. i'm trying
~ tdbloader2 -l {DB} /data/rdf/*.rdf
bash: /opt/apache-jena-3.1.0/bin/tdbloader2: Argument list too long
better ways to do this?
i need to load a lot of small rdf files into a fuseki database. i'm trying
~ tdbloader2 -l {DB} /data/rdf/*.rdf
bash: /opt/apache-jena-3.1.0/bin/tdbloader2: Argument list too long
better ways to do this?
This is an error from the shell. see for example "Argument list too long error for rm, cp, mv commands".
However, it is a good idea to parse all the files to check they are all valid before trying to bulk load because one error aborts the bulk loader. During checking, you might as well convert to N-triples which loads faster.