-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump CASE-Utility-SHACL-Inheritance-Reviewer to near-0.3.0 state
The project's PR 11 contains the practical review effect of this change. No effects were observed on Make-managed files. References: * #417 * casework/CASE-Utility-SHACL-Inheritance-Reviewer#11 Signed-off-by: Alex Nelson <[email protected]>
- Loading branch information
1 parent
73db603
commit 6b385f3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule CASE-Utility-SHACL-Inheritance-Reviewer
updated
26 files
+7 −3 | .github/workflows/ci.yml | |
+2 −0 | .gitignore | |
+14 −0 | .pre-commit-config.yaml | |
+27 −1 | Makefile | |
+123 −251 | case_shacl_inheritance_reviewer/__init__.py | |
+3 −9 | lib/Makefile | |
+1 −1 | lib/rdf-toolkit.jar.sha512 | |
+0 −35 | ontology/shacl-inheritance-review.ttl | |
+13 −5 | setup.cfg | |
+40 −3 | tests/Makefile | |
+47 −0 | tests/PASS_datatype_ontology.ttl | |
+0 −18 | tests/XFAIL_class_inheritance.ttl | |
+0 −17 | tests/XFAIL_class_ontology.ttl | |
+0 −85 | tests/XFAIL_datatype_inheritance.ttl | |
+0 −127 | tests/XFAIL_datatype_ontology.ttl | |
+18 −87 | tests/XFAIL_maxCount_inheritance.ttl | |
+6 −26 | tests/XFAIL_maxCount_ontology.ttl | |
+18 −87 | tests/XFAIL_minCount_inheritance.ttl | |
+6 −26 | tests/XFAIL_minCount_ontology.ttl | |
+0 −60 | tests/XFAIL_subprop_inheritance.ttl | |
+7 −51 | tests/XFAIL_subprop_ontology.ttl | |
+53 −0 | tests/ex-constraint-repetition.ttl | |
+32 −0 | tests/kb-test-8.ttl | |
+18 −0 | tests/kb-triangle-4.ttl | |
+1 −0 | tests/requirements.txt | |
+153 −87 | tests/test_all.py |