Hi,

I'm trying to find Wikidata items based on label as follows:

> SELECT ?item ?itemLabel WHERE
> {
>   ?item rdfs:label ?itemLabel
>   FILTER(CONTAINS(LCASE(?itemLabel),"*keyword*")).
> }
> limit 3


However, for some cases, the following error returns n some cases
Query deadline is expired.
I mean it works well for some words but fails with others. Could anyone
help please?
-- 
Regards,
Abdulfattah Safa
Senior Software Engineer
Mobile: (+972)(599)231600
Skype: fattah.safa

*P **Please consider the environment before printing this email*
_______________________________________________
Wikidata-tech mailing list
Wikidata-tech@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-tech

Reply via email to