Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored May 24, 2024
1 parent 5f90fc7 commit 15e6115
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 --stream=turtle $@.owl >$@
$(RIOT) -q --nocheck --stream=ntriples $@.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 15e6115

Please sign in to comment.