Given http://purl.obolibrary.org/obo/xao.owl
turned into sql like:
xao.db: xao.owl
@rm -f .template.db
@rm -f .template.db.tmp
RUST_BACKTRACE=full semsql make $@
@rm -f .template.db
@rm -f .template.db.tmp
The wrong prefixes are assigned.
For example:
runoak -i sqlite:ontologies/xao.db terms
ZFA:0005234 ! small secretory cell
ZFA:0005235 ! dorsal telencephalon
...
It should be:
XAO:0005234 ! small secretory cell
XAO:0005235 ! dorsal telencephalon
This is a pretty dangerous error and should be prioritised above everything else.
cc @hrshdhgd
Given http://purl.obolibrary.org/obo/xao.owl
turned into sql like:
The wrong prefixes are assigned.
For example:
It should be:
This is a pretty dangerous error and should be prioritised above everything else.
cc @hrshdhgd