query-f4c0d751051bfe50d9db28fb82e95f26
Property only one valueHi! Using this query
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:P31 wd:Q24046192 . ?item wdt:P971 wd:Q4663261 }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c4(["wd:Q4663261"]):::iri
c2(["wd:Q24046192"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P971"--> c4