Gregory Williams > RDF-Trine > RDF::Trine::Serializer::NTriples

Download:
RDF-Trine-0.111.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Report a bug
Module Version: 0.111   Source  

NAME ^

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

VERSION ^

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

SYNOPSIS ^

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

DESCRIPTION ^

...

METHODS ^

new

Returns 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.

AUTHOR ^

Gregory Todd Williams <gwilliams@cpan.org>

COPYRIGHT ^

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.