statement.getObject().asResource(), Category.class);
if(category == null) {
category = getCategory(model,
statement.getObject().asResource());
}
community.addCategory(category);
}
}
// hasReputationModel //
Property hasReputationModel = ResourceFactory.createProperty(
riNamespace + "hasReputationModel");