The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RDF::AllegroGraph - Client implementation for the AllegroGraph tuple server

DESCRIPTION

The AllegroGraph server is a tuple store server, produced by Franz Inc. (http://agraph.franz.com/allegrograph/). When running, you can communicate with it via a RESTful web interface, as described in

http://agraph.franz.com/support/documentation/3.2/new-http-server.html

This package offers a client implementation of that protocol. With it you can either use a rather orthodox style (RDF::AllegroGraph::Server) or a quick-n-easy approach (RDF::AllegroGraph::Easy).

NOTE: This is still exploratory. See the TODO.

AUTHOR

Robert Barta, <rho at devc.at>

COPYRIGHT & LICENSE

Copyright 200[9] Robert Barta, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

RDF::AllegroGraph::Server, RDF::AllegroGraph::Easy