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

NAME

SemanticWeb::OAI::ORE::RDFXML - Parse/serialize OAI-ORE Resource Maps in RDF/XML format

SYNPOSIS

Module to parse and serialize OAI-ORE resource maps in RDF/XML format. See SemanticWeb::OAI::ORE.

METHODS

new()

Create a new RDFXML handler object.

parse($rdfxml,$uri_rem)

Parse input string or read from open filehandle $rdfxml which contains the RDF/XML serialization of the ReM with base URI $uri_rem. A base URI must be supplied otherwise the parser (RDF::Core::Model::Parser) will fail.

Returns a RDF::Core::Model model.

serialize()

Serialize resource map as RDF/XML. Returns serializetion as a string.

See RDF::Core::Model::Serializer and RDF::Core::Serializer.

SEE ALSO

SemanticWeb::OAI::ORE::ReM

AUTHORS

Simeon Warner

LICENSE AND COPYRIGHT

Copyright 2007-2010 Simeon Warner.

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