SPARQL RDF Query WD 2005-04-19 with Turtle syntax
Wednesday, April 20th, 2005The W3C RDF Data Access Working Group (DAWG) has just published a new version of the work on RDF Query, SPARQL Query Language for RDF draft of 19 April 2005. This one has a big core syntax change to move from the tuple style: (a b c) (d e f) to the Turtle/N3 style:
{ a b c . d e f }
and [...]