public
Description: Official releases of RDF::Query may be found on CPAN: http://search.cpan.org/dist/RDF-Query/
Homepage:
Clone URL: git://github.com/kasei/perlrdf.git
Click here to lend your support to: perlrdf and make a donation at www.pledgie.com !
name age message
directory RDF-Base/ Loading commit data...
directory RDF-Endpoint/
directory RDF-Query/
directory RDF-Trine/
file README
README
The Perl RDF project aims to be a pure-perl RDF framework implementation with an
emphasis on extensibility, API stability, and the presence of a test suite.
Currently, the project includes:

  * RDF::Query, a SPARQL (and RDQL) query engine supporting RDF::Redland,
    RDF::Core, and RDF::Store.
  * RDF::Trine::Parser - A native parser for Turtle (with RDF/XML expected soon).
  * RDF::Trine::Store::DBI, an RDF Store for MySQL and SQLite, based on the
    Redland schema.
  * RDF::Trine::Iterator, iterator classes for variable bindings and RDF
    statements, used by RDF::Trine::Store, RDF::Trine::Model, and RDF::Query.
  * RDF::Trine::Namespace - A convenience class for easily constructing RDF node
    objects from URI namespaces.
  * RDF::Endpoint - A SPARQL endpoint based on RDF::Query.



Note, the RDF::Base code is included in the repository, but isn't currently
being supported. It has probably experienced some bitrot, and is mostly replaced
by RDF::Store::DBI.