table of contents
XML::GRDDL::Profile(3pm) | User Contributed Perl Documentation | XML::GRDDL::Profile(3pm) |
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¶
XML::GRDDL.
AUTHOR¶
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE¶
Copyright 2008-2012 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¶
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2024-08-08 | perl v5.38.2 |