writer.handleNamespace("primal", PRIMAL.NAMESPACE);
for (final Statement st : model) {
writer.handleStatement(st);
}
writer.endRDF();
}
private static PrimalAccount getPrimalAccount() throws Exception {
// Read properties file.
final Properties properties = new Properties();