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

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

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 URI::NamespaceMap object representing prefix and namespace URI pairs that can  be  used  to  create
           abbreviations.

       "omit_base"
           A  boolean attribute that can be set to true if the serializer should not include the base URI in the
           serialized output. This is useful for making relative URIs that can be resolved by other systems.

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/attean/issues>.

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.

Name

       Attean::API::AbbreviatingSerializer - Role for serializers that can abbreviate IRIs 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 )

See Also

Version

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

See Also