I think a lot would be covered by the RDFParser API See https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/riot/RDFParser.html and https://jena.apache.org/documentation/io/rdf-input.html#example-3-using-rdfparser
Rob On 17/09/2018, 15:05, "Martynas Jusevičius" <[email protected]> wrote: Hi, now that SPIN API has done that, we are finally forced to do (a long overdue) upgrade from 3.0.1 to 3.8.0. This brings up a few deprecated/removed methods that I would like to ask some help with: 1. ReaderRIOT.setErrorHandler() 2. ReaderRIOT.setParserProfile() 3. ParserProfile.setBaseURI() 4. RDFDataMgr.createReader() 5. RiotLib.profile(String baseIRI, boolean resolveIRIs, boolean checking, ErrorHandler handler) 6. org.apache.jena.sparql.engine.http.Service.queryAuthUser/queryAuthPwd Could I get any pointers as to what these should be replaced with? Thanks Martynas atomgraph.com
