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 more subq patterns during Phenio transform #50

Open
caufieldjh opened this issue Jun 10, 2022 · 1 comment
Open

Add more subq patterns during Phenio transform #50

caufieldjh opened this issue Jun 10, 2022 · 1 comment

Comments

@caufieldjh
Copy link
Contributor

Phenio is relaxed by robot during the transform step, but this doesn't change every equivalence axiom to SubClassOf, just the "first level" (i.e., it doesn't act recursively).
See also ontodev/robot#1007

There is likely a more complicated way to so this with SPARQL alone by defining what a nested subq pattern looks like, or we can just wait for it to be implemented in robot.

@matentzn
Copy link

This PR uses ROBOT to achieve the same thing w/o the recursive method:

mgijax/mammalian-phenotype-ontology#3480

Even if the recursive method works, it wont be enough for phenio, because you want the direct relations across the haspart buffer. It would really be good if you could just comment on the above PR saying that it would be great if that could be implemented soon, because its hard for me to push it through..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants