boolean willFollowAnother,
PrintStream ps
) throws RDFHandlerException {
final RDFWriter rdfWriter;
if(format == VocabularyFormat.RDFXML) {
rdfWriter = new RDFXMLWriter(ps);
if(willFollowAnother)
ps.print("\n");
ps.print(RDF_XML_SEPARATOR);
ps.print("\n");
} else if(format == VocabularyFormat.NTriples) {