query-7c2c1c67e890fa8d7ad19ad2bf478bca
Art Shows
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:P921 wd:Q381238 .
?item wdt:P31 wd:Q667276 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q381238"]):::iri
c4(["wd:Q667276"]):::iri
v1 --"wdt:P921"--> c2
v1 --"wdt:P31"--> c4