XML::GRDDL::Profile - represents a profile URI
Contents
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.
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.
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.
perl v5.40.0 2024-11-22 XML::GRDDL::Profile(3pm)
Name
XML::GRDDL::Profile - represents a profile URI
See Also
XML::GRDDL.
