logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

       "canonical_media_type"
       "scoped_namespaces"
       "file_extensions"
       "file_extensions"
       "blank_nodes"

Author

       Gregory Todd Williams  "<gwilliams@cpan.org>"

Bugs

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

Description

       ...

Methods

       "file_extensions"
           Returns a list of file extensions associated with the serialized format.

       "media_types"
           Returns a list of media types that identify the format produced by this serializer.

       "serialize_iter_to_io( $fh, $iterator )"
           Serializes  the Attean::API::Triple objects from $iterator to the IO::Handle object $fh (which SHOULD
           be open with the UTF-8 encoding).

       serialize_iter_to_bytes( $iterator )
           Serializes the Attean::API::Triple objects from $iterator and returns the serialization  as  a  UTF-8
           encoded byte string.

Name

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

See Also

Synopsis

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

Version

       This document describes AtteanX::Serializer::RDFXML version 0.035

See Also