Skip to content

Commit

Permalink
Merge pull request EnvironmentOntology#1197 from matentzn/qc_equivs
Browse files Browse the repository at this point in the history
Add stricter check to prevent logical equivalents
  • Loading branch information
cmungall committed Oct 15, 2021
2 parents f717aa3 + 1342bc3 commit 6bc800d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/envo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $(ONT)-base.owl: $(SRC) $(OTHER_SRC)
# Full: The full artefacts with imports merged, reasoned
$(ONT)-full.owl: $(SRC) $(OTHER_SRC)
$(ROBOT) merge --input $< \
reason --reasoner ELK --equivalent-classes-allowed all --exclude-tautologies structural \
reason --reasoner ELK --equivalent-classes-allowed none --exclude-tautologies structural \
relax \
reduce -r ELK \
annotate --ontology-iri $(ONTBASE)/$@ --version-iri $(ONTBASE)/releases/$(TODAY)/$@ -a owl:versionInfo $(TODAY)\
Expand Down

0 comments on commit 6bc800d

Please sign in to comment.