On 6/26/06, Mikael Högqvist <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm currently working on an HTTP frontend for rdflib as part of a grid
> project. It will provide SPARQL query support, graph posting+updating
> and some internal methods for keeping track of graph owner and graph
> time-to-live (garbage collection). Since the SPARQL parsing support in
> rdflib is rather new (nice work!), I guess there has not been any work
> on providing serialized output yet? (although, it looked liked the
> return from the Evaluate method is well prepared for this...)

Well your timing is very fortunate, ss of the end of last week the
query results can be serialized as both JSON and SPARQL XML and the
query/result APIs have changed (hopefully this will the final method
signature) see:

http://copia.ogbuji.net/blog/2006-06-23/rdf_query_apis_for_rdflib

>
> My plan is to work with JSON and SPARQL XML results serialization
> (according to the spec.) during the next couple of weeks, and if
> possible, I would like to integrate this with rdflib. Please let me
> know if this is interesting for you?

With regards to graph provenance tracking and garbage collection you
might be interested in Michel Pelletier's development branch (not yet
merged) which includes a framework for registering listeners to graph
modfication:

http://rdflib.net/pipermail/dev/2006-May/000010.html

_______________________________________________
Dev mailing list
[email protected]
http://rdflib.net/mailman/listinfo/dev

Reply via email to