Skip to content

Commit

Permalink
Ensure streaming output.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed May 16, 2024
1 parent 38e91c0 commit 5f90fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f90fc7

Please sign in to comment.