From 9af3b07382c69fbd9253e6cae6211d756397c76f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 29 Aug 2024 17:36:54 +0200 Subject: tighten ontology mangling: use TAB for indentation --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7089f8b..a075a3b 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,7 @@ learn/$(ONTOLOGIES_VERSION)/%.ttl: learn/%.ttl -e 's,\Q$(BASE_URI)stub/doap#,http://usefulinc.com/ns/doap#,g;' \ -e 's,purl\.org/learn/\K(?=[^\d]),$(ONTOLOGIES_VERSION)/,g;' \ -e 's/\n\h+owl:imports <[^>]+> ;//g;' \ + -e 's/(?:\G|^)\s{4}/\t/gm;' \ < $< > $@ learn/%_sdm.qmd: learn/$(ONTOLOGIES_VERSION)/%.ttl -- cgit v1.2.3