Catmandu::Store::AAT(3pm) | User Contributed Perl Documentation | Catmandu::Store::AAT(3pm) |
Catmandu::Store::AAT - Retrieve items from the AAT
lookup_in_store(objectName, AAT, lang:nl)
lookup_in_store( objectName, AAT, lang: nl )
The "lang" parameter is optional and defaults to nl. It sets the language of the returned prefLabel. If no prefLabel for the Subject in provided lang exists, nothing is returned.
The store takes the "dc:identifier" of a Subject from the AAT and returns the following data:
{ 'id' => 'The dc:identifier of the Subject', 'prefLabel' => 'The prefLabel in the provided language', 'uri' => 'The URI of the Subject' }
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::AAT Catmandu::Fix::aat_search Catmandu::Fix::aat_match
2023-02-04 | perl v5.36.0 |