Skip to content

Commit d680165

Browse files
committed
fix: turn off rdfs:inferencing for shacl
1 parent ef2f5dc commit d680165

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/python/checks/shacl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def run_shacl_validation(data_file, shapes_file):
2424
conforms, results_graph, results_text = validate(
2525
data_graph=data_graph,
2626
shacl_graph=shapes_graph,
27-
inference='rdfs',
2827
debug=False
2928
)
3029
logging.info("Validation Results:")

0 commit comments

Comments
 (0)