SesameWrapper.removeGraph(Repository.FOAFREALM_REPOSITORY.getLocalRepository(), toRemove);
}
public static RecommendationType getRecommendationType(RecommendationName name) {
if(name == RecommendationName.TITLE)
return new TitleRecommendation(name);
return new SimpleRecommendation(name);
}