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.020
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
25 "media_types"
26 Returns a list of media types that identify the format produced by
27 this serializer.
28
29 "serialize_iter_to_io( $fh, $iterator )"
30 Serializes the Attean::API::Triple objects from $iterator to the
31 IO::Handle object $fh (which SHOULD be open with the UTF-8
32 encoding).
33
34 "serialize_iter_to_bytes( $iterator )"
35 Serializes the Attean::API::Triple objects from $iterator and
36 returns the 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 <http://www.w3.org/TR/rdf-syntax-grammar/>
44
46 Gregory Todd Williams "<gwilliams@cpan.org>"
47
49 Copyright (c) 2014--2018 Gregory Todd Williams. This program is free
50 software; you can redistribute it and/or modify it under the same terms
51 as Perl itself.
52
53
54
55perl v5.28.1 2019-01-09 AtteanX::Serializer::RDFXML(3)