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;