Closed monicacecilia closed 5 years ago
The OBO:XYZ_123 ids are coming from biolink, this pages calls:
It looks like thats what is being fetched from SciGraph.
This equivalent ID is coming directly from MONDO.
An excerpt from mondo.owl,
<owl:Class rdf:about="http://purl.obolibrary.org/obo/GARD_0001616">
<owl:equivalentClass rdf:resource="http://purl.obolibrary.org/obo/MONDO_0008272"/>
</owl:Class>
the IRI gets contracted to OBO:GARD_0001616
.
@kshefchek @cmungall
That makes sense, I now see we have this issue on the legacy app as well, https://monarchinitiative.org/disease/MONDO%3A0008272
Adding GARD and COHD to the curie_map in the dipper repo should fix this.
Hi @cmungall and @pnrobinson: see also this issue.
@monicacecilia We need a decision as to how to address this. It seems to me this is probably a backend issue that should go to the biolink tracker?
@pnrobinson - I've transferred the issue to the dipper repo. Above, from @kshefchek: Adding GARD and COHD to the curie_map in the dipper repo should fix this.
This is fixed with https://github.com/monarch-initiative/dipper/pull/788
It should be visible once disease pages are fixed on beta, but for now you can see the fix in the api-dev url above.
When exploring the results for the term 'polysyndactily,' found that the identifier for an equivalent ID from GARD is incorrectly labeled as
OBO:GARD_0001616,
where it should beGARD:0001616
@deepakunni3 - could you please add more detail here?