1AtteanX::Serializer::RDUFsXeMrL(C3o)ntributed Perl DocumAetntteaatniXo:n:Serializer::RDFXML(3)
2
3
4

NAME

6       AtteanX::Serializer::RDFXML - RDF/XML Serializer
7

VERSION

9       This document describes AtteanX::Serializer::RDFXML version 0.025
10

SYNOPSIS

12        use Attean;
13        my $s = Attean->get_serializer('RDFXML')->new();
14        $s->serialize_iter_to_io( $fh, $iter );
15

DESCRIPTION

17       ...
18

ATTRIBUTES

20       "canonical_media_type"
21       "scoped_namespaces"
22       "file_extensions"
23

METHODS

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

BUGS

39       Please report any bugs or feature requests to through the GitHub web
40       interface at <https://github.com/kasei/perlrdf/issues>.
41

SEE ALSO

43       <http://www.w3.org/TR/rdf-syntax-grammar/>
44

AUTHOR

46       Gregory Todd Williams  "<gwilliams@cpan.org>"
47
49       Copyright (c) 2014--2019 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.30.1                      2020-01-29    AtteanX::Serializer::RDFXML(3)
Impressum