Skip to content
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

Open
aquast opened this issue Oct 14, 2024 · 6 comments
Open

Comments

@aquast
Copy link

aquast commented Oct 14, 2024

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.

2024-10-14 16 29 41 lobid org cadab146d52d

@TobiasNx
Copy link
Contributor

TobiasNx commented Oct 14, 2024

Example-Resource: 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.

2024-10-14 16 29 41 lobid org cadab146d52d

"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?

@TobiasNx
Copy link
Contributor

TobiasNx commented Oct 14, 2024

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

@aquast
Copy link
Author

aquast commented Oct 14, 2024

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

@TobiasNx
Copy link
Contributor

This error is related to around 200 resources

Reported the error to the Verbundgruppe: dienst-wiki.hbz-nrw.de/display/SEM/Fehlermeldung+zur+Bereinigung

Same error exists for 56 doi statements

@acka47
Copy link
Contributor

acka47 commented Oct 15, 2024

Reported the error to the Verbundgruppe

Isn't this something we could catch and fix in the transformation?

@TobiasNx
Copy link
Contributor

Sure we can do this. But this is also a cataloguing error :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

3 participants