RDF::AllegroGraph::Easy

Simplistic Interface to AllegroGraph HTTP server
Download

RDF::AllegroGraph::Easy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Robert Barta
  • Publisher web site:
  • http://search.cpan.org/~drrho/

RDF::AllegroGraph::Easy Tags


RDF::AllegroGraph::Easy Description

RDF::AllegroGraph::Easy is a Perl interface to concentrate on the essentials:- how to get a handle to a remote tuple store (see RDF::AllegroGraph::Server for details)- how to get RDF content into that model (see RDF::AllegroGraph::Repository for details)- how to query the model (see RDF::AllegroGraph::Repository for details)Currently this abstraction layer supports v3 and v4 AG server, albeit with many omissions.SYNOPSIS my $storage = new RDF::AllegroGraph::Easy ('http://my:secret@localhost:10035'); my $model = $storage->model ('/scratch/catlitter', mode => O_CREAT); $model->add (....); # add stuff $model->delete (...); # get rid of stuff my @tuples = $model->sparql ('SELECT ...'); # query it $model->disband; # remove the whole thingProduct's homepage


RDF::AllegroGraph::Easy Related Software