Skip to content

Commit

Permalink
Fix problem converting ttl to owl
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Jul 17, 2024
1 parent d40bc20 commit 55ba273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/dron.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 55ba273

Please sign in to comment.