query-7e26d2f669ac236e022a83327d22ca23

rq turtle/ttl

A list of all the people but to get their list I have not yet figured out how. You can get no more than 2.5 million people with this request https://w.wiki/3Z7dWith this query I was able to find out that there are a little more than 9 million people there.

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?person WHERE { ?person wdt:P31 wd:Q5. }
limit 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?person"):::projected c2(["wd:Q5"]):::iri v1 --"wdt:P31"--> c2