-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolver URL for DNB URN is leads to 404 due to duplication of base URL #2081
Comments
"urn": [
[ "http://nbn-resolving.de/urn:nbn:de:101:1-2020112012434733354624"](http://nbn-resolving.de/urn:nbn:de:101:1-2020112012434733354624)
],
...
"sameAs": [
{
"id": ["https://hub.culturegraph.org/resource/(DE-605)990368444930206441"](https://hub.culturegraph.org/resource/(DE-605)990368444930206441),
"label": "Culturegraph Ressource"
},
{
"id": ["https://nbn-resolving.org/http://nbn-resolving.de/urn:nbn:de:101:1-2020112012434733354624"](https://nbn-resolving.org/http://nbn-resolving.de/urn:nbn:de:101:1-2020112012434733354624),
"label": "urn:nbn:de:101:1-2020112012434733354624"
}
],
....
"fulltextOnline": [
{
"id": ["https://nbn-resolving.org/http://nbn-resolving.de/urn:nbn:de:101:1-2020112012434733354624"](https://nbn-resolving.org/http://nbn-resolving.de/urn:nbn:de:101:1-2020112012434733354624),
"label": "URN-Link"
}
]
Seems to be a transformation not an Webapp issue. Had a look at the source data: <datafield tag="024" ind1="7" ind2=" ">
<subfield code="a">
http://nbn-resolving.de/urn:nbn:de:101:1-2020112012434733354624
</subfield>
<subfield code="2">urn</subfield>
</datafield> Also this seems to be an issue of the source data. `024 $$a should contain the identifier not the resolver link. Compare: https://lobid.org/marcxml/99370694196806441 <datafield tag="024" ind1="7" ind2=" ">
<subfield code="2">urn</subfield>
<subfield code="a">urn:nbn:de:hbz:5:2-53272</subfield>
</datafield> @aquast is this coming from you/edoweb? |
This error is related to around 200 resources Reported the error to the Verbundgruppe: https://dienst-wiki.hbz-nrw.de/display/SEM/Fehlermeldung+zur+Bereinigung |
Hi Tobias, no it isn't from edoweb. I'm recently looking to resources derived from alephino systems. The example given is from Hochschule Ludwigshafen |
Same error exists for 56 doi statements |
Isn't this something we could catch and fix in the transformation? |
Sure we can do this. But this is also a cataloguing error :) |
Example-Resource: https://lobid.org/resources/990368444930206441
<a href="https://nbn-resolving.org/http://nbn-resolving.de/urn:nbn:de:101:1-2020112012434733354624">http://nbn-resolving.de/urn:nbn:de:101:1-2020112012434733354624</a>
There are two base URLs "nbn-resolving.org", one with https one with http. Leading to Status 404 at DNB resolver.
The text was updated successfully, but these errors were encountered: