NAME

RDF::Simple::Serialiser::N3 - Output RDF triples in Notation3 format

SYNOPSIS

Same as RDF::Simple::Serialiser, except when you call serialise(), you get back a string in Notation3 format.

PRIVATE METHODS

render_rdfxml

This method does all the Notation3 formatting. Yes, it is named wrong; but all other functionality is inherited from RDF::Simple::Serialiser and that's how the author named the output function. You won't be calling this method anyway, you'll be calling the serialise() method, so what do you care!?!

NOTES

Sorry, there is no Notation3 parser for RDF::Simple. Not yet, anyway.

AUTHOR

Martin 'Kingpin' Thurn <mthurn@cpan.org>

LICENSE

This software is released under the same license as Perl itself.