
RDF::Trine::Serializer::NTriples - NTriples Serializer.

This document describes RDF::Trine::Serializer::NTriples version 0.111

use RDF::Trine::Serializer::NTriples; my $serializer = RDF::Trine::Serializer::NTriples->new();

...

newReturns a new
serialize_model_to_file ( $file, $model )Serializes the $model to NTriples, printing the results to the supplied $file handle.
serialize_model_to_string ( $model )Serializes the $model to NTriples, returning the result as a string.

Gregory Todd Williams <gwilliams@cpan.org>

Copyright (c) 2006-2009 Gregory Todd Williams. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.