Resource aggregated = model.createResource(aggregatedURL);
ResIterator aggregations = model.listSubjectsWithProperty(
AGGREGATOR.aggregated, aggregated);
while (aggregations.hasNext()) {
Resource current = aggregations.nextResource();
current.removeProperties();
}
if (!stop) {
int interval = Integer.parseInt(body.getParameter("interval"));
Resource newAggregator = model.createResource(AGGREGATOR.Aggregator);
newAggregator.addProperty(AGGREGATOR.aggregated, aggregated);