Scroll to navigation

AtteanX::Serializer::NTriples(3pm) User Contributed Perl Documentation AtteanX::Serializer::NTriples(3pm)
 

NAME

AtteanX::Serializer::NTriples - N-Triples Serializer

VERSION

This document describes AtteanX::Serializer::NTriples version 0.002

SYNOPSIS

 use Attean;
 my $serializer = Attean->get_serializer('NTriples')->new();
 $serializer->serialize_iter_to_io( $iter, $fh );

DESCRIPTION

...

METHODS

"media_types"
Returns a list of media types that identify the format produced by this serializer.

BUGS

Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/perlrdf/issues>.

AUTHOR

Gregory Todd Williams "<gwilliams@cpan.org>"

COPYRIGHT

Copyright (c) 2006-2012 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2014-10-15 perl v5.20.1