diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ learn/$(ONTOLOGIES_VERSION)/%.ttl: learn/%.ttl -e 's,purl\.org/learn/\K(?=[^\d]),$(ONTOLOGIES_VERSION)/,g;' \ -e 's/\n\h+owl:imports <[^>]+> ;//g;' \ -e 's/(?:\G|^)\s{4}/\t/gm;' \ + -e 's/^\S+\K\s+rdf:type\s+/ a /gm;' \ + -e 's/^\t\Krdf:type /a /gm;' \ -e 's/\s+$$/\n/;' \ < $< > $@ |