SELECT
  ?audio
  ?lexemaId
{
  ?audio
    prop:P2 entity:Q2;
    prop:P21 ?lexemaId.
  FILTER(!REGEX(?lexemaId, '-F[0-9]+$', ''))
}