logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Catmandu::VIAF - Retrieve items from the VIAF authority file

Authors

       Matthias     Vandermaesen    <matthias.vandermaesen@vlaamsekunstcollectie.be>    Pieter    De    Praetere
       <pieter@packed.be>

Modules

       •   Catmandu::Store::VIAF

       •   Catmandu::Fix::viaf_match

       •   Catmandu::Fix::viaf_search

       •   Catmandu::VIAF::API

Name

       Catmandu::VIAF - Retrieve items from the VIAF authority file

See Also

       Catmandu Catmandu::Store::VIAF Catmandu::Fix::viaf_search Catmandu::Fix::viaf_match

perl v5.36.0                                       2023-02-04                                Catmandu::VIAF(3pm)

Synopsis

           # From the command line
           $ catmandu export VIAF --id 102333412 to YAML
           ---
           dcterms:identifier: '102333412'
           guid: http://viaf.org/viaf/102333412
           schema:birthDate: 1775-12-16
           schema:deathDate: 1817-07-18
           schema:description: English novelist
           skos:prefLabel: Jane Austen
           ...

           # From a Catmandu Fix
           lookup_in_store(authortName, VIAF, lang:'nl-NL', fallback_lang:'en-US')

           # Perform a direct match between a name and a mainHeadingEl from VIAF
           viaf_match(authorName, -lang:'nl-NL', -fallback_lang:'en-US')

           # Perform a search for a name in VIAF
           viaf_search(authorName, -lang:'nl-NL', -fallback_lang:'en-US')

See Also