Fork of
dutch labels on wikidata with brackets
by Basvb
This query is marked as a draft
This query has been published
by Edoderoo.
SQL
AخA
USE wikidatawiki_p;
SELECT term_entity_id, term_text, ips_site_id, ips_site_page
FROM wb_terms, wb_items_per_site
WHERE term_language='nl'
AND term_entity_type='item'
AND term_type='label'
AND ips_item_id=term_entity_id
AND ips_site_id = 'nlwiki'
AND term_text LIKE ('%(%)')
LIMIT 50000
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.