swissbib / vufind

A library resource discovery portal designed and developed for libraries by libraries
GNU General Public License v2.0
12 stars 7 forks source link

Multiple GND id's in the same person #717

Closed liowalter closed 4 years ago

liowalter commented 4 years ago

Currently, there are multiple GND id's in the sameAs array :

for example for http://localhost:9003/person/817aa768-2b43-357b-95a6-7701b1dcf638.json

"owl:sameAs": [
"http://d-nb.info/gnd/12162692X",
"http://bmlo.de/Q/GND=12162692X",
"http://data.bnf.fr/ark:/12148/cb13894968w",
"http://d-nb.info/gnd/1050023617",
"http://d-nb.info/gnd/185679226",
"http://dbpedia.org/resource/Nikolaus_Harnoncourt",
"http://id.loc.gov/authorities/n81084038",
"http://kalliope-verbund.info/gnd/12162692X",
"http://viaf.org/viaf/42025397",
"https://www.filmportal.de/CD1EE7C4CF9F4F5EBDE809A736CD6711",
"http://isni.org/isni/0000000121008966",
"http://www.wikidata.org/entity/Q78526",
"https://de.wikipedia.org/wiki/Nikolaus_Harnoncourt",
"https://en.wikipedia.org/wiki/Nikolaus_Harnoncourt",
"https://www.deutsche-digitale-bibliothek.de/entity/12162692X",
"http://datos.bne.es/resource/XX866305",
"http://libris.kb.se/resource/auth/393500",
"http://www.idref.fr/028272722/id",
"http://id.ndl.go.jp/auth/ndlna/00467954",
"http://data.bibliotheken.nl/id/thes/p069884250",
"https://www.imdb.com/name/nm0363704",
"http://id.worldcat.org/fast/76606",
"http://snaccooperative.org/ark:/99166/w6234x1m",
"https://livedata.bibsys.no/authority/90183686",
"http://data.bnf.fr/ark:/12148/cb13894968w#foaf:Person"
],

They all lead to the same gnd entry. The VuFind display is then bad :

screenshot_363

@Kordishal : could you remove the obsolete id's from the owl:sameAs array ? Or should I only display the first the link in the "more information" box ?