Re: ISSUE-77: Should we mark rdf:Seq as archaic (cf ISSUE-24)

> 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