SYNOPSIS

In Makefile.PL:

  rdf_metadata;     # reads "meta/*"
  write_meta_ttl;   # writes "META.ttl"

DESCRIPTION

This module doesn't really do much on its own, but is a pre-requisite for Module::Install::DOAP.

Specifically, it reads all the \s-1RDF\s0 it can find in the distribution's \*(L"meta\*(R" directory and exposes it for other modules to make use of. It also allows you to write out a combined graph using Turtle.

BUGS

Please report any bugs to <http://rt.cpan.org/>.

RELATED TO Module::Install::RDF…

Module::Install, Module::Install::DOAP, Module::Install::DOAPChangeSets .

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

AUTHOR

Toby Inkster <[email protected]>.

COPYRIGHT AND LICENSE

Copyright (C) 2011-2013 by Toby Inkster

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

DISCLAIMER OF WARRANTIES

\s-1THIS\s0 \s-1PACKAGE\s0 \s-1IS\s0 \s-1PROVIDED\s0 \*(L"\s-1AS\s0 \s-1IS\s0\*(R" \s-1AND\s0 \s-1WITHOUT\s0 \s-1ANY\s0 \s-1EXPRESS\s0 \s-1OR\s0 \s-1IMPLIED\s0 \s-1WARRANTIES\s0, \s-1INCLUDING\s0, \s-1WITHOUT\s0 \s-1LIMITATION\s0, \s-1THE\s0 \s-1IMPLIED\s0 \s-1WARRANTIES\s0 \s-1OF\s0 \s-1MERCHANTIBILITY\s0 \s-1AND\s0 \s-1FITNESS\s0 \s-1FOR\s0 A \s-1PARTICULAR\s0 \s-1PURPOSE\s0.