hbz / lobid-resources

Transformation, web frontend, and API for the hbz catalog as LOD
http://lobid.org/resources
Eclipse Public License 2.0
7 stars 7 forks source link

sameAs to CultureGraph no longer valid #1983

Closed hagbeck closed 1 month ago

hagbeck commented 2 months ago

Apparently the hbz now supplies Alma MMS IDs instead of hbz IDs to CultureGraph. Consequently, the links in lobid-resources are no longer correct. Example [1] contains [2] which results in 404. But [3] works.

[1] https://lobid.org/resources/990050000600206441.json [2] http://hub.culturegraph.org/resource/HBZ-HT006855611 [3] https://hub.culturegraph.org/resource/(DE-605)990050000600206441

TobiasNx commented 2 months ago

@hagbeck @acka47 @dr0i http or https url?

hagbeck commented 2 months ago

CultureGraph uses https in the RDF data [1] and http redirects to https.

[1] https://hub.culturegraph.org/resource/(DE-605)990000003810206441/rdf

TobiasNx commented 2 months ago

Okay I go with https if @acka47 does not disagree. PR is ready.

acka47 commented 2 months ago

Okay I go with https if @acka47 does not disagree.

+1

dr0i commented 2 months ago

Enables https://github.com/hbz/lobid-resources/issues/1058. To be checked after deployment next Monday.

dr0i commented 2 months ago

Looks good to me. Can you confirm @hagbeck ?

TobiasNx commented 1 month ago

Ping @hagbeck

hagbeck commented 1 month ago

Looks good. Thanks!