if(seen.contains(entityUri)){
//already seen
continue;
}
seen.add(entityUri);
ScoredLabel scoredLabel = getPreferredLabel(solution, queryString, searchPropertyUris);
if(scoredLabel.score >= matchThreshold){
if(match){
moreThanOneMatch = true;
}else{
match = true;