query-7b4e866c83fe745a44582856879860ac

rq turtle/ttl

06:32, 8 March 2018 (UTC)) talk (Edgars2007. If there are anything big left, that this query didn't catch, say. --15:12, 8 March 2018 (UTC)) talk (Queryzo: Can you fix all subclasses of Q21191270? A adjusted the query above. Edgars2007@Here is another one with the P1191 to be moved to P577:

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select distinct ?item ?d {  ?item wdt:P31/wdt:P279* wd:Q21191270 . ?item wdt:P4908 ?season . ?season wdt:P31 wd:Q3464665 . ?item wdt:P1191 ?d } limit 20000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?d"):::projected v1("?item"):::projected v2("?season") a1((" ")) c5(["wd:Q3464665"]):::iri c3(["wd:Q21191270"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P4908"--> v2 v2 --"wdt:P31"--> c5 v1 --"wdt:P1191"--> v3