my $uri = '';
my $xhtml = '
My licensor by Puneet Kishor is licensed under a Creative Commons Attribution 3.0 United States License.
Based on a work at www.example/Source-Work.
Permissions beyond the scope of this license may be available at www.example.com/More-Permissions.';
my $parser = RDF::RDFa::Parser->new($xhtml, $uri);
$parser->consume;
print Dumper $parser;
####
$VAR1 = bless( {
'named_graphs' => 0,
'bnodes' => 0,
'DOM' => bless( do{\(my $o = 4444944)}, 'XML::LibXML::Document' ),
'baseuri' => '',
'tdb' => 0,
'RDF' => {},
'xhtml' => 'blah blah blah...',
'Graphs' => {}
}, 'RDF::RDFa::Parser' );