Catmandu::Fix::viaf_search(3pm) | User Contributed Perl Documentation | Catmandu::Fix::viaf_search(3pm) |
Catmandu::Fix::viaf_match - Perform a search for a name in VIAF
viaf_search(authorName, -lang:'nl-NL', -fallback_lang:'en-US')
Perform a search for a name. Both mainHeadingEl and the local.personalNames are queried. The fix will return the prefLabel in the provided "lang", or "fallback_lang" if one in "lang" does not exist. If "fallback_lang" also doesn't exist, the prefLabel will be empty.
The fix returns a list, with elements in the following form:
{ 'dcterms:identifier' => 'The identifier', 'guid' => 'The VIAF URL', 'schema:birthDate' => 'Birth date, if provided', 'schema:deathDate' => 'Death date, if provided', 'schema:description' => 'Description, if provided', 'skos:prefLabel' => 'prefLabel, in lang or fallback_lang' }
Required parameters
Optional parameters
Pieter De Praetere <pieter at packed.be >
Copyright 2017- PACKED vzw
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Catmandu Catmandu::VIAF Catmandu::Store::VIAF Catmandu::Fix::viaf_match
2023-02-04 | perl v5.36.0 |