Rasqal with SPARQL

FYI, I just shipped some initial code with sparql support.

The announcement:
  Rasqal RDF Query Library 0.9.3
  http://lists.usefulinc.com/pipermail/redland-announce/2004q4/000025.html

It just does the SPARQL syntax from the 2 October 2004 WD, using the
same engine that does RDQL and no more.  I outline the missing bits
(most things) at http://librdf.org/rasqal/TODO.html#sparql

Running code:

$ roqet -i sparql \
   -s http://www.w3.org/2001/sw/DataAccess/tests/data/simple/data-01.n3 \
   http://www.w3.org/2001/sw/DataAccess/tests/data/simple/dawg-tp-01.rq
result: [p=uri<http://example.org/data/p>, q=uri<http://example.org/data/v1>]
result: [p=uri<http://example.org/data/p>, q=uri<http://example.org/data/v2>]

... which is one reason why I don't want <file:foo> in the test data
and query URIs :)

Dave

Received on Monday, 25 October 2004 22:03:30 UTC