logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTML::Microformats::Mixin::RDF - RDF output mixin

Author

       Toby Inkster <tobyink@cpan.org>.

Bugs

       Please report any bugs to <http://rt.cpan.org/>.

Description

       HTML::Microformats::Mixin::RDF provides some utility code for microformat modules to more easily output
       RDF. It includes methods "_simple_rdf" which takes an RDF::Trine model as a parameter and adds some basic
       triples to it based on the object's format signature; and "_make_literal" taking either a string plus
       datatype as parameters, or any of the HTML::Microformats::Datatype objects, returning an
       RDF::Trine::Node::Literal.

       HTML::Microformats::Format inherits from this module, so by extension, all the microformat modules do
       too.

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.32.1                                       2021-09-12                HTML::Microformats::Mixin::RDF(3pm)

Name

       HTML::Microformats::Mixin::RDF - RDF output mixin

See Also

       HTML::Microformats

See Also