The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::OAI::ORE - Modules to build, write and read OAI-ORE Resource Maps

VERSION

Version 0.95. Written against the v1.0 OAI-ORE specification (http://www.openarchives.org/ore/1.0/toc).

DESCRIPTION

These modules are designed to build, write and read OAI-ORE Resource Maps following the v1.0 OAI-ORE specification (http://www.openarchives.org/ore/1.0/toc). The main module is

SemanticWeb::OAI::ORE::ReM

with IO modules imlpementing parse/serialize for different formats

SemanticWeb::OAI::ORE::N3
SemanticWeb::OAI::ORE::RDFXML
SemanticWeb::OAI::ORE::TriX

and supporting modules

SemanticWeb::OAI::ORE::Model
SemanticWeb::OAI::ORE::Agent
SemanticWeb::OAI::ORE::Constant

METHODS

This module provides no methods, see SemanticWeb::OAI::ORE::ReM. Use:

 use SemanticWeb::OAI::ORE;

to include all modules listed above.

SEE ALSO

http://www.openarchives.org/ore

COPYRIGHT & LICENSE

Copyright 2007-2010 Simeon Warner.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.