LinkType.ObjectPropertyLink, ((CompactObjectPropertyLink) link).getObjectPropertyType());
}
if (temp1 != null) possibleLinks.addAll(temp1);
if (temp2 != null) possibleLinks.addAll(temp2);
Collections.sort(possibleLinks, new LinkPriorityComparator());
if (possibleLinks.size() > 0) {
// pick the first one
LabeledLink newLink = possibleLinks.get(0);