RDFAgentsPlatform p = new RDFAgentsPlatformImpl("twitlogic.fortytwo.net", 8889, config);
RDFAgent twitlogic = new TwitLogicAgent(config, p,
new AgentId("urn:x-agent:twitlogic@twitlogic.fortytwo.net", "xmpp://patabot.2@jabber.org"));
RDFAgent consumer = new RDFAgentImpl(p,
new AgentId("urn:x-agent:agent1@twitlogic.fortytwo.net", "xmpp://patabot.2@jabber.org"));
QueryConsumer<Value, Dataset> client = new QueryConsumerImpl(consumer);
PubsubConsumer<Value, Dataset> subscriber = new PubsubConsumerImpl(consumer);
ConsumerCallback<Dataset> callback = new ConsumerCallback<Dataset>() {