1AtteanX::Serializer::RDUFsXeMrL(C3o)ntributed Perl DocumAetntteaatniXo:n:Serializer::RDFXML(3)
2
3
4
6 AtteanX::Serializer::RDFXML - RDF/XML Serializer
7
9 This document describes AtteanX::Serializer::RDFXML version 0.030
10
12 use Attean;
13 my $s = Attean->get_serializer('RDFXML')->new();
14 $s->serialize_iter_to_io( $fh, $iter );
15
17 ...
18
20 "canonical_media_type"
21 "scoped_namespaces"
22 "file_extensions"
23 "file_extensions"
24
26 "file_extensions"
27 Returns a list of file extensions associated with the serialized
28 format.
29
30 "media_types"
31 Returns a list of media types that identify the format produced by
32 this serializer.
33
34 "serialize_iter_to_io( $fh, $iterator )"
35 Serializes the Attean::API::Triple objects from $iterator to the
36 IO::Handle object $fh (which SHOULD be open with the UTF-8
37 encoding).
38
39 "serialize_iter_to_bytes( $iterator )"
40 Serializes the Attean::API::Triple objects from $iterator and
41 returns the serialization as a UTF-8 encoded byte string.
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 <http://www.w3.org/TR/rdf-syntax-grammar/>
49
51 Gregory Todd Williams "<gwilliams@cpan.org>"
52
54 Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
55 software; you can redistribute it and/or modify it under the same terms
56 as Perl itself.
57
58
59
60perl v5.32.1 2021-02-08 AtteanX::Serializer::RDFXML(3)