1AtteanX::Serializer::SPUAsReQrL(C3o)ntributed Perl DocumAetntteaatniXo:n:Serializer::SPARQL(3)
2
3
4
6 AtteanX::Serializer::SPARQL - SPARQL Serializer
7
9 This document describes AtteanX::Serializer::SPARQL version 0.030
10
12 use Attean;
13 my $serializer = Attean->get_serializer('SPARQL')->new();
14 $serializer->serialize_iter_to_io( $io, $fh );
15
17 ...
18
20 "canonical_media_type"
21 "media_types"
22 "handled_type"
23 "file_extensions"
24
26 "file_extensions"
27 Returns a list of file extensions associated with the serialized
28 format.
29
30 "serialize_iter_to_io( $fh, $iterator )"
31 Serializes the SPARQL token objects from $iterator to the
32 IO::Handle object $fh.
33
34 "serialize_iter_to_bytes( $iterator )"
35 Serializes the SPARQL token objects from $iterator and returns the
36 serialization as a UTF-8 encoded byte string.
37
39 Please report any bugs or feature requests to through the GitHub web
40 interface at <https://github.com/kasei/perlrdf/issues>.
41
43 Gregory Todd Williams "<gwilliams@cpan.org>"
44
46 Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
47 software; you can redistribute it and/or modify it under the same terms
48 as Perl itself.
49
50
51
52perl v5.32.1 2021-02-08 AtteanX::Serializer::SPARQL(3)