select 
  <words(f)>     
    (select 
       a 
     from 
       a in biblio//actor 
     where words(a)=words(f)
    )   
  </> 
from 
  f in biblio//film;