Revision of Serializing RDF Data as Clojure Code Specification by Frédérick Giasson.
From the post:
In my previous blog post RDF Code: Serializing RDF Data as Clojure Code I did outline a first version of what a RDF serialization could look like if it would be serialized using Clojure code. However, after working with this proposal for two weeks, I found a few issues with the initial assumptions that I made that turned out to be bad design decisions in terms of Clojure code.
This blog post will discuss these issues, and I will update the initial set of rules that I defined in my previous blog post. Going forward, I will use the current rules as the way to serialize RDF data as Clojure code.
An example of where heavy data use with a proposal leads to its refinement!
Looking forward to more posts in this series.