RDF::Trine::Serializer::NTriples(3pm) | User Contributed Perl Documentation | RDF::Trine::Serializer::NTriples(3pm) |
RDF::Trine::Serializer::NTriples - N-Triples Serializer
This document describes RDF::Trine::Serializer::NTriples version 1.019
use RDF::Trine::Serializer::NTriples; my $serializer = RDF::Trine::Serializer::NTriples->new();
The RDF::Trine::Serializer::NTriples class provides an API for serializing RDF graphs to the N-Triples syntax.
Beyond the methods documented below, this class inherits methods from the RDF::Trine::Serializer class.
As 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.
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/perlrdf/issues>.
<http://www.w3.org/TR/rdf-testcases/#ntriples>
Gregory Todd Williams "<gwilliams@cpan.org>"
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.
2022-12-12 | perl v5.36.0 |