}
private void runDemo(final TypedProperties config) throws Exception {
final DatasetFactory datasetFactory = new DatasetFactory(new ValueFactoryImpl());
for (RDFContentLanguage l : RDFContentLanguage.values()) {
datasetFactory.addLanguage(l);
}
TypedProperties p = TwitLogic.getConfiguration();
String platformName = p.getString(TwitLogic.RDFAGENTS_PLATFORM_NAME);
int port = p.getInt(TwitLogic.RDFAGENTS_PLATFORM_PORT);