Skip to content

Commit

Permalink
Blazegraph parser workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Feb 14, 2024
1 parent 714f162 commit 9f47963
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ ontologies-merged.ttl: mirror
$(ROBOT) merge $(addprefix -i mirror/,$(shell ls mirror)) \
remove --axioms 'disjoint' --trim true --preserve-structure false \
remove --term 'owl:Nothing' --trim true --preserve-structure false \
reason -r ELK -D debug.ofn -o $@
reason -r ELK -D debug.ofn -o $@.tmp.ttl &&\
riot -q --nocheck --output=ntriples $@.tmp.ttl >$@ #workaround problematic Blazegraph parser

ontologies-merged.ofn.gz: ontologies-merged.ttl
$(ROBOT) convert -i $< -o ontologies-merged.ofn && gzip ontologies-merged.ofn
Expand Down

0 comments on commit 9f47963

Please sign in to comment.