This is more of an issue for kg-bioportal, but it can be addressed here.
Some CURIES contain pound signs (no, I will not call them hash signs, etc etc), e.g. in PR:
OBO:EnsemblBacteria#_BruAb1_2100
or
OBO:dictyBase#_DDB_G0276875
This only becomes an issue once we hit the cat-merge step in kg-bioportal, at which point everything after the # is truncated, leaving redundant-looking CURIEs like OBO:dictyBase. That's not really a bug, and it can be fixed by assigning the specific prefixes for these cases.
This is more of an issue for
kg-bioportal
, but it can be addressed here. Some CURIES contain pound signs (no, I will not call them hash signs, etc etc), e.g. inPR
:or
This only becomes an issue once we hit the cat-merge step in
kg-bioportal
, at which point everything after the # is truncated, leaving redundant-looking CURIEs likeOBO:dictyBase
. That's not really a bug, and it can be fixed by assigning the specific prefixes for these cases.