Skip to content

Commit

Permalink
Use ROBOT to create JSON ontology serializations. (#29566)
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Jan 21, 2025
1 parent fc4a219 commit 5e82266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ deploy-release:
gzip -c $< > $@.tmp && mv $@.tmp $@

%.json: %.owl
$(OWLTOOLS) $(USECAT) $< -o -f json $@
$(ROBOT) convert --input $< -f json -o $@
.PRECIOUS: %.json

# ----------------------------------------
Expand Down

0 comments on commit 5e82266

Please sign in to comment.