1AtteanX::Serializer::NQUusaedrs(C3o)ntributed Perl DocumAetntteaatniXo:n:Serializer::NQuads(3)
2
3
4

NAME

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

VERSION

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

SYNOPSIS

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

DESCRIPTION

17       Serializes triples and quads into the RDF 1.1 N-Quads 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-quads/>
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.1                      2020-01-29    AtteanX::Serializer::NQuads(3)
Impressum