The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::OAI::ORE::TriX

SYNPOSIS

Class to parse and serialize OAI-ORE ReMs in TriX format.

DESCRIPTION

The TriX format is describe at http://www.w3.org/2004/03/trix/

METHODS

Creator

new(%args)

Output

serialize()

Seialize in TriX format, returns serializetion as a string.

SUBROUTINES

write_triple($writer,$subject,$predicate,$object)

Write the ($subject,$predicate,$object) to $writer.

SEE ALSO

Net::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.