From 55ba273e98f214bf05d60112078ef5f2b8ea9af6 Mon Sep 17 00:00:00 2001 From: "James A. Overton" Date: Wed, 17 Jul 2024 17:20:24 -0400 Subject: [PATCH] Fix problem converting ttl to owl --- src/ontology/dron.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/dron.Makefile b/src/ontology/dron.Makefile index f0642f2..d1c2112 100644 --- a/src/ontology/dron.Makefile +++ b/src/ontology/dron.Makefile @@ -90,7 +90,7 @@ $(COMPONENTSDIR)/dron-%.ttl: $(TMPDIR)/ldtab.db | $(COMPONENTSDIR) $(LDTAB) export $< $@ --table dron_$* # Convert a Turtle file to an OWL file in RDFXML format. -$(COMPONENTSDIR)/%.owl: $(COMPONENTSDIR)/%.ttl +$(COMPONENTSDIR)/dron-%.owl: $(COMPONENTSDIR)/dron-%.ttl $(ROBOT) convert -i $< -o $@ # Override the all_components task.