Catmandu-Store-AAT
view release on metacpan or search on metacpan
lib/Catmandu/Store/AAT.pm view on Meta::CPAN
package Catmandu::Store::AAT;
our $VERSION = '0.01';
use strict;
use warnings;
use Moo;
use Catmandu::Sane;
use Catmandu::Store::AAT::Bag;
with 'Catmandu::Store';
has lang => (is => 'ro', default => 'nl');
1;
__END__
=encoding utf-8
=head1 NAME
=for html <a href="https://travis-ci.org/thedatahub/Catmandu-Store-AAT"><img src="https://travis-ci.org/thedatahub/Catmandu-Store-AAT.svg?branch=master"></a>
Catmandu::Store::AAT - Retrieve items from the AAT
=head1 SYNOPSIS
This module contains a L<store|Catmandu::Store::AAT> to lookup a I<Subject> in the L<AAT|https://www.getty.edu/research/tools/vocabularies/aat/>
using its L<SPARQL endpoint|http://vocab.getty.edu/sparql>.
Also included is a L<fix|Catmandu::Fix::aat_match> to match a term to a I<Subject> and a
L<fix|Catmandu::Fix::aat_search> to search for a term in the AAT.
lookup_in_store(objectName, AAT, lang:nl)
aat_match(objectName, -lang:nl)
aat_search(objectName, -lang:nl)
=head1 DESCRIPTION
=head2 L<Catmandu::Store::AAT>
lookup_in_store(
objectName,
AAT,
lang: nl
)
The C<lang> parameter is optional and defaults to I<nl>. It sets
the language of the returned I<prefLabel>. If no I<prefLabel> for the
I<Subject> in provided I<lang> exists, nothing is returned.
The store takes the C<dc:identifier> of a I<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'
}
=head2 L<Catmandu::Fix::aat_match>
aat_match(
path,
-lang: nl
)
A fix that performs a match between a term and a I<prefLabel> of an AAT I<Subject>.
=head2 L<Catmandu::Fix::aat_search>
aat_search(
path,
-lang: nl
)
A fix that performs a search for a term in the AAT.
=head1 AUTHOR
Pieter De Praetere E<lt>pieter at packed.be E<gt>
=head1 COPYRIGHT
Copyright 2017- PACKED vzw
=head1 LICENSE
( run in 2.489 seconds using v1.01-cache-2.11-cpan-0bb4e1dffa6 )