NAME
XML::GRDDL::Profile - represents a profile URI
DESCRIPTION
This module is used internally by XML::GRDDL and you probably don't want to mess with it.
@XML::GRDDL::Profile::ignore
is an array of strings and regular expressions for matching profile URIs that should be ignored. You can fiddle with it, but it voids your warranty.
The ignore list currently consists of the RDFa profile, the GRDDL profile itself, and regular expressions matching profiles that start 'http://purl.org/uF/', 'http://microformats.org/profile/' and 'http://ufs.cc/x/'.
Profile documents many be written in any format supported by RDF::RDFa::Parser or RDF::Trine::Parser, including RDF/XML, Turtle and XHTML+RDFa.
SEE ALSO
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT
Copyright 2008-2010 Toby Inkster
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.