We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e1fdb commit 822d128Copy full SHA for 822d128
1 file changed
tools/python/build/create-schemas.py
@@ -65,7 +65,7 @@ def extract_labels_and_placeholders(DATA_G: rdflib.Graph) -> dict:
65
schema_json[f"{slug}_placeholder"] = str(row.comment)
66
return schema_json
67
68
-DATA_G = generate_schema_graph(str(os.getcwd()) + "/build/ontology_combined.turtle" )
+DATA_G = generate_schema_graph(str(os.getcwd()) + "/build/ontology_combined.ttl" )
69
70
schema_json = extract_labels_and_placeholders(DATA_G)
71
os.makedirs(str(os.getcwd()) + "/build/locales/en", exist_ok=True)
0 commit comments