-
Notifications
You must be signed in to change notification settings - Fork 30
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
Developmental bridge files causing unsats #2428
Comments
Share with Chris on slack, this blocks everything right now. I vote for 1, and Anita can do it. |
I don't understand 3, I think the choice is between 1 and 2 In OWL it's hard to have rules like "if X in-taxon T, and X is a continuant, then X part-of T". So implementing (1) could lose inferences. These will likely affect composite-metazoan.. but then we don't have composite metazoan anyway.. I think the best solution is to add two axioms
If this involves developing new code then go ahead and implement 1 for now and we will create an issue to return to make the more complete axioms |
Just to confirm does this mean something like: HsapDv_0000006 EquivalentTo blastula stage and in_taxon some Homo sapiens or MBA_710 EquivalentTo abducens nerve and in_taxon some Mus musculus Where blastula stage is a process and abducens nerve is a continuant |
Note to self: this has implications on #2384 |
Bridge process (to happen): To implement the solution above:
ALTERNATIVELY (quicker fix): MAYBE BETTER SOLUTION: @ubyndr to look into these - we will decouple this from the release |
Fixed - though unsure if QC checks are reactivated if they were turned off - if so, open new ticket on it |
Unsats caused by:
occurrent DisjointWith part_of some continuant
Follows the following pattern:
FBdv_00005336 EquivalentTo larval stage and instar larval stage and (part_of some Drosophila melanogaster)
HsapDv_0000006 EquivalentTo blastula stage and (part_of some Homo sapiens)
ZFS_0000044 EquivalentTo post-juvenile adult stage and (part_of some Danio)
XAO_1000001 EquivalentTo zygote stage and (part_of some Xenopus )
FMA_24120 EquivalentTo life cycle stage and (part_of some Homo sapiens)
MmusDv_0000017 EquivalentTo neurula stage and (part_of some Mus musculus)
WBls_0000093 EquivalentTo post-embryonic stage and (part_of some Caenorhabditis)
Potential fix:
Potential strategies:
Related to #2367
The text was updated successfully, but these errors were encountered: