NAME

Catmandu::OCLC - Catmandu modules for working with OCLC web services

SYNOPSIS

add_field('number','102333412');
do
   maybe();
   viaf_read('number');
   marc_map('700','author.$append')
   remove_field(record)
end

MODULES

DESCRIPTION

With Catmandu, LibreCat tools abstract digital library and research services as data warehouse processes. As stores we reuse MongoDB or ElasticSearch providing us with developer friendly APIs. Catmandu works with international library standards such as MARC, MODS and Dublin Core, protocols such as OAI-PMH, SRU and open repositories such as DSpace and Fedora. And, of course, we speak the evolving Semantic Web.

Follow us on http://librecat.org and read an introduction into Catmandu data processing at https://github.com/LibreCat/Catmandu/wiki.

SEE ALSO

Catmandu, Catmandu::Importer, Catmandu::Fix, Catmandu::Store

AUTHOR

Patrick Hochstenbach, <patrick.hochstenbach at ugent.be>

COPYRIGHT

This software is copyright (c) 2015 by Patrick Hochstenbach. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.