DOKK / manpages / debian 12 / libattean-perl / AtteanX::Serializer::NTriples.3pm.en
AtteanX::Serializer::NTriples(3pm) User Contributed Perl Documentation AtteanX::Serializer::NTriples(3pm)

AtteanX::Serializer::NTriples - N-Triples Serializer

This document describes AtteanX::Serializer::NTriples version 0.033

 use Attean;
 my $serializer = Attean->get_serializer('NTriples')->new();
 $serializer->serialize_iter_to_io( $iter, $fh );

Serializes triples into the RDF 1.1 N-Triples format.

"canonical_media_type"
"file_extensions"

"serialize_iter_to_io( $fh, $iterator )"
"serialize_iter_to_bytes( $fh )"
"media_types"
Returns a list of media types that identify the format produced by this serializer.
"file_extensions"
Returns a list of file extensions associated with the serialized format.

Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/perlrdf/issues>.

<https://www.w3.org/TR/n-triples/>

Gregory Todd Williams "<gwilliams@cpan.org>"

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

2022-10-06 perl v5.34.0