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

RDF Parsers

* aboutEach and aboutEachPrefix
* containers (see http://www-uk.hpl.hp.com/people/bwm/rdf/issues/containersyntax/current.htm)
* integrate latest RDF-Core WG resolved issues (see http://www.w3.org/2000/03/rdf-tracking/#attention-developers)
* write a new fast pure Perl RDF parser using regexs such as (T)REX (see also http://www.openhealth.org/RDF/RDFSurfaceSyntax)
* N3 parser

MagicTie

* fix and finish ARRAY support
* fix problems with implicit/auto-generated datastructures like $a->{b}->{c}
* add rdfdb Data::MagicTie style

DBMS

* better testing and make it portable

RDF API

* new indexing model using 3D sparse matrixes and RLE encoding
* TIE interface over the whole RDFStore packages
* think about integration with rdfapi_perl (see http://xml.jrc.it/rdfapi_perl/)
* query API (SQUISH)
* ultimate support SchemaModel
* model versioning and change tracking
* model timestamps (last modified, creation date)
* serialisation of stored statements and models (not only Strawman)
* mapping/cross-walking/dumb-down between models (schema) to achive soemthing liek $uri1=$uri2
* start up a DAML set of modules to build generic things....