query-05c6d38f32942639114ca41d5cb9b501

rq turtle/ttl

Rank

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?label
WHERE
{
    { ?item wdt:P131 wd:Q59150 }
}

Query found at

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