NAME

RDF::RDFa::Parser::Redland - flexible RDFa parser for Redland

SYNOPSIS

use RDF::RDFa::Parser::Redland;

my $parser = RDF::RDFa::Parser::Redland->new($xhtml, $uri)->consume;
my $model  = $parser->graph;
 

VERSION

1.00

DESCRIPTION

This module extends RDF::RDFa::Parser to be able to output an RDF::Redland::Model.

Redland models are used in place of RDF::Trine models. Redland statements are used in place of RDF::Trine statements.

Other than that it should have an identical API to RDF::RDFa::Parser.

BUGS

RDF::RDFa::Parser::Redland 0.21 passes all approved tests in the W3C's XHTML+RDFa test suite.

There seem to be one or two problems using the named graphs feature, but I've not had a chance to discover if the problems are in this package or in RDF::Redland (probably the former). The named graphs feature is only useful in a very small set of cases, and is disabled by default.

There are almost certainly bugs using the Atom parsing feature.

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

SEE ALSO

RDF::RDFa::Parser, RDF::Redland.

http://www.perlrdf.org/.

AUTHOR

Toby Inkster, <tobyink@cpan.org>

COPYRIGHT AND LICENSE

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.