Apache-SPARQL

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

     <Location /rdfstore>

       SetHandler   perl-script
       PerlHandler  Apache::SPARQL

     </Location>

     #

     my $ua  = LWP::UserAgent->new();
     my $req = HTTP::Request->new(GET => "http://pim.example/rdfstore?query=PREFIX+foaf%3A+%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0D%0ASELECT+%3Fpg%0D%0AWHERE%0D%0A++%28%3Fwho+foaf%3Aname+%22Norm+Walsh%22%29%0D%0A++%28%3Fwho+foaf%3Aweblog+%3Fpg...

     my $res = $ua->request($req);

DESCRIPTION
    Apache::SPARQL is a mod_perl handler base class to implement a SPARQL
    query service using HTTP bindings.

IMPORTANT
    This package is a base class and not expected to be invoked directly.
    Please use one of the backends handlers instead.

lib/Apache/SPARQL.pm  view on Meta::CPAN

 <Location /rdfstore>

   SetHandler	perl-script
   PerlHandler	Apache::SPARQL

 </Location>

 #

 my $ua  = LWP::UserAgent->new();
 my $req = HTTP::Request->new(GET => "http://pim.example/rdfstore?query=PREFIX+foaf%3A+%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0D%0ASELECT+%3Fpg%0D%0AWHERE%0D%0A++%28%3Fwho+foaf%3Aname+%22Norm+Walsh%22%29%0D%0A++%28%3Fwho+foaf%3Aweblog+%3Fpg%29%...

 my $res = $ua->request($req);

=head1 DESCRIPTION

Apache::SPARQL is a mod_perl handler base class to implement a SPARQL query service using HTTP bindings.

=head1 IMPORTANT

This package is a base class and not expected to be invoked



( run in 0.527 second using v1.01-cache-2.11-cpan-de7293f3b23 )