Paolo Castagna (Resolved) (JIRA) wrote: > Paolo Castagna resolved JENA-127. > --------------------------------- > > Resolution: Fixed > > Parser work done. >
As Andy suggested on IRC, I closed JENA-127 and opened JENA-135: https://issues.apache.org/jira/browse/JENA-135 ... to complete the RDF/JSON write part and add it to Jena and/or RIOT. What's missing on JENA-135 is: - scripted tests (similar to what has been done for JENA-127 but for the write part). - the RDF writer plugged/added into Jena I am unsure on what's the best way to add a new RDF writer to Jena and/or RIOT. Any help/suggestion/guidance on this is welcome. More generally, documenting how people can add new readers/writers to Jena could be quite interesting and useful. Using RDF as gateway between different formats|data models is quite an interesting and useful thing to do (and it's a way to tackle the N^2 problem when you need to translate N formats from one to each others). A good and inspiring example of this is: http://simile.mit.edu/babel/. I am not saying we do this, but documenting or making it easy and obvious, how to add new readers/writers to Jena would enable others to do that (and they might contribute readers/writers to Jena). :-) Paolo
