linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
562 stars 142 forks source link

Code to convert First/rest structure to Collection objects #575

Closed timbl closed 1 year ago

timbl commented 1 year ago

This is needed because CSS tends to serialize lists as first/rest form rather than in Turtle ( parens collections ) form. This PR does not (yet) add that processing after the parsing of a turtle file