-
Notifications
You must be signed in to change notification settings - Fork 3
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
remove models with redundant IRIs #158
Comments
Not sure yet, but my current theory is that the UUID.ttl files were created/exported during the bulk taxon update. Here are the histories for WB_WBGene00011688.ttl and 323f7ea5-6d4b-4d54-a555-386c6df7a9c6.ttl. The UUID.ttl file has the added model-level So I guess I'm now just looking for confirmation from @goodb @kltm that I should just delete the gene_id.ttl ( |
@dustine32 I'm not sure about your plans regarding the multiple-models per file option. If you are going with one model per gene, I think it would be a better idea to replace the contents of the gene-named files with the correct data (with the taxon) and drop the UUID titled files. As long as we are using github for this, keeping the file names for the same things stable across changes is better. |
@dustine32 if the idea is to shift to using large multi-model nquads files we would want to check on the model loading process. Assuming that is good, then drop all the other previous forms here. |
the dev branch of noctua-models contains a bunch of models that share their IRI with another model
e.g. I see a model named WB_WBGene00011688 and a model named 323f7ea5-6d4b-4d54-a555-386c6df7a9c6
and both have model IRI http://model.geneontology.org/323f7ea5-6d4b-4d54-a555-386c6df7a9c6
We can't have multiple models with the same IRI in the minerva triple store. Right now, the model loader will load the first one it sees and then report an error and skip loading any other models that use the same IRI.
The text was updated successfully, but these errors were encountered: