- From: Andy Seaborne <andy.seaborne@epimorphics.com>
- Date: Sun, 16 Oct 2011 16:36:47 +0100
- To: public-rdf-wg@w3.org
> DELETE { ?x rdf:rest rdf:nil } > INSERT { ?x rdf:first 1, 2, 3 } > WHERE { ?x ref:rest rdf:nil } More interesting if it's DELETE { ?x rdf:rest rdf:nil } INSERT { ?x rdf:rest (1 2 3) } WHERE { ?x rdf:rest rdf:nil } Andy
Received on Sunday, 16 October 2011 15:37:28 UTC