AtomGraph/Core

Streaming RDF/POST parser

namedgraph opened this issue · 0 comments

Right now the RDF/POST parser is implemented in the Client as MessageBodyReader<Model> and reads String. Instead, make it streaming (read InputStream) and plug it into Jena as described in Reading RDF in Apache Jena: Add a new language.