1AtteanX::Serializer::SPUAsReQrL(C3o)ntributed Perl DocumAetntteaatniXo:n:Serializer::SPARQL(3)
2
3
4

NAME

6       AtteanX::Serializer::SPARQL - SPARQL Serializer
7

VERSION

9       This document describes AtteanX::Serializer::SPARQL version 0.022
10

SYNOPSIS

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

DESCRIPTION

17       ...
18

ATTRIBUTES

20       "canonical_media_type"
21       "media_types"
22       "handled_type"
23       "file_extensions"
24

METHODS

26       "serialize_iter_to_io( $fh, $iterator )"
27           Serializes the SPARQL token objects from $iterator to the
28           IO::Handle object $fh.
29
30       "serialize_iter_to_bytes( $iterator )"
31           Serializes the SPARQL token objects from $iterator and returns the
32           serialization as a UTF-8 encoded byte string.
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

AUTHOR

39       Gregory Todd Williams  "<gwilliams@cpan.org>"
40
42       Copyright (c) 2014--2019 Gregory Todd Williams. This program is free
43       software; you can redistribute it and/or modify it under the same terms
44       as Perl itself.
45
46
47
48perl v5.28.1                      2019-03-21    AtteanX::Serializer::SPARQL(3)
Impressum