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