query-1801e7420ca9d331e59f1176b55d1eb0
Propertiespart of (P361)instance of (P31)subclass of (P279)
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:P361 wd:Q129421;
wdt:P31/wdt:P279* wd:Q43229.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c2(["wd:Q129421"]):::iri
c5(["wd:Q43229"]):::iri
v1 --"wdt:P361"--> c2
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c5