Re: python rdf tools?

Hi Dave,

Dave Beckett writes:
 > On Thu, 20 Jan 2005 17:14:30 +0000
 > "Phil Dawes" <pdawes@users.sf.net> wrote:
 > 
 > > 
 > > Hi All,
 > > 
 > > Is anybody working on either of the following?:
 > > 
 > > - n3/turtle parser for rdflib

 [...]
 > 
 > The parsing is the easy bit, it's the query engine and connecting
 > it to the storage that's the hard work.
 > 

Have built a query engine in my veudastore[1] implementation (built on
rdflib and backed by mysql), but the sparql parser portion is a low
quality regex based thing and I'd like to replace it with something
decent.

Cheers,

Phil

[1] http://www.sf.net/projects/veudas

Received on Monday, 24 January 2005 10:17:06 UTC