Add script for linking lcgft/lcsh terms in saogf terms#1070
Add script for linking lcgft/lcsh terms in saogf terms#1070lrosenstrom wants to merge 6 commits intodevelopfrom
Conversation
Yes! I don't know whats the best/easiest way to find them mechanically though. |
|
The ones that are available as genreForm can be obtained from the label with e.g. https://id.loc.gov/authorities/genreForms/label/Graphic%20novels. I don't think all of them are, however. I'll try to quantify that statement... |
|
Can also be found like this |
|
Cleaned up the mapping to use genre/form terms when available. Some music terms are only available as subjects, see the script. Whoever finds the correct URI for "Tango" (used in 97mqx3jt059lds6) gets a cookie! |
e4b8e6d to
b3cad81
Compare
| "Sprechstimme" : "https://id.loc.gov/authorities/subjects/sh2008000832", | ||
| "Straight-edge" : "https://id.loc.gov/authorities/subjects/sh2003002058", | ||
| "String octets" : "https://id.loc.gov/authorities/subjects/sh85129020", | ||
| "Tango" : "?", |
There was a problem hiding this comment.
| "Double bass" : "https://id.loc.gov/authorities/subjects/sh85039150", | ||
| "Guitar" : "https://id.loc.gov/authorities/subjects/sh85057803", | ||
| "Indians Music" : "https://id.loc.gov/authorities/subjects/sh85065058", | ||
| "Mass (Music)" : "https://id.loc.gov/authorities/subjects/sh85081852", |
There was a problem hiding this comment.
There was a problem hiding this comment.
The usage here comes from https://libris.kb.se/katalogisering/pm14bd3742fkn0b where both "Mass (Music)" and "Masses" are used, so let's keep it that way and use both variants for now.
exactMatch for lcgft and closeMatch for lcsh? (maybe we should closeMatch sao at some point as well...?) |
|
Added more mappings for blank nodes where inScheme = lcgft. |
be80a06 to
f6caaf2
Compare
Labels mapped by quering https://id.loc.gov/authorities/subjectheadings/label/... in a bash script.
TBD
Change closeMatch -> exactMatch?
There is a mix of https://id.loc.gov/authorities/genreForms, https://id.loc.gov/authorities/subjects, https://id.loc.gov/authorities/childrensSubjects etc in the label to URI mapping. Do we care?Corrected manually (spelling mistakes etc):
Darkwawe (music) -> Darkwave (Music) => https://id.loc.gov/authorities/genreForms/gf2014026759.html (pm14bfp71ldshtn)
Taraab -> Taraab (Music) => https://id.loc.gov/authorities/genreForms/gf2014027123.html (wt7bjpmf1s02t5n)
Occational verse -> Occasional verse => https://id.loc.gov/authorities/genreForms/gf2014026460.html (khw087h30db2179)
Alternative histories (fiction) -> Alternative histories (Fiction) => https://id.loc.gov/authorities/genreForms/gf2014026220.html (0xbdhl4j3g28rlz)
Straight-edge -> Straight-edge (Music) => https://id.loc.gov/authorities/subjects/sh2003002058.html (42gkrt7n4r3cqv8)
Indians Music -> Indians--Music => https://id.loc.gov/authorities/subjects/sh85065058.html (86lpwfvs37m8dj2)
Minutes (records) -> Minutes (Records) => https://id.loc.gov/authorities/genreForms/gf2014026128.html (0xbfnmfj240rck1)
Tango -> Tangos (Music) => https://id.loc.gov/authorities/genreForms/gf2014027127.html (97mqx3jt059lds6)