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

Switch sameAs links to ISIL registry to https #428

Closed
acka47 opened this issue Nov 29, 2019 · 3 comments
Closed

Switch sameAs links to ISIL registry to https #428

acka47 opened this issue Nov 29, 2019 · 3 comments

Comments

@acka47
Copy link
Contributor

acka47 commented Nov 29, 2019

Similar to but much less invasive than hbz/lobid-gnd#243. The URIs in the ISIL-/Sigelverzeichnis were also switched to https, see e.g. https://ld.zdb-services.de/data/organisations/DE-1a.ttl

As we create the RDF by ourselves and only have the ISIL registry URIs in the sameAs statements, we only have to update those. I guess, we just have to add an "s" here:

format="http://ld.zdb-services.de/resource/organisations/${1}" />

@TobiasNx
Copy link
Contributor

TobiasNx commented Aug 9, 2023

Fixed with the fix, see:
http://test.lobid.org/organisations/DE-1a.json

 "sameAs": [
    "http://www.wikidata.org/entity/Q170109",
    "https://lobid.org/gnd/5036103-X#!",
    "https://ld.zdb-services.de/resource/organisations/DE-1a"
  ]

@acka47
Copy link
Contributor Author

acka47 commented Aug 9, 2023

+1

@acka47 acka47 assigned TobiasNx and unassigned acka47 Aug 9, 2023
@TobiasNx TobiasNx removed their assignment Aug 10, 2023
@TobiasNx
Copy link
Contributor

Fixed with the fix, see: http://test.lobid.org/organisations/DE-1a.json

 "sameAs": [
    "http://www.wikidata.org/entity/Q170109",
    "https://lobid.org/gnd/5036103-X#!",
    "https://ld.zdb-services.de/resource/organisations/DE-1a"
  ]

http://lobid.org/organisations/DE-1a.json

Deployed with #450

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

No branches or pull requests

3 participants