SQL
AخA
SELECT DISTINCT page.page_title, externallinks.el_to, page_props.pp_value
FROM externallinks
INNER JOIN page ON externallinks.el_from = page.page_id
INNER JOIN page_props ON page.page_id = page_props.pp_page
WHERE
((externallinks.el_to LIKE "http://www.crunchbase.com/person/%") OR
(externallinks.el_to LIKE "https://www.crunchbase.com/person/%"))
AND page.page_namespace = 0 AND page_props.pp_propname = "wikibase_item"
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.