![]() |
![]()
| ![]() |
![]()
NAMERDF::Trine::Serializer::NTriples - N-Triples Serializer VERSIONThis document describes RDF::Trine::Serializer::NTriples version 1.019 SYNOPSISuse RDF::Trine::Serializer::NTriples; my $serializer = RDF::Trine::Serializer::NTriples->new(); DESCRIPTIONThe RDF::Trine::Serializer::NTriples class provides an API for serializing RDF graphs to the N-Triples syntax. METHODSBeyond the methods documented below, this class inherits methods from the RDF::Trine::Serializer class.
NOTESAs described in "as_ntriples" in RDF::Trine::Node::Resource, N-Triples serialization will decode any punycode <http://www.ietf.org/rfc/rfc3492.txt> that is included in the IRI, and serialize it using unicode codepoint escapes. BUGSPlease report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/perlrdf/issues>. SEE ALSO<http://www.w3.org/TR/rdf-testcases/#ntriples> AUTHORGregory Todd Williams "<gwilliams@cpan.org>" COPYRIGHTCopyright (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.
|