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

NAME

HTML::HTML5::Outline::RDF - RDF-related methods

DESCRIPTION

Some of the RDF-related functionality of HTML::HTML5::Outline is split out into this module so that the basic outline functionality can still be used if RDF::Trine is not installed.

RDF support can be disabled using:

        use HTML::HTML5::Outline rdf => 0;

No user-servicable parts within.

SEE ALSO

HTML::HTML5::Outline.

RDF::Trine, RDF::RDFa::Parser, http://www.perlrdf.org/.

AUTHOR

Toby Inkster, <tobyink@cpan.org>

COPYRIGHT AND LICENCE

Copyright (C) 2008-2011 by Toby Inkster

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