From 5f90fc7da9da9cbb1f62c40d454cfce320c08b92 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Thu, 16 May 2024 15:08:33 -0400 Subject: [PATCH] Ensure streaming output. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d13c80..b0482f2 100644 --- a/Makefile +++ b/Makefile @@ -205,7 +205,7 @@ ontologies-merged.ttl: mirror remove --term 'owl:Nothing' --trim true --preserve-structure false \ query --update build-sparql/filter-bad-uri-values.ru \ reason -r ELK -D debug.ofn -o $@.owl &&\ - $(RIOT) -q --nocheck --output=turtle $@.owl >$@ + $(RIOT) -q --nocheck --stream=turtle $@.owl >$@ ontologies-merged.ofn.gz: ontologies-merged.ttl $(ROBOT) convert -i $< -o ontologies-merged.ofn && gzip ontologies-merged.ofn