Maybe this?
https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/riot/RDFDataMgr.html#read-org.apache.jena.query.Dataset-java.io.InputStream-org.apache.jena.riot.Lang-

On Mon, Mar 12, 2018 at 8:46 PM, ajs6f <aj...@apache.org> wrote:

> I've got a use case for parsing one quad (in NQuads form) from a String.
> I've been paging around through RIOT and other parts of Jena, but I just
> can't seem to find any way to do this without building up a bunch of
> auxiliary objects (like Readers or StreamRDFs, etc.). Performance is
> something of a concern, so I'd rather not build up any more than I have to.
>
> Am I missing something, or do we just not expose that functionality? (I'm
> inclined to bet that we _have_ to have impled it somewhere, just for our
> own sanity, but maybe not!)
>
> ajs6f
>
>

Reply via email to