query-fc59b284ec76a0e18160fc03e9d58272
Paintings by Charles Heaphy
SELECT * WHERE {
?item wdt:P31 wd:Q3305213.
?item wdt:P170 wd:Q1064767.
}
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#Paintings by Charles Heaphy
SELECT * WHERE {
?item wdt:P31 wd:Q3305213.
?item wdt:P170 wd:Q1064767.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c4(["wd:Q1064767"]):::iri
c2(["wd:Q3305213"]):::iri
v1 --"wdt:P31"--> c2
v1 --"wdt:P170"--> c4