diff --git a/.github/workflows/process_profile_script.py b/.github/workflows/process_profile_script.py index fcb9a32..b4a718a 100644 --- a/.github/workflows/process_profile_script.py +++ b/.github/workflows/process_profile_script.py @@ -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