Skip to content

acopom/split4blank

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

split4blank

This tool splits a RDF dataset into multiple smaller files under the condition that identical blank nodes are not separated.

How to use the tool

java -jar -Xmx16g -Xms16g Split4Blank.jar targetfile numberOfFiles

Docker build

docker build -t split4blank .

Docker run

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published