query-403c3f6bebfc20605896a9582b820415
Works of art depicting a church building in the Groeningemuseum
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 ?kerkgebouw ?kerkgebouwLabel ?inventarisnummer ?afbeelding WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?kerkgebouw wdt:P180 wd:Q16970.
?kerkgebouw wdt:P276 wd:Q1948674.
OPTIONAL { ?kerkgebouw wdt:P217 ?inventarisnummer. }
OPTIONAL { ?kerkgebouw wdt:P18 ?afbeelding. }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?afbeelding"):::projected
v2("?inventarisnummer"):::projected
v1("?kerkgebouw"):::projected
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q16970"]):::iri
c8(["wd:Q1948674"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P180"--> c6
v1 --"wdt:P276"--> c8
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P217".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v3
end