Annotations selection view tab will list the same annotation twice if it attached to its parent with both the annotation property relation and L0.ConsistsOf
The SCL.availableAnnotations
and also the availableSources
functions should just use Set<Resource> visited
for safety to avoid duplicating the same information under all circumstances.