This tool splits a RDF dataset into multiple smaller files under the condition that identical blank nodes are not separated.
java -jar -Xmx16g -Xms16g Split4Blank.jar targetfile numberOfFiles
docker build -t split4blank .
Put your n-triples file in the /data
repository, and use it as shared volume.
docker run -it -v /data:/data split4blank example.nt 10