datalad / datalad-ebrains

DataLad extension to interface with the neuroinformatics platform of the Human Brain Project
Other
3 stars 5 forks source link

Prepare dataset 0fccc258f9ed902be8c1553abeff24b3 for review #22

Closed mih closed 2 years ago

mih commented 2 years ago

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.

mih commented 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.