Replies: 2 comments 1 reply
-
Hi @cywhale |
Beta Was this translation helpful? Give feedback.
1 reply
-
This should be fixed in the next release ! #378 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
DataNotFound: "['https://vocab.nerc.ac.uk/collection/R01/current/?_profile=nvs&_mediatype=application/ld+json', 'https://vocab.nerc.ac.uk/collection/RR2/current/?_profile=nvs&_mediatype=application/ld+json',
#..skip...
'https://vocab.nerc.ac.uk/collection/R40/current/?_profile=nvs&_mediatype=application/ld+json']"
If I use browser to open each of the URL in the elements of this array, it seems some of the URLs got lost, e.g. https://vocab.nerc.ac.uk/collection/R29/current/?_profile=nvs&_mediatype=application/ld+json
But some of them are still alive, e.g. https://vocab.nerc.ac.uk/collection/R13/current/?_profile=nvs&_mediatype=application/ld+json
However, even I just read the R13 table by:
Got KeyError: 'altLabel'
It seems the JSON structure of the reponse changes:
Only 'skos:altLabel' exist.
I'm not familiar with
argopy
usage, but it could work when I last used it two months ago. I found no discussions/issuses here or in https://github.com/nvs-vocabs/ArgoVocabs so I'm not sure what's the possible cause for this problem.Beta Was this translation helpful? Give feedback.
All reactions