query-471ed863f2eff7a282d6fd2d6c3f2ec0

rq turtle/ttl

find all human entitiesHello,how can I find all human entities, which means all entites under Q5, Thanks ) at 23 juli 2020 kl. 07.58‎ (UTC).contribs • talk (Wzs951015 comment was added byunsignedThe preceding – There are more than 8 million items with that property. What do you plan to do with them?

Use at

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

Query found at

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