The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RDF::aRef - Another RDF Encoding Form

VERSION

version 0.09

SYNOPSIS

  my $aref = {
     # aRef RDF data
  };

  my $rdfjson = RDF::aRef->new->to_rdfjson( $aref );
  RDF::Trine::Model->add_hashref( $rdfjson );

DESCRIPTION

This module implements a parser of Another RDF encoding form (aRef). The module is shipped with Catmandu::RDF but will be refactored to be published as independent module on CPAN. As aRef is not finally specified, this module is in a very early state of development!

SEE ALSO

aRef is being specified at http://github.com/gbv/aref.

See RDF::YAML for an outdated parser/serializer of a similar RDF encoding in YAML.

AUTHOR

Jakob Voß

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 221:

Non-ASCII character seen before =encoding in 'Voß'. Assuming UTF-8