We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16120b6 commit bc50e42Copy full SHA for bc50e42
1 file changed
tools/python/checks/shacl.py
@@ -27,6 +27,8 @@ def run_shacl_validation(data_file, shapes_file):
27
print("The ontology conforms to the shacl-shacl shapes.")
28
else:
29
print("The ontology does not conform to the shacl-shacl shapes.")
30
+ print("Results graph:")
31
+ print(results_graph.serialize(format='turtle'))
32
return conforms
33
except Exception as e:
34
print(f"An error occurred during SHACL validation: {e}")
0 commit comments