query-2d3619a6afbbb8705ed227df41465000
Errors. I didn't know that some articles on enwiki are about books AND their author. I have try to clean this with PetScan or Wikidata Query, but I hit the timelimit wall. Do you have another strategy to list the items concerned ? (Q5)human on (P921)main subject Thanks to have corrected the wrongs edits about Hi,
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item WHERE {?item wdt:P31 wd:Q5 ; wdt:P921 [] .}
LIMIT 10000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c2(["wd:Q5"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P921"--> a1