Provided by: libattean-perl_0.012-1_all bug

NAME

       Attean::API::AbbreviatingSerializer - Role for serializers that can abbreviate IRIs as
       prefixed names or relative IRIs

VERSION

       This document describes Attean::API::AbbreviatingSerializer version 0.012

DESCRIPTION

       The Attean::API::AbbreviatingSerializer role defines an API for serializers of RDF and
       SPARQL result data that can abbreviate IRI values as prefixed names or relative IRIs.

ROLES

       This role consumes the Attean::API::Serializer roles which provide the following methods:

       "serialize_list_to_io( $fh, @elements )"
       "serialize_list_to_bytes( @elements )"

ATTRIBUTES

       The following attributes exist:

       "base"
           An Attean::API::IRI object representing the base against which relative IRIs in the
           serialized data should be resolved.

       "namespaces"
           A HASH reference mapping prefix strings to URI::NamespaceMap objects.

BUGS

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

SEE ALSO

       <http://www.perlrdf.org/>

AUTHOR

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

COPYRIGHT

       Copyright (c) 2014--2016 Gregory Todd Williams.  This program is free software; you can
       redistribute it and/or modify it under the same terms as Perl itself.