Skip to content

Commit f945fa9

Browse files
authored
Add materialize step to ENVO full version (#1623)
* Add materialize step to ENVO full version * Fix command (missing dash in materialise)
1 parent d49e824 commit f945fa9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/envo/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ $(ONT)-full.owl: $(SRC) $(OTHER_SRC)
176176
$(ROBOT) merge --input $< \
177177
reason --reasoner ELK --equivalent-classes-allowed asserted-only --exclude-tautologies structural \
178178
relax \
179+
materialize --term BFO:0000050 \
179180
reduce -r ELK \
180181
annotate --ontology-iri $(ONTBASE)/$@ --version-iri $(ONTBASE)/releases/$(TODAY)/$@ -a owl:versionInfo $(TODAY)\
181182
--output $@.tmp.owl && mv $@.tmp.owl $@

0 commit comments

Comments
 (0)