From 1e708cc36cc78cbc99b58cab4007dcdf85ae6b27 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 28 Jun 2024 19:58:21 +0200 Subject: drop Turtle serialization workarounds, obsoleted since sdml-cli v0.2.9 --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c4f2d8..1218afc 100644 --- a/Makefile +++ b/Makefile @@ -224,13 +224,6 @@ $(ARTICLES:%=%/b.tex): %/b.tex: %.ttl: %.sdm sdml --no-color convert -i $< -f rdf -o $@ -# TODO: drop workarounds when SDML renders syntactically correct Turtle -# -# - perl -pi \ - -e 's/\\"([^\\"]*)\\"(?="\^\^xsd:date\b)/$$1/g;' \ - -e 's/sdml:srcLabel\s+\K\S+/"$$&"/g;' \ - $@ %/core.puml: %/core.ttl %/prefixes.ttl rdfpuml $< -- cgit v1.2.3