package RDF::RDFa::Parser::Profile::HTML32LinkTypes;
use base qw(RDF::RDFa::Parser::Profile::AbstractLinkTypes);
use common::sense;
use 5.010;
our $VERSION = '1.096';
sub DATA
{
return split /\r?\n/, <<'DATA';
tag:buzzword.org.uk,2010:rdfa:profile:html32 # profile URI
http://www.w3.org/1999/xhtml/vocab# # URI prefix
top
contents
index
glossary
copyright
next
previous
help
search
chapter
made
DATA
}
1;
=head1 NAME
RDF::RDFa::Parser::Profile::HTML32LinkTypes - HTML 3.2 Link Types
=head1 DESCRIPTION
HTML 3.2 Link Types.
=head1 SEE ALSO
L,
L.
=head1 AUTHOR
Toby Inkster Etobyink@cpan.orgE.
=head1 COPYRIGHT
Copyright 2008-2011 Toby Inkster
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut