Skip to content

Commit

Permalink
changed format to json-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Sep 3, 2024
1 parent ded35c4 commit e050f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process_profile_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def generate_rdf_for_profile(self, profile_name, label, comment, publisher, is_p
print("Parsing", f, "as RDF graph with version", rdflib.__version__)
# Loading JSON-LD from repository as graph using rdflib
g = Graph()
g.parse(file=f, format="application/ld+json")
g.parse(file=f, format="json-ld")
print("Parsing completed!")

# Creating profile URI
Expand Down

0 comments on commit e050f20

Please sign in to comment.