- From: Dave Beckett <dave@dajobe.org>
- Date: Mon, 20 Jul 2009 06:52:48 -0700
- To: Manuel Salvadores <ms8@ecs.soton.ac.uk>
- CC: Nicolas Chauvat <nicolas.chauvat@logilab.fr>, Dan Brickley <danbri@danbri.org>, 'Semantic Web' <semantic-web@w3.org>
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