Does Fuseki have any tool to "synchronize" a graph in the dataset with a .nt file? In other words, some tool that given a dataset/graph and a .nt file as input, will parse the triples in the .nt file and automatically add/delete triples in the dataset/graph such that at the end of the process the graph in the dataset has the exact same triples of the .nt file?
If no such tool exists, how could I achieve something like this with the existing tools? Thank you.
