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.030
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       "file_extensions"
22

METHODS

24       "serialize_iter_to_io( $fh, $iterator )"
25       "serialize_iter_to_bytes( $fh )"
26       "media_types"
27           Returns a list of media types that identify the format produced by
28           this serializer.
29
30       "file_extensions"
31           Returns a list of file extensions associated with the serialized
32           format.
33

BUGS

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

SEE ALSO

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

AUTHOR

42       Gregory Todd Williams  "<gwilliams@cpan.org>"
43
45       Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
46       software; you can redistribute it and/or modify it under the same terms
47       as Perl itself.
48
49
50
51perl v5.32.1                      2021-02-08  AtteanX::Serializer::NTriples(3)
Impressum