#!/bin/bash # script for an RDF graph saturation # arg1 path of the input file - N-TRIPLE format # arg2 path of the output file - N-TRIPLE format java -jar GraphSaturation.jar ./GA.n3 ./GA_Sat.n3