Add 'include-stripped-prefixes' flag to gen-shacl call to let all prefixes be exported #4

Closed
jsheunis wants to merge 1 commit from shaclpatch into main

View file

@ -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