diff --git a/dependencies/CDO-Shapes-gufo b/dependencies/CDO-Shapes-gufo index 716bea9..dcd08c9 160000 --- a/dependencies/CDO-Shapes-gufo +++ b/dependencies/CDO-Shapes-gufo @@ -1 +1 @@ -Subproject commit 716bea95354cb32499be4905f129d619a6c1d9db +Subproject commit dcd08c9f06c62db3a9a75ea3399a688f5423fc9d diff --git a/tests/Makefile b/tests/Makefile index b011699..acb2734 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -107,4 +107,9 @@ monolithic.ttl: \ && pyshacl \ --shacl $(uco_srcdir)/ontology/owl/owl.ttl \ _$@ + # The monolithic build reviews itself, due to shapes pertaining to meta-classes. + source $(top_srcdir)/venv/bin/activate \ + && pyshacl \ + --shacl _$@ \ + _$@ mv _$@ $@