List<Statement> missingStmts = lints.getMissingStatements();
rootModel.addAllStatementsWithExistingBNodesOnly( missingStmts );
RDFModelWriter writer = new RDFModelWriter();
writer.writePretty( new FileOutputStream( new File( m_OutputOntologyPath ) ),
rootModel );
output("Saved to " + m_OutputOntologyPath );
}
}