geneontology / noctua-models

This is the data repository for the models created and edited with the Noctua tool stack for GO.
http://noctua.geneontology.org/
Creative Commons Attribution 4.0 International
10 stars 3 forks source link

updated taxon tag #140

Closed goodb closed 4 years ago

goodb commented 4 years ago

e.g.

 <https://w3id.org/biolink/vocab/in_taxon>
                "http://purl.obolibrary.org/obo/NCBITaxon_9606" .
to
<https://w3id.org/biolink/vocab/in_taxon>
                <http://purl.obolibrary.org/obo/NCBITaxon_9606> 

this will make it possible to find the human reactome models with the taxon search

balhoff commented 4 years ago

Why use biolink instead of RO?

goodb commented 4 years ago

What would the appropriate RO relation be for a model-level taxon annotation ?

goodb commented 4 years ago

@balhoff let me know if you think there is an appropriate RO approach to annotating a complete model. In the meantime, @kltm I think we should merge whenever convenient. We can adjust the property if/when we come up with something better.

balhoff commented 4 years ago

@goodb I don't know that any of the RO terms are quite right as an annotation property. The Biolink term is mapped to RO 'in taxon', but I guess it has the advantage that we don't have to necessarily type it as an owl:ObjectProperty.