Skip to content

Commit ae379e4

Browse files
committed
Write OWL translation files in OFN format.
OWL translation files (`$(TRANSLATIONSDIR)/*.owl`) are intermediate files (they are used to produce the "international" release product), so we switch them to OFN format as the other intermediate files.
1 parent 6e964f7 commit ae379e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/incatools/odk/templates/src/ontology/Makefile.jinja2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ $(TRANSLATIONSDIR)/%.synonyms.owl: $(TRANSLATIONSDIR)/%.synonyms.tsv
12781278
--ontology-iri $(ONTBASE)/translations/$*.synonyms.owl \
12791279
-V $(ONTBASE)/releases/$(VERSION)/translations/$*.synonyms.owl \
12801280
--annotation owl:versionInfo $(VERSION) \
1281-
convert -f owl --output $@
1281+
convert --format ofn --output $@
12821282
.PRECIOUS: $(TRANSLATIONSDIR)/%.synonyms.owl
12831283

12841284
$(TRANSLATIONSDIR)/%.babelon.owl: $(TRANSLATIONSDIR)/%-preprocessed.babelon.tsv
@@ -1288,7 +1288,7 @@ $(TRANSLATIONSDIR)/%.babelon.owl: $(TRANSLATIONSDIR)/%-preprocessed.babelon.tsv
12881288
--ontology-iri $(ONTBASE)/translations/$*.babelon.owl \
12891289
-V $(ONTBASE)/releases/$(VERSION)/translations/$*.babelon.owl \
12901290
--annotation owl:versionInfo $(VERSION) \
1291-
convert -f owl --output $@
1291+
convert --format ofn --output $@
12921292
@rm $@.tmp
12931293
.PRECIOUS: $(TRANSLATIONSDIR)/%.babelon.owl
12941294

0 commit comments

Comments
 (0)