SQL
AخA
use wikidatawiki_p;
SELECT term_full_entity_id , term_text
from wb_terms
WHERE term_entity_type = 'item'
AND term_language = 'ar'#en#ar#
AND term_type = 'label' #description#label#
AND term_text like "%عبد_%"
LIMIT 5000
;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.