diff --git a/stages/01_process.py b/stages/01_process.py index 0896236..66ff8ea 100755 --- a/stages/01_process.py +++ b/stages/01_process.py @@ -123,7 +123,7 @@ print("Creating HDT file ...") # Serialize the graph to a string in Turtle format -turtle_file = str(cachedir / "temp_graph.ttl") +turtle_file = str(cachedir / "annotations.ttl") g.serialize(destination=turtle_file, format='turtle') # Convert the Turtle file to an HDT file @@ -132,5 +132,5 @@ subprocess.run(["rdf2hdt", turtle_file, hdt_file], check=True) print(f"Done writing HDT file to {hdt_file}") -# delete cache directory -shutil.rmtree(pathlib.Path('cache')) \ No newline at end of file +# # delete cache directory +# shutil.rmtree(pathlib.Path('cache')) \ No newline at end of file