Hi, org.apache.jena.rdfxml.xmloutput.impl.Basic is gone in 4.6.1.
How do I rewrite the following code then?
RDFWriterI writer = new Basic();
writer.setProperty("allowBadURIs", true); // round-tripping
RDF/POST with user input may contain invalid URIs
writer.write(model, baos, null);
Thanks.
