This project is used for partitioning RDF data that follow the slipo-eu ontology.
Clone the project to a preferred location:
git clone https://github.com/SLIPO-EU/fagi-partitioner.git fagi-partitioner
Then, go the root directory of the project (fagi-partitioner) and run:
mvn clean install
Go to the target directory of the project and run:
java -jar fagi-partitioner-SNAPSHOT.jar -config /path/to/config.xml
Inside the resources directory of the project there is a config.template.xml file.
datasetA
the path of the first dataset.
datasetB
the path of the second dataset.
unlinkedA
the path of the file that the non-linked entities from dataset A will be written. The file gets created if it does not exist (unlike outputDir).
unlinkedB
the path of the file that the non-linked entities from dataset B will be written. The file gets created if it does not exist (unlike outputDir).
links
the path of the links file.
partitions
the number of partitions to create.
outputDir
the output directory path for the partitioning results.