Catmandu::Fix::aat_search - Perform a search for a term in the AAT
Contents
Copyright
Copyright 2017- PACKED vzw
Description
Perform a search for a term and the SPARQL endpoint <http://vocab.getty.edu/sparql> of the AAT. This fix
will attempt to find a Subject that contains a prefLabel, altLabel or a SubjectID containing the
searched for term. More details can be found here <http://vocab.getty.edu/doc/#Full_Text_Search>
("luc:term" is used).
Returns an array of results containing the following data:
{
'id' => 'The dc:identifier of the Subject',
'prefLabel' => 'The prefLabel in the provided language',
'uri' => 'The URI of the Subject'
}
PARAMETERSRequiredparameters
"path"
Path to the term.
Optionalparameters
"lang"
Language of both the term that is matched and the prefLabel that is returned.
License
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
Name
Catmandu::Fix::aat_search - Perform a search for a term in the AAT
See Also
Catmandu Catmandu::AAT Catmandu::Store::AAT Catmandu::Fix::aat_search
perl v5.36.0 2023-02-04 Catmandu::Fix::aat_search(3pm)
Synopsis
aat_search(
path,
-lang: nl
)
