We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2f5dc commit d680165Copy full SHA for d680165
1 file changed
tools/python/checks/shacl.py
@@ -24,7 +24,6 @@ def run_shacl_validation(data_file, shapes_file):
24
conforms, results_graph, results_text = validate(
25
data_graph=data_graph,
26
shacl_graph=shapes_graph,
27
- inference='rdfs',
28
debug=False
29
)
30
logging.info("Validation Results:")
0 commit comments