Skip to content

SLIPO-EU/fagi-partitioner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fagi-partitioner

This project is used for partitioning RDF data that follow the slipo-eu ontology.


Building from source

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

Run fagi-partitioner from command line

Go to the target directory of the project and run:

java -jar fagi-partitioner-SNAPSHOT.jar -config /path/to/config.xml

Config.xml file

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.

About

This project is used for partitioning RDF data that follow the slipo-eu ontology.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages