1AtteanX::Serializer::NTUrsieprleCso(n3t)ributed Perl DocAutmteenatnaXt:i:oSnerializer::NTriples(3)
2
3
4

NAME

6       AtteanX::Serializer::NTriples - N-Triples Serializer
7

VERSION

9       This document describes AtteanX::Serializer::NTriples version 0.025
10

SYNOPSIS

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

DESCRIPTION

17       Serializes triples into the RDF 1.1 N-Triples format.
18

ATTRIBUTES

20       "canonical_media_type"
21

METHODS

23       "serialize_iter_to_io( $fh, $iterator )"
24       "serialize_iter_to_bytes( $fh )"
25       "media_types"
26           Returns a list of media types that identify the format produced by
27           this serializer.
28

BUGS

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

SEE ALSO

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

AUTHOR

37       Gregory Todd Williams  "<gwilliams@cpan.org>"
38
40       Copyright (c) 2014--2019 Gregory Todd Williams. This program is free
41       software; you can redistribute it and/or modify it under the same terms
42       as Perl itself.
43
44
45
46perl v5.30.0                      2019-10-31  AtteanX::Serializer::NTriples(3)
Impressum