Closed mih closed 2 years ago
ebrains-kg-core
cannot handle it:
>>> pprint(kg_client.instances.get_by_id('0fccc258f9ed902be8c1553abeff24b3').data)
None
>>> pprint(kg_client.instances.get_by_id('0fccc258-f9ed-902b-e8c1-553abeff24b3').data)
None
I'd say, if they cannot handle it, we need not either.
This is a challenge. The datasets ID is depicted in exactly this format (not UUID-style), but in neither form does the KG query yield any results for it.