diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 +# <https://github.com/sdm-lang/rust-sdml/issues/9> + perl -pi -e 's/\\"([^\\"]*)\\"(?="\^\^xsd:date\b)/$$1/g;' $@ %/core.puml: %/core.ttl %/prefixes.ttl rdfpuml $< |