Hi Andy > Rob's right - RDFParser does not close a resource that is passed into the > parser. If given a resource, the caller is responsible - try-with-resources or > similar is expected.
I was reading the javadocs and these state the InputStream will be closed when the parser is called https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/riot/RDFParser.html#source(java.io.InputStream) John
