Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Nov 25, 2024
1 parent 18f724e commit de135de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/process_profile_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ def generate_rdf_for_profile(self, profile_name, label, comment, publisher, is_p
g.serialize(destination=outfile, format="json-ld", auto_compact=True)
print("Writing result to", outfile)
turtlefile = outfile[-5:] + ".ttl"

# Writing graph serialization in turtle format as additional files with same
# name but with different file ending for filetype ttl.

print("Writing turtle file to", turtlefile)
g.serialize(destination=outfile, format="turtle")
g.close()
Expand Down

0 comments on commit de135de

Please sign in to comment.