Hi,

I'm developing my nascent Turtle parser, and working through the Turtle examples [1]. Since my objective is to generate RDF from the parsed Turtle source, I need guidance on whether to implement Collections (test 07) as a linked list of blank nodes, as suggested by the output from test 07, or by the rather nicer rdf:parseType="Collection" construct given in the RDF Primer [2].

Richard

[1] http://www.w3.org/TeamSubmission/turtle/tests/
[2] http://www.w3.org/TR/rdf-primer/#collections

--
Richard Light

Reply via email to