From 109c7751015aef1a9938f5e419a8e429372bdfaa Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 13 Jun 2023 15:34:29 -0400 Subject: [PATCH] Test shapes against SHACL-SHACL References: * https://www.w3.org/TR/shacl/#shacl-shacl Signed-off-by: Alex Nelson --- tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile b/tests/Makefile index 67c3427..d9ab0d5 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -32,6 +32,7 @@ all: \ monolithic.ttl source $(top_srcdir)/venv/bin/activate \ && pyshacl \ + --metashacl \ --ont-graph monolithic.ttl \ --shacl monolithic.ttl \ exemplars.ttl