if (HostCanonicalizerFilter.isAuthoritative(resource, model)) {
((Resource) resource.inModel(resultModel)).addProperty(RDF.type,
RWCF.AuthoritativelyServedResource);
} else {
((Resource) resource.inModel(resultModel)).addProperty(RDF.type,
RDFS.Resource);
boolean hasAggregator = false;
ResIterator aggregatorIter = model.listSubjectsWithProperty(
AGGREGATOR.aggregated, resource);
if (aggregatorIter.hasNext()) {