in.close();
}
TwitLogic.setConfiguration(props);
TwitLogicPlugin plugin = new TwitLogicPlugin(TEST_URI);
SetOfStatements s = plugin.invoke(new EmptySetOfStatements());
CloseableIterator<Statement> iter = s.getStatements();
try {
while (iter.hasNext()) {
System.out.println("" + iter.next());
}
} finally {