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

Control subsets #441

Open
pbuttigieg opened this Issue Nov 23, 2016 · 4 comments

Comments

Projects

betterTech (awaiting triage)

2 participants
Owner

pbuttigieg commented Nov 23, 2016

Linked to #440 #331 #346 #295.

There's a high likelihood that we're going to have a mass inflation of subsets as we interface with new communities and groups.

@cmungall it would be cumbersome to keep adding in-subset APs to the terms, could we use something similar to the import seeds to drive subset generation? That way, each subsetter can identify the terms that they need in a separate document.

Owner

cmungall commented Nov 28, 2016

Yes, this would be easy to do.

What would the preferred format be? 2 column CSV of CURIE, label? This would be optionally extensible. E.g additional columns could say "also include all subsets". Worth looking at the OntoFox syntax for this.

Owner

pbuttigieg commented Mar 2, 2017

2 column CSV of CURIE, label? This would be optionally extensible. E.g additional columns could say "also include all subsets". Worth looking at the OntoFox syntax for this.

That sounds good - and the include capability would streamline things even more.

Owner

cmungall commented Mar 3, 2017

@DoctorBud's taboggan tool would be useful here.

@dougli1sqrd can work on the initial SPARQL to first extract the subsets embedded in the ontology into a csv. We'll then make the csv the source, and do the reverse operation to package the subset back into the owl as part of the release (Eric, this is related to what we're doing in GO).

Owner

pbuttigieg commented Aug 2, 2017

@cmungall @DoctorBud @dougli1sqrd
Looks like we have a few more subsets in the ontology - will we be able to use this approach soon?
If it's a simple CSV format, users can probably maintain their own subsets with PRs, which would be quite cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment