名称 RDF::Generator::HTTP - 从HTTP消息生成RDF概要


use LWP::UserAgent;

my $ua = LWP::UserAgent->new;

my $response = $ua->get('http://search.cpan.org/');

use RDF::Generator::HTTP;

use RDF::Trine qw(iri);

my $g = RDF::Generator::HTTP->new(message => $response, graph => iri('http://example.org/graphname'), blacklist => ['Last-Modified', '');