query-9d33b51241e54fd3f2dbb78d32695775

rq turtle/ttl

Sample type from Followups page SELECT ?item WHERE {?item wdt:P921 wd:Q58779680}

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Sample type from Followups page
SELECT ?item 
 WHERE {?item wdt:P921 wd:Q58779680}

Query found at

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