query-2896c8578efab9ccb35adeaaa7928ea8
TODO
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 {
{
SELECT ?item {
?item wdt:P171 [] .
} LIMIT 100
}.
?item wdt:P171* wd:Q756 .
} LIMIT 1
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c2(["wd:Q756"]):::iri
v1 --"wdt:P171"--> a1
v1 --"wdt:P171"--> c2