Page MenuHomePhabricator

Libris XL: is there an easy way of looking up the new identifier based on the old one
Open, MediumPublic

Description

that does not involve downloading large datasets from Property_proposal:Libris-URI

Event Timeline

Salgo60 updated the task description. (Show Details)
Salgo60 moved this task from Backlog to Input LIBRIS XL on the Magnus Sälgö board.

@Alicia_Fagerving_WMSE imported all of the new URIs so for the ids known to Wikidata it can be used as a hub for looking up the new uris based on the old ones.

For the ones not known to Wikidata we will have to wait for Libris.

Restricted Application changed the subtype of this task from "Deadline" to "Task". · View Herald TranscriptSep 6 2018, 9:31 AM

I saw a diff old LIBRIS and new LIBRIS ID for Property:P3217 see query

maybe its duplicates...

image.png (220×1 px, 66 KB)

Yes, items with more than one SELIBR were not edited.

Salgo60 changed the task status from Open to Stalled.May 9 2019, 8:15 PM

LIBRIS XL activities are postponed

Aklapper renamed this task from Libris XL: is there an easy way of looking up the new identifier based on the old one to Libris XL: is there an easy way of looking up the new identifier based on the old one.Jun 20 2022, 12:26 AM
Aklapper changed the task status from Stalled to Open.

Since this popped up in my watched tasks... You can convert the old ID's to the new ones via the Libris API, for both authority posts and editions.

For authorities (SELIBR)

curl https://libris.kb.se/resource/auth/207435
   -H "Accept: application/json"

yields

{
    "@id": "https://libris.kb.se/zw9cd5zh025njcf",
    "@type": "Record",
    "sameAs": [{
        "@id": "http://libris.kb.se/auth/207435"
    }],
........

And for editions

curl https://libris.kb.se/resource/bib/20008293
   -H "Accept: application/json"

yields

{
    "@id": "https://libris.kb.se/r93gg4j33dz3kt8",
    "@type": "Record",
    "sameAs": [{
        "@id": "http://libris.kb.se/bib/20008293"
    }],
.............