You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Ronan Klyne <rk...@gmail.com> on 2011/12/11 18:33:24 UTC

Using Jena in Python - some success

Hi all,

I've been working on a semantic web hacking library in Python using Jena
for the heavy lifting (for which I thank you). I'm using JPype to get hold
of the Java objects in Python and manipulate them directly.

In a week of my spare time I've got a library that presents a single query
object to access an in memory graph and multiple SPARQL endpoints at the
same time.

The project page is here:
http://code.google.com/p/python-graphite/

I look forward to hearing from you if this is of interest,

    Ronan