1AtteanX::Serializer::SPUAsReQrLCCSoVn(t3r)ibuted Perl DoActutmeeanntXa:t:iSoenrializer::SPARQLCSV(3)
2
3
4

NAME

6       AtteanX::Serializer::SPARQLCSV - SPARQL Results CSV Serializer
7

VERSION

9       This document describes AtteanX::Serializer::SPARQLCSV version 0.033
10

SYNOPSIS

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

DESCRIPTION

17       ...
18

ATTRIBUTES

20       "canonical_media_type"
21       "file_extensions"
22

METHODS

24       "media_types"
25           Returns a list of media types that identify the format produced by
26           this serializer.
27
28       "file_extensions"
29           Returns a list of file extensions associated with the serialized
30           format.
31
32       "serialize_iter_to_io( $fh, $iterator )"
33           Serializes the Attean::API::Binding objects from $iterator to the
34           IO::Handle object $fh.
35
36       "serialize_iter_to_bytes( $iterator )"
37           Serializes the Attean::API::Binding objects from $iterator and
38           returns the serialization as a UTF-8 encoded byte string.
39

BUGS

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

AUTHOR

45       Gregory Todd Williams  "<gwilliams@cpan.org>"
46
48       Copyright (c) 2014--2022 Gregory Todd Williams. This program is free
49       software; you can redistribute it and/or modify it under the same terms
50       as Perl itself.
51
52
53
54perl v5.36.0                      2022-10-03 AtteanX::Serializer::SPARQLCSV(3)
Impressum