query-df834464cc0eddbc30ef76393f8e5128
Query #11: Paintings by Renior in the Metropolitan Museum of Art
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:ImageGrid
SELECT DISTINCT ?s ?sLabel ?image WHERE {
?s wdt:P195 wd:Q160236 .
?s wdt:P170 wd:Q39931 .
?s wdt:P18 ?image .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?image"):::projected
v1("?s"):::projected
c4(["wd:Q39931"]):::iri
c7(["bd:serviceParam"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q160236"]):::iri
v1 --"wdt:P195"--> c2
v1 --"wdt:P170"--> c4
v1 --"wdt:P18"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end