aList = tagAssertionDao.findTagAssertion(user, null,
skosBroaderPrpt, subject);
addUserTagSubjectToList(aList, tempResult, sourceTagId);
for (Iterator<UserTag> it = tempResult.iterator(); it.hasNext();) {
UserTag next2seek = it.next();
if (result.contains(next2seek) == false) {
result.add(next2seek);
seekNarrower(user, next2seek, result, sourceTagId);
}
}