Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add template for executing SPARQL queries via ROBOT #20
Comments
cmungall
self-assigned this
Apr 24, 2017
jamesaoverton
commented
Apr 24, 2017
|
If they're standardized, then I don't think that they should live in individual repositories, because people won't update them. I've been thinking of a central repository and a ROBOT command to fetch and run them. |
|
That sounds good. I'll hold off on this ticket til we see what this looks like. Eric can also help with the central repo thing if you want to spec it out. |
|
@jamesaoverton good point - ENVO needed a bunch of SPARQL outputs due to user requests, but not all ontologies will have the same need. That being said, I'd anticipate that many SPARQL queries would be quite standard (e.g. flat TSVs containing subsets of terms) so a central repo would serve as a good library to which interested users can submit their own creations. |
jamesaoverton
commented
Apr 25, 2017
|
Yes. Having local, project-specific queries is a good idea, and this layout is fine. We also want to design some OBO-standard queries, to validate some of our shared best practises. I was thinking of the latter in my comment above. I would be good to start on this and work out some of the details. Unfortunately, I can't promise I'll have time soon, so don't wait for me. |
|
Can you assign @dougli1sqrd to a robot team, he can work on it |
cmungall commentedApr 24, 2017
Prompted by EnvironmentOntology/envo#494
Proposed layout:
Should we make an attempt to standardize the sparql queries or can people modify them?