From 722f140c7b7545679641758483b64c203bb4a387 Mon Sep 17 00:00:00 2001 From: Stephan Heunis Date: Thu, 9 Oct 2025 13:54:27 +0200 Subject: [PATCH] Add 'include-stripped-prefixes' flag to gen-shacl call to let all prefixes be exported --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4709577..78bc4bb 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ build/linkml-docs/s/%: src/%.yaml src/%/extra-docs # and excluding automatic addition of sh:order gen-shacl \ --include-annotations \ + --include-stripped-prefixes \ --exclude-order \ $< > $@.shacl.ttl -- 2.52.0