1AtteanX::Serializer::SPUAsReQrLHCToMnLt(r3i)buted Perl DAotctuemaennXt:a:tSieornializer::SPARQLHTML(3)
2
3
4
6 AtteanX::Serializer::SPARQLHTML - SPARQL Results HTML Serializer
7
9 This document describes AtteanX::Serializer::SPARQLHTML version 0.030
10
12 use Attean;
13 my $s = Attean->get_serializer('SPARQLHTML')->new();
14 $s->serialize_iter_to_io( $fh, $iter );
15
17 ...
18
20 "canonical_media_type"
21 "file_extensions"
22
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
40 "node_as_html($node)"
41 Serializes the Attean::API::Term object as HTML.
42
44 Please report any bugs or feature requests to through the GitHub web
45 interface at <https://github.com/kasei/perlrdf/issues>.
46
48 Gregory Todd Williams "<gwilliams@cpan.org>"
49
51 Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
52 software; you can redistribute it and/or modify it under the same terms
53 as Perl itself.
54
55
56
57perl v5.32.1 2021-02-08AtteanX::Serializer::SPARQLHTML(3)