From e0e223c56e201119d9ccf23a76817f1107dcad9d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 22 Jun 2024 09:26:06 +0200 Subject: work around SDML rendering syntactically wrong datatype --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24a7ef9..397a39b 100644 --- a/Makefile +++ b/Makefile @@ -184,6 +184,9 @@ $(ARTICLES:%=%/b.tex): %/b.tex: %.ttl: %.sdm sdml --no-color convert -i $< -f rdf -o $@ +# TODO: drop workaround when SDML renders syntactically correct datatype +# + perl -pi -e 's/\\"([^\\"]*)\\"(?="\^\^xsd:date\b)/$$1/g;' $@ %/core.puml: %/core.ttl %/prefixes.ttl rdfpuml $< -- cgit v1.2.3