Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add STATO:executes #113

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make the STATO mirror file a "base" release to relax OWL 2 profile fr…
…om Full to DL

As the QC will otherwise fail. This causes the property chain axiom on `STATO:executes` to be dropped, but is considered irrelevant at the moment.
StroemPhi committed Jan 10, 2024
commit ea449d3d2760e80a90df570505aabaf88731cbcf
3 changes: 2 additions & 1 deletion src/ontology/Makefile
Original file line number Diff line number Diff line change
@@ -492,7 +492,8 @@ mirror-obi: | $(TMPDIR)
.PRECIOUS: $(MIRRORDIR)/stato.owl
mirror-stato: | $(TMPDIR)
if [ $(MIR) = true ] && [ $(IMP) = true ]; then curl -L $(OBOBASE)/stato.owl --create-dirs -o $(MIRRORDIR)/stato.owl --retry 4 --max-time 200 &&\
$(ROBOT) convert -i $(MIRRORDIR)/stato.owl -o $@.tmp.owl &&\
$(ROBOT) convert -i $(MIRRORDIR)/stato.owl -o $@.tmp.owl && \
$(ROBOT) remove -i $@.tmp.owl --base-iri $(URIBASE)/STATO --axioms external --preserve-structure false --trim false -o $@.tmp.owl &&\
mv $@.tmp.owl $(TMPDIR)/$@.owl; fi


Loading