- From: Ross Singer <rossfsinger@gmail.com>
- Date: Tue, 27 Mar 2012 12:02:20 -0400
- To: Peter Williams <pezra@barelyenough.org>
- Cc: public-rdf-ruby@w3.org
There is a streaming reader in RDFObjects [1,2], and, although I have always intended to port it over to rdf.rb, I haven't had a project yet to justify working on it. Anyway, it's probably a good starting point, if you want to make one yourself. -Ross. 1. https://github.com/rsinger/RDFObjects 2. https://github.com/rsinger/RDFObjects/blob/master/lib/rdf_objects/parsers.rb#L288 On Mar 27, 2012, at 10:53 AM, Peter Williams wrote: > Is there a pure ruby streaming RDF/XML serializer for RDF.rb? The > RDFXML plugin does a great deal of optimization/prettification of the > output which is really nice for small documents but is turning out to > be a tad slow for my use case. > > If such a serializer does not exist i am considering implementing one. > If i go that route should it be a plugin of its very own, or would it > be better to make it an additional feature of the current RDF/XML > plugin? > > Peter > barelyenough.org >
Received on Tuesday, 27 March 2012 16:02:57 UTC