Changes for version 0.08
- support for RDFS++ inferencing
- noted that namespaces DO NOT work when using add(), replace() and match()
- added tests for range queries on integers, floats and dateTimes
- added NAMED_TUPLE_LIST option to sparql querying to also get access to the variable names
Modules
- RDF::AllegroGraph - Client implementation for the AllegroGraph tuple server
- RDF::AllegroGraph::Catalog - AllegroGraph catalog handle (abstract)
- RDF::AllegroGraph::Catalog3 - AllegroGraph catalog handle for AGv3
- RDF::AllegroGraph::Catalog4 - AllegroGraph catalog handle for AGv4
- RDF::AllegroGraph::Easy - Simplistic Interface to AllegroGraph HTTP server
- RDF::AllegroGraph::Repository - AllegroGraph repository handle
- RDF::AllegroGraph::Repository3 - AllegroGraph repository handle for AGv3
- RDF::AllegroGraph::Repository4 - AllegroGraph repository handle for AGv4
- RDF::AllegroGraph::Server - AllegroGraph server handle
- RDF::AllegroGraph::Server3 - AllegroGraph server handle for the AGv3 series
- RDF::AllegroGraph::Server4 - AllegroGraph server handle for v4 AG servers
- RDF::AllegroGraph::Session4 - AllegroGraph session handle for AGv4
- RDF::AllegroGraph::Transaction4 - AllegroGraph transaction handle for AGv4
Provides
- LWP::UserAgent::AG in lib/RDF/AllegroGraph/Server.pm
- RDF::AllegroGraph::Utils in lib/RDF/AllegroGraph/Utils.pm