Re: ANNOUNCEMENT: Raptor RDF Parser Library 1.4.19

Manuel Salvadores wrote:
> Hi,
> 
> for Python you can have a look at http://www.rdflib.net/
> 
> If you download the source code ...
> /test/test_sparql/BisonSPARQLParser/test.py
> 
> you'll see something like ...
> 
> from rdflib.sparql.parser import parse
> from rdflib.sparql.Algebra import ReduceToAlgebra, RenderSPARQLAlgebra,
> AlgebraExpression
> 
> ( .... )
> 
> I am looking at something similar.

I didn't see a question here ... but my rdf query library is rasqal
http://librdf.org/rasqal/ and can parse sparql queries.

The Subversion sources contain a version that can turn it into (sparql)
query algebra, but that is not released yet since I am still fixing bugs.

Dave

Received on Monday, 20 July 2009 13:53:26 UTC