From 6f37d01a49fede3776a255c80958090967ba49b2 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Mon, 12 Feb 2024 12:04:59 -0500 Subject: [PATCH] Remove workaround for #126. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6271e29..7978657 100644 --- a/Makefile +++ b/Makefile @@ -198,13 +198,11 @@ oarcs-base.owl: oarcs.owl --trim false \ --output $@ -# Passing through RDF/XML to riot is due to https://github.com/INCATools/ubergraph/issues/126 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 $@.owl &&\ - riot -q --nocheck --output=turtle $@.owl >$@ + reason -r ELK -D debug.ofn -o $@ ontologies-merged.ofn.gz: ontologies-merged.ttl $(ROBOT) convert -i $< -o ontologies-merged.ofn && gzip ontologies-merged.ofn