RDFStore - TODO list - Sun Jun  9 23:58:35 CEST 2002
----------------------------------------------------

RDFStore indexing and searching

* implement an even more general indexing algorithm which allows regular path expressions and
  run RDQL queries direclty into the database --> pending (see RDFSTORE_CONNECTIONS_REINDEXING)
* BRQL/RDQL joining and constraints; get it n*logn complex (get the properties hash codes)
* align BRQL/RDQL to latest proposal
* add regex library for the RDQL constraints part
* provide rdfstore, rdfstoredump and rdfstoreadmin style of utilities
* Jena, JRDF, PHP APIs
* ordering for basic XSD subset
* simple GEo point/box operators

RDF Parsers

* write pure C SAX/SAX2 C parser BSD licensed
* write pure C N-Triples, Turtle, N3 parser BSD licensed

DBMS

* b-tree support for rdf:datatype and other GEO operations

RDF API

* TIE interface over the whole RDFStore packages --> partially doen with RDFStore::Object
* intergate SchemaModel support into native store
* mapping/cross-walking/dumb-down between models (schema) to achive soemthing liek $uri1=$uri2
* model versioning and change tracking
* better context/provenance tracking

Misc

* Joseki interface
* misc utils/ to insert, remove and update database
* Dav style module to HTTP GET/POST RDFStore API and RDQL (also look at Joseki)
