Scroll to navigation

HTML::HTML5::Outline::RDF(3pm) User Contributed Perl Documentation HTML::HTML5::Outline::RDF(3pm)

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.

2021-09-12 perl v5.32.1