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:
... [More]
RDF::Query, a SPARQL (and RDQL) query engine supporting RDF::Redland, RDF::Core, and RDF::Trine. RDF::Endpoint - A SPARQL endpoint based on RDF::Query. RDF::Trine::Parser - A native parser for Turtle (with RDF/XML support 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. RDF::Trine::Namespace - A convenience class for easily constructing RDF node objects from URI namespaces. Components that are expected to be written for this project, but have not yet been started, are:
A rules-based reasoning system. [Less]