query-f7b1cfed9770e58b0f3466be07256632
Propertiesinstance of (P31)location (P276)coordinate location (P625)image (P18)creator (P170)
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#>
SELECT ?painting ?paintingLabel ?image ?locationLabel ?coordinates ?coordinatesLabel
WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?painting wdt:P31 wd:Q3305213.
?painting wdt:P276 ?location .
?location wdt:P625 ?coordinates .
OPTIONAL { ?painting wdt:P18 ?image. }
?painting wdt:P170 wd:Q35548.
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?coordinates"):::projected
v4("?image"):::projected
v2("?location")
v1("?painting"):::projected
c2(["bd:serviceParam"]):::iri
c6(["wd:Q3305213"]):::iri
c11(["wd:Q35548"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
v1 --"wdt:P276"--> v2
v2 --"wdt:P625"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v4
end
v1 --"wdt:P170"--> c11